#755F49
A dark, muted orange closely aligning with Dimgray.
About #755F49
At its core, #755F49 is a dark and muted hue. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 95, and 73.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 19% magenta, 38% yellow, and 54% black. The HSL representation is 30.0° hue, 23.2% saturation, and 37.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#755F49
RGB117, 95, 73
HSL30.0°, 23.2%, 37.3%
CMYK0%, 19%, 38%, 54%
HSV30.0°, 37.6%, 45.9%
LAB41.9, 5.5, 16.0
XYZ12.6, 12.4, 8.0
Decimal7692105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.02:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.75:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755F49;
}
.text-color {
color: #755F49;
}
.border-color {
border: 2px solid #755F49;
}