#776669
a dark, muted gray · warm · closest name: gray
RGB
119, 102, 105
HSL
349°, 8%, 43%
CMYK
0, 14, 12, 53
Luminance
0.1444
Every format
| HEX | #776669 |
| RGB | rgb(119, 102, 105) |
| HSL | hsl(349, 8%, 43%) |
| CMYK | cmyk(0%, 14%, 12%, 53%) |
| LAB | lab(44.9 7.3 0.8) |
| LCH | lch(44.9 7.3 6.3) |
| OKLCH | oklch(0.527 0.022 5.9) |
Copy-ready code
/* CSS */
color: #776669;
background-color: #776669;
/* Tailwind (arbitrary) */
class="text-[#776669] bg-[#776669]"
/* SCSS */
$brand: #776669;
/* SwiftUI */
Color(red: 0.467, green: 0.400, blue: 0.412)
/* Android */
Color.parseColor("#776669")Accessibility — WCAG contrast
Aa
#776669 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#776669 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.0%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow11.8%
Key (black)53.3%
Color previews
#776669 text on a black background
contrast 3.89:1
Card sample
#776669 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776669;
Background color
Panel with #776669 background
background-color: #776669;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776669;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 102, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 102, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776669; background: linear-gradient(135deg, #776669, #776E66);