Shades of Empress #8E7A7B
Tints of Empress #8E7A7B
RGB
CMYK
RGB Variations
Color information
#8E7A7B (or 0x8E7A7B) is known color: Empress. HEX triplet: 8E, 7A and 7B. RGB value is (142,122,123). Sum of RGB (Red+Green+Blue) = 142+122+123=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A7B is #718584. Grayscale: #808080. Windows color (decimal): -7439749 or 8092302. OLE color: 8092302.
HSL color Cylindrical-coordinate representation of color #8E7A7B: hue angle of 357º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E7A7B is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 123 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.44 |
| HSL | 357º | 0.08% | 0.52% | - |
| HSV(B) | 357º | 0.14% | 0.56% | - |
| XYZ | 21.69 | 21.1 | 21.67 | - |
| YUV | 128.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 123 | 0 | 0.14 | 0.13 | 0.44 | 357 | 0.08 | 0.52 |
| Hex | 8E | 7A | 7B | 0 | E | D | 2C | 165 | 8 | 34 |
| Octal | 216 | 172 | 173 | 0 | 16 | 15 | 54 | 545 | 10 | 64 |
| Binary | 10001110 | 1111010 | 1111011 | 0 | 1110 | 1101 | 101100 | 101100101 | 1000 | 110100 |
Color Harmonies of #8E7A7B
Complementary color
Monochromatic Colors of #8E7A7B
Black with #8E7A7B
Text Example
Text Example
White with #8E7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A7B; }
p { color: rgb(142,122,123); }
H1.HeaderClassName
{
color: #8E7A7B;
}
.AnyTagClassName
{
color: #8E7A7B;
}
</style>
background-color css
<style>
a { background-color: #8E7A7B; }
a { background-color: rgb(142,122,123); }
div.DivClassName
{
background-color: #8E7A7B;
}
.BgClassName
{
background-color: #8E7A7B;
}
</style>
border-color css
<style>
span { border-color: #8E7A7B; }
span { border-color: rgb(142,122,123); }
td.TdClassName
{
border-color: #8E7A7B;
}
.TagClassName
{
border-color: #8E7A7B;
}
</style>