#777766
a dark, muted gray · cool · closest name: gray
RGB
119, 119, 102
HSL
60°, 8%, 43%
CMYK
0, 0, 14, 53
Luminance
0.1807
Every format
| HEX | #777766 |
| RGB | rgb(119, 119, 102) |
| HSL | hsl(60, 8%, 43%) |
| CMYK | cmyk(0%, 0%, 14%, 53%) |
| LAB | lab(49.6 -3.2 9.4) |
| LCH | lch(49.6 9.9 108.9) |
| OKLCH | oklch(0.564 0.025 107.2) |
Copy-ready code
/* CSS */
color: #777766;
background-color: #777766;
/* Tailwind (arbitrary) */
class="text-[#777766] bg-[#777766]"
/* SCSS */
$brand: #777766;
/* SwiftUI */
Color(red: 0.467, green: 0.467, blue: 0.400)
/* Android */
Color.parseColor("#777766")Accessibility — WCAG contrast
Aa
#777766 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#777766 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green46.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.3%
Key (black)53.3%
Color previews
#777766 text on a black background
contrast 4.61:1
Card sample
#777766 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #777766;
Background color
Panel with #777766 background
background-color: #777766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #777766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 119, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 119, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #777766; background: linear-gradient(135deg, #777766, #6C7766);