#775544
a dark, soft orange · warm · closest name: gray
RGB
119, 85, 68
HSL
20°, 27%, 37%
CMYK
0, 29, 43, 53
Luminance
0.1084
Every format
| HEX | #775544 |
| RGB | rgb(119, 85, 68) |
| HSL | hsl(20, 27%, 37%) |
| CMYK | cmyk(0%, 29%, 43%, 53%) |
| LAB | lab(39.3 11.8 15.5) |
| LCH | lch(39.3 19.4 52.8) |
| OKLCH | oklch(0.481 0.053 47.6) |
Copy-ready code
/* CSS */
color: #775544;
background-color: #775544;
/* Tailwind (arbitrary) */
class="text-[#775544] bg-[#775544]"
/* SCSS */
$brand: #775544;
/* SwiftUI */
Color(red: 0.467, green: 0.333, blue: 0.267)
/* Android */
Color.parseColor("#775544")Accessibility — WCAG contrast
Aa
#775544 on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#775544 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green33.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow42.9%
Key (black)53.3%
Color previews
#775544 text on a black background
contrast 3.17:1
Card sample
#775544 text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775544;
Background color
Panel with #775544 background
background-color: #775544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 85, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 85, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775544; background: linear-gradient(135deg, #775544, #777744);