Shades of Empress #8E6F76
Tints of Empress #8E6F76
RGB
CMYK
RGB Variations
Color information
#8E6F76 (or 0x8E6F76) is known color: Empress. HEX triplet: 8E, 6F and 76. RGB value is (142,111,118). Sum of RGB (Red+Green+Blue) = 142+111+118=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F76 is #719089. Grayscale: #797979. Windows color (decimal): -7442570 or 7761806. OLE color: 7761806.
HSL color Cylindrical-coordinate representation of color #8E6F76: hue angle of 346.45º 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 #8E6F76 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 111 | 118 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.44 |
| HSL | 346.45º | 0.12% | 0.5% | - |
| HSV(B) | 346.45º | 0.22% | 0.56% | - |
| XYZ | 20.11 | 18.43 | 19.64 | - |
| YUV | 121.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 118 | 0 | 0.22 | 0.17 | 0.44 | 346.45 | 0.12 | 0.5 |
| Hex | 8E | 6F | 76 | 0 | 16 | 11 | 2C | 15A | C | 32 |
| Octal | 216 | 157 | 166 | 0 | 26 | 21 | 54 | 532 | 14 | 62 |
| Binary | 10001110 | 1101111 | 1110110 | 0 | 10110 | 10001 | 101100 | 101011010 | 1100 | 110010 |
Color Harmonies of #8E6F76
Complementary color
Monochromatic Colors of #8E6F76
Black with #8E6F76
Text Example
Text Example
White with #8E6F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6F76; }
p { color: rgb(142,111,118); }
H1.HeaderClassName
{
color: #8E6F76;
}
.AnyTagClassName
{
color: #8E6F76;
}
</style>
background-color css
<style>
a { background-color: #8E6F76; }
a { background-color: rgb(142,111,118); }
div.DivClassName
{
background-color: #8E6F76;
}
.BgClassName
{
background-color: #8E6F76;
}
</style>
border-color css
<style>
span { border-color: #8E6F76; }
span { border-color: rgb(142,111,118); }
td.TdClassName
{
border-color: #8E6F76;
}
.TagClassName
{
border-color: #8E6F76;
}
</style>