Shades of Empress #8E7076
Tints of Empress #8E7076
RGB
CMYK
RGB Variations
Color information
#8E7076 (or 0x8E7076) is known color: Empress. HEX triplet: 8E, 70 and 76. RGB value is (142,112,118). Sum of RGB (Red+Green+Blue) = 142+112+118=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7076 is #718F89. Grayscale: #797979. Windows color (decimal): -7442314 or 7762062. OLE color: 7762062.
HSL color Cylindrical-coordinate representation of color #8E7076: hue angle of 348º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E7076 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 118 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.44 |
| HSL | 348º | 0.12% | 0.5% | - |
| HSV(B) | 348º | 0.21% | 0.56% | - |
| XYZ | 20.22 | 18.65 | 19.67 | - |
| YUV | 121.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 118 | 0 | 0.21 | 0.17 | 0.44 | 348 | 0.12 | 0.5 |
| Hex | 8E | 70 | 76 | 0 | 15 | 11 | 2C | 15C | C | 32 |
| Octal | 216 | 160 | 166 | 0 | 25 | 21 | 54 | 534 | 14 | 62 |
| Binary | 10001110 | 1110000 | 1110110 | 0 | 10101 | 10001 | 101100 | 101011100 | 1100 | 110010 |
Color Harmonies of #8E7076
Complementary color
Monochromatic Colors of #8E7076
Black with #8E7076
Text Example
Text Example
White with #8E7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7076; }
p { color: rgb(142,112,118); }
H1.HeaderClassName
{
color: #8E7076;
}
.AnyTagClassName
{
color: #8E7076;
}
</style>
background-color css
<style>
a { background-color: #8E7076; }
a { background-color: rgb(142,112,118); }
div.DivClassName
{
background-color: #8E7076;
}
.BgClassName
{
background-color: #8E7076;
}
</style>
border-color css
<style>
span { border-color: #8E7076; }
span { border-color: rgb(142,112,118); }
td.TdClassName
{
border-color: #8E7076;
}
.TagClassName
{
border-color: #8E7076;
}
</style>