#778877
a balanced, muted gray · cool · closest name: gray
RGB
119, 136, 119
HSL
120°, 7%, 50%
CMYK
13, 0, 13, 47
Luminance
0.2286
Every format
| HEX | #778877 |
| RGB | rgb(119, 136, 119) |
| HSL | hsl(120, 7%, 50%) |
| CMYK | cmyk(13%, 0%, 13%, 47%) |
| LAB | lab(54.9 -9.6 7.1) |
| LCH | lch(54.9 11.9 143.7) |
| OKLCH | oklch(0.608 0.032 145.2) |
Copy-ready code
/* CSS */
color: #778877;
background-color: #778877;
/* Tailwind (arbitrary) */
class="text-[#778877] bg-[#778877]"
/* SCSS */
$brand: #778877;
/* SwiftUI */
Color(red: 0.467, green: 0.533, blue: 0.467)
/* Android */
Color.parseColor("#778877")Accessibility — WCAG contrast
Aa
#778877 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778877 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green53.3%
Blue46.7%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow12.5%
Key (black)46.7%
Color previews
#778877 text on a black background
contrast 5.57:1
Card sample
#778877 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778877;
Background color
Panel with #778877 background
background-color: #778877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 136, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 136, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778877; background: linear-gradient(135deg, #778877, #778882);