#755742
A dark, muted orange closely aligning with Dimgray.
About #755742
The precise color #755742 is an excellent choice for modern design projects. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(117, 87, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 26% M, 44% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#755742
RGB117, 87, 66
HSL24.7°, 27.9%, 35.9%
CMYK0%, 26%, 44%, 54%
HSV24.7°, 43.6%, 45.9%
LAB39.6, 9.4, 17.0
XYZ11.7, 11.0, 6.7
Decimal7690050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.28:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755742;
}
.text-color {
color: #755742;
}
.border-color {
border: 2px solid #755742;
}