Boa
#7f7755
Boa, represented by the hex value #7f7755, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7f7755 | |
|---|---|---|
| RGB | rgb(127, 119, 85) | |
| HSL | hsl(49, 20%, 42%) | |
| CMYK | cmyk(0%, 6%, 33%, 50%) | |
| LAB | lab(50, -1, 20) | |
| OKLCH | oklch(0.57 0.05 96) |
Color harmonies
Tints & shades
Code snippets
color: #7f7755;
background-color: #7f7755;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7F7755)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.47, blue: 0.33, alpha: 1.0)