#775555
a dark, soft red · warm · closest name: gray
RGB
119, 85, 85
HSL
0°, 17%, 40%
CMYK
0, 29, 29, 53
Luminance
0.1107
Every format
| HEX | #775555 |
| RGB | rgb(119, 85, 85) |
| HSL | hsl(0, 17%, 40%) |
| CMYK | cmyk(0%, 29%, 29%, 53%) |
| LAB | lab(39.7 14.1 5.6) |
| LCH | lch(39.7 15.2 21.6) |
| OKLCH | oklch(0.486 0.045 18.9) |
Copy-ready code
/* CSS */
color: #775555;
background-color: #775555;
/* Tailwind (arbitrary) */
class="text-[#775555] bg-[#775555]"
/* SCSS */
$brand: #775555;
/* SwiftUI */
Color(red: 0.467, green: 0.333, blue: 0.333)
/* Android */
Color.parseColor("#775555")Accessibility — WCAG contrast
Aa
#775555 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#775555 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green33.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow28.6%
Key (black)53.3%
Color previews
#775555 text on a black background
contrast 3.21:1
Card sample
#775555 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775555;
Background color
Panel with #775555 background
background-color: #775555;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775555;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 85, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 85, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775555; background: linear-gradient(135deg, #775555, #776C55);