Shades of Empress #8E7277
Tints of Empress #8E7277
RGB
CMYK
RGB Variations
Color information
#8E7277 (or 0x8E7277) is known color: Empress. HEX triplet: 8E, 72 and 77. RGB value is (142,114,119). Sum of RGB (Red+Green+Blue) = 142+114+119=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7277 is #718D88. Grayscale: #7A7A7A. Windows color (decimal): -7441801 or 7828110. OLE color: 7828110.
HSL color Cylindrical-coordinate representation of color #8E7277: hue angle of 349.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7277 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 119 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.44 |
| HSL | 349.29º | 0.11% | 0.5% | - |
| HSV(B) | 349.29º | 0.2% | 0.56% | - |
| XYZ | 20.5 | 19.12 | 20.06 | - |
| YUV | 122.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 119 | 0 | 0.20 | 0.16 | 0.44 | 349.29 | 0.11 | 0.5 |
| Hex | 8E | 72 | 77 | 0 | 14 | 10 | 2C | 15D | B | 32 |
| Octal | 216 | 162 | 167 | 0 | 24 | 20 | 54 | 535 | 13 | 62 |
| Binary | 10001110 | 1110010 | 1110111 | 0 | 10100 | 10000 | 101100 | 101011101 | 1011 | 110010 |
Color Harmonies of #8E7277
Complementary color
Monochromatic Colors of #8E7277
Black with #8E7277
Text Example
Text Example
White with #8E7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7277; }
p { color: rgb(142,114,119); }
H1.HeaderClassName
{
color: #8E7277;
}
.AnyTagClassName
{
color: #8E7277;
}
</style>
background-color css
<style>
a { background-color: #8E7277; }
a { background-color: rgb(142,114,119); }
div.DivClassName
{
background-color: #8E7277;
}
.BgClassName
{
background-color: #8E7277;
}
</style>
border-color css
<style>
span { border-color: #8E7277; }
span { border-color: rgb(142,114,119); }
td.TdClassName
{
border-color: #8E7277;
}
.TagClassName
{
border-color: #8E7277;
}
</style>