Shades of Empress #8E6F73
Tints of Empress #8E6F73
RGB
CMYK
RGB Variations
Color information
#8E6F73 (or 0x8E6F73) is known color: Empress. HEX triplet: 8E, 6F and 73. RGB value is (142,111,115). Sum of RGB (Red+Green+Blue) = 142+111+115=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F73 is #71908C. Grayscale: #787878. Windows color (decimal): -7442573 or 7565198. OLE color: 7565198.
HSL color Cylindrical-coordinate representation of color #8E6F73: hue angle of 352.26º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E6F73 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 111 | 115 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.44 |
| HSL | 352.26º | 0.12% | 0.5% | - |
| HSV(B) | 352.26º | 0.22% | 0.56% | - |
| XYZ | 19.93 | 18.36 | 18.71 | - |
| YUV | 120.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 115 | 0 | 0.22 | 0.19 | 0.44 | 352.26 | 0.12 | 0.5 |
| Hex | 8E | 6F | 73 | 0 | 16 | 13 | 2C | 160 | C | 32 |
| Octal | 216 | 157 | 163 | 0 | 26 | 23 | 54 | 540 | 14 | 62 |
| Binary | 10001110 | 1101111 | 1110011 | 0 | 10110 | 10011 | 101100 | 101100000 | 1100 | 110010 |
Color Harmonies of #8E6F73
Complementary color
Monochromatic Colors of #8E6F73
Black with #8E6F73
Text Example
Text Example
White with #8E6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6F73; }
p { color: rgb(142,111,115); }
H1.HeaderClassName
{
color: #8E6F73;
}
.AnyTagClassName
{
color: #8E6F73;
}
</style>
background-color css
<style>
a { background-color: #8E6F73; }
a { background-color: rgb(142,111,115); }
div.DivClassName
{
background-color: #8E6F73;
}
.BgClassName
{
background-color: #8E6F73;
}
</style>
border-color css
<style>
span { border-color: #8E6F73; }
span { border-color: rgb(142,111,115); }
td.TdClassName
{
border-color: #8E6F73;
}
.TagClassName
{
border-color: #8E6F73;
}
</style>