Shades of Empress #8C7479
Tints of Empress #8C7479
RGB
CMYK
RGB Variations
Color information
#8C7479 (or 0x8C7479) is known color: Empress. HEX triplet: 8C, 74 and 79. RGB value is (140,116,121). Sum of RGB (Red+Green+Blue) = 140+116+121=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7479 is #738B86. Grayscale: #7B7B7B. Windows color (decimal): -7572359 or 7959692. OLE color: 7959692.
HSL color Cylindrical-coordinate representation of color #8C7479: hue angle of 347.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C7479 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 121 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.45 |
| HSL | 347.5º | 0.09% | 0.5% | - |
| HSV(B) | 347.5º | 0.17% | 0.55% | - |
| XYZ | 20.51 | 19.45 | 20.76 | - |
| YUV | 123.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 121 | 0 | 0.17 | 0.14 | 0.45 | 347.5 | 0.09 | 0.5 |
| Hex | 8C | 74 | 79 | 0 | 11 | E | 2D | 15C | 9 | 32 |
| Octal | 214 | 164 | 171 | 0 | 21 | 16 | 55 | 534 | 11 | 62 |
| Binary | 10001100 | 1110100 | 1111001 | 0 | 10001 | 1110 | 101101 | 101011100 | 1001 | 110010 |
Color Harmonies of #8C7479
Complementary color
Monochromatic Colors of #8C7479
Black with #8C7479
Text Example
Text Example
White with #8C7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7479; }
p { color: rgb(140,116,121); }
H1.HeaderClassName
{
color: #8C7479;
}
.AnyTagClassName
{
color: #8C7479;
}
</style>
background-color css
<style>
a { background-color: #8C7479; }
a { background-color: rgb(140,116,121); }
div.DivClassName
{
background-color: #8C7479;
}
.BgClassName
{
background-color: #8C7479;
}
</style>
border-color css
<style>
span { border-color: #8C7479; }
span { border-color: rgb(140,116,121); }
td.TdClassName
{
border-color: #8C7479;
}
.TagClassName
{
border-color: #8C7479;
}
</style>