Shades of Empress #8E6E72
Tints of Empress #8E6E72
RGB
CMYK
RGB Variations
Color information
#8E6E72 (or 0x8E6E72) is known color: Empress. HEX triplet: 8E, 6E and 72. RGB value is (142,110,114). Sum of RGB (Red+Green+Blue) = 142+110+114=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E72 is #71918D. Grayscale: #787878. Windows color (decimal): -7442830 or 7499406. OLE color: 7499406.
HSL color Cylindrical-coordinate representation of color #8E6E72: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E6E72 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 110 | 114 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.44 |
| HSL | 352.5º | 0.13% | 0.49% | - |
| HSV(B) | 352.5º | 0.23% | 0.56% | - |
| XYZ | 19.77 | 18.12 | 18.37 | - |
| YUV | 120.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 114 | 0 | 0.23 | 0.20 | 0.44 | 352.5 | 0.13 | 0.49 |
| Hex | 8E | 6E | 72 | 0 | 17 | 14 | 2C | 160 | D | 31 |
| Octal | 216 | 156 | 162 | 0 | 27 | 24 | 54 | 540 | 15 | 61 |
| Binary | 10001110 | 1101110 | 1110010 | 0 | 10111 | 10100 | 101100 | 101100000 | 1101 | 110001 |
Color Harmonies of #8E6E72
Complementary color
Monochromatic Colors of #8E6E72
Black with #8E6E72
Text Example
Text Example
White with #8E6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E72; }
p { color: rgb(142,110,114); }
H1.HeaderClassName
{
color: #8E6E72;
}
.AnyTagClassName
{
color: #8E6E72;
}
</style>
background-color css
<style>
a { background-color: #8E6E72; }
a { background-color: rgb(142,110,114); }
div.DivClassName
{
background-color: #8E6E72;
}
.BgClassName
{
background-color: #8E6E72;
}
</style>
border-color css
<style>
span { border-color: #8E6E72; }
span { border-color: rgb(142,110,114); }
td.TdClassName
{
border-color: #8E6E72;
}
.TagClassName
{
border-color: #8E6E72;
}
</style>