Shades of Empress #8E7778
Tints of Empress #8E7778
RGB
CMYK
RGB Variations
Color information
#8E7778 (or 0x8E7778) is known color: Empress. HEX triplet: 8E, 77 and 78. RGB value is (142,119,120). Sum of RGB (Red+Green+Blue) = 142+119+120=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7778 is #718887. Grayscale: #7E7E7E. Windows color (decimal): -7440520 or 7894926. OLE color: 7894926.
HSL color Cylindrical-coordinate representation of color #8E7778: hue angle of 357.39º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E7778 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 120 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.44 |
| HSL | 357.39º | 0.09% | 0.51% | - |
| HSV(B) | 357.39º | 0.16% | 0.56% | - |
| XYZ | 21.14 | 20.3 | 20.57 | - |
| YUV | 125.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 120 | 0 | 0.16 | 0.15 | 0.44 | 357.39 | 0.09 | 0.51 |
| Hex | 8E | 77 | 78 | 0 | 10 | F | 2C | 165 | 9 | 33 |
| Octal | 216 | 167 | 170 | 0 | 20 | 17 | 54 | 545 | 11 | 63 |
| Binary | 10001110 | 1110111 | 1111000 | 0 | 10000 | 1111 | 101100 | 101100101 | 1001 | 110011 |
Color Harmonies of #8E7778
Complementary color
Monochromatic Colors of #8E7778
Black with #8E7778
Text Example
Text Example
White with #8E7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7778; }
p { color: rgb(142,119,120); }
H1.HeaderClassName
{
color: #8E7778;
}
.AnyTagClassName
{
color: #8E7778;
}
</style>
background-color css
<style>
a { background-color: #8E7778; }
a { background-color: rgb(142,119,120); }
div.DivClassName
{
background-color: #8E7778;
}
.BgClassName
{
background-color: #8E7778;
}
</style>
border-color css
<style>
span { border-color: #8E7778; }
span { border-color: rgb(142,119,120); }
td.TdClassName
{
border-color: #8E7778;
}
.TagClassName
{
border-color: #8E7778;
}
</style>