#755F42
A dark, muted orange closely aligning with Dimgray.
About #755F42
When working with digital screens, the color #755F42 is rendered by mixing light. It is closely associated with the named CSS color Dimgray. Its digital footprint relies on 117 parts red, 95 parts green, and 66 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 19% magenta inks. With a hue angle of 34.1 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#755F42
RGB117, 95, 66
HSL34.1°, 27.9%, 35.9%
CMYK0%, 19%, 44%, 54%
HSV34.1°, 43.6%, 45.9%
LAB41.8, 4.6, 19.9
XYZ12.4, 12.4, 6.9
Decimal7692098
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.05:1
Text on #FFFFFF
AA
3.47:1
Text on #000000
AA Large
5.78:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755F42;
}
.text-color {
color: #755F42;
}
.border-color {
border: 2px solid #755F42;
}