#73655f
a dark, muted orange · warm · closest name: gray
RGB
115, 101, 95
HSL
18°, 10%, 41%
CMYK
0, 12, 17, 55
Luminance
0.1378
Every format
| HEX | #73655f |
| RGB | rgb(115, 101, 95) |
| HSL | hsl(18, 10%, 41%) |
| CMYK | cmyk(0%, 12%, 17%, 55%) |
| LAB | lab(43.9 4.5 5.4) |
| LCH | lch(43.9 7.0 50.5) |
| OKLCH | oklch(0.518 0.020 44.6) |
Copy-ready code
/* CSS */
color: #73655f;
background-color: #73655f;
/* Tailwind (arbitrary) */
class="text-[#73655f] bg-[#73655f]"
/* SCSS */
$brand: #73655f;
/* SwiftUI */
Color(red: 0.451, green: 0.396, blue: 0.373)
/* Android */
Color.parseColor("#73655f")Accessibility — WCAG contrast
Aa
#73655f on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#73655f on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green39.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow17.4%
Key (black)54.9%
Color previews
#73655f text on a black background
contrast 3.76:1
Card sample
#73655f text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73655f;
Background color
Panel with #73655f background
background-color: #73655f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73655f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 101, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 101, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73655f; background: linear-gradient(135deg, #73655f, #73725F);