#779999
a balanced, muted cyan · cool · closest name: gray
RGB
119, 153, 153
HSL
180°, 14%, 53%
CMYK
22, 0, 0, 40
Luminance
0.2900
Every format
| HEX | #779999 |
| RGB | rgb(119, 153, 153) |
| HSL | hsl(180, 14%, 53%) |
| CMYK | cmyk(22%, 0%, 0%, 40%) |
| LAB | lab(60.8 -11.7 -3.9) |
| LCH | lch(60.8 12.3 198.3) |
| OKLCH | oklch(0.657 0.038 196.3) |
Copy-ready code
/* CSS */
color: #779999;
background-color: #779999;
/* Tailwind (arbitrary) */
class="text-[#779999] bg-[#779999]"
/* SCSS */
$brand: #779999;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.600)
/* Android */
Color.parseColor("#779999")Accessibility — WCAG contrast
Aa
#779999 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779999 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue60.0%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow0.0%
Key (black)40.0%
Color previews
#779999 text on a black background
contrast 6.80:1
Card sample
#779999 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779999;
Background color
Panel with #779999 background
background-color: #779999;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779999;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779999; background: linear-gradient(135deg, #779999, #778299);