Shades of Empress #8E787A
Tints of Empress #8E787A
RGB
CMYK
RGB Variations
Color information
#8E787A (or 0x8E787A) is known color: Empress. HEX triplet: 8E, 78 and 7A. RGB value is (142,120,122). Sum of RGB (Red+Green+Blue) = 142+120+122=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E787A is #718785. Grayscale: #7E7E7E. Windows color (decimal): -7440262 or 8026254. OLE color: 8026254.
HSL color Cylindrical-coordinate representation of color #8E787A: hue angle of 354.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E787A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 120 | 122 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.44 |
| HSL | 354.55º | 0.09% | 0.51% | - |
| HSV(B) | 354.55º | 0.15% | 0.56% | - |
| XYZ | 21.38 | 20.59 | 21.26 | - |
| YUV | 126.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 122 | 0 | 0.15 | 0.14 | 0.44 | 354.55 | 0.09 | 0.51 |
| Hex | 8E | 78 | 7A | 0 | F | E | 2C | 163 | 9 | 33 |
| Octal | 216 | 170 | 172 | 0 | 17 | 16 | 54 | 543 | 11 | 63 |
| Binary | 10001110 | 1111000 | 1111010 | 0 | 1111 | 1110 | 101100 | 101100011 | 1001 | 110011 |
Color Harmonies of #8E787A
Complementary color
Monochromatic Colors of #8E787A
Black with #8E787A
Text Example
Text Example
White with #8E787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E787A; }
p { color: rgb(142,120,122); }
H1.HeaderClassName
{
color: #8E787A;
}
.AnyTagClassName
{
color: #8E787A;
}
</style>
background-color css
<style>
a { background-color: #8E787A; }
a { background-color: rgb(142,120,122); }
div.DivClassName
{
background-color: #8E787A;
}
.BgClassName
{
background-color: #8E787A;
}
</style>
border-color css
<style>
span { border-color: #8E787A; }
span { border-color: rgb(142,120,122); }
td.TdClassName
{
border-color: #8E787A;
}
.TagClassName
{
border-color: #8E787A;
}
</style>