Shades of Empress #8C7577
Tints of Empress #8C7577
RGB
CMYK
RGB Variations
Color information
#8C7577 (or 0x8C7577) is known color: Empress. HEX triplet: 8C, 75 and 77. RGB value is (140,117,119). Sum of RGB (Red+Green+Blue) = 140+117+119=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7577 is #738A88. Grayscale: #7C7C7C. Windows color (decimal): -7572105 or 7828876. OLE color: 7828876.
HSL color Cylindrical-coordinate representation of color #8C7577: hue angle of 354.78º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C7577 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 119 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.45 |
| HSL | 354.78º | 0.09% | 0.5% | - |
| HSV(B) | 354.78º | 0.16% | 0.55% | - |
| XYZ | 20.51 | 19.63 | 20.16 | - |
| YUV | 124.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 119 | 0 | 0.16 | 0.15 | 0.45 | 354.78 | 0.09 | 0.5 |
| Hex | 8C | 75 | 77 | 0 | 10 | F | 2D | 163 | 9 | 32 |
| Octal | 214 | 165 | 167 | 0 | 20 | 17 | 55 | 543 | 11 | 62 |
| Binary | 10001100 | 1110101 | 1110111 | 0 | 10000 | 1111 | 101101 | 101100011 | 1001 | 110010 |
Color Harmonies of #8C7577
Complementary color
Monochromatic Colors of #8C7577
Black with #8C7577
Text Example
Text Example
White with #8C7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7577; }
p { color: rgb(140,117,119); }
H1.HeaderClassName
{
color: #8C7577;
}
.AnyTagClassName
{
color: #8C7577;
}
</style>
background-color css
<style>
a { background-color: #8C7577; }
a { background-color: rgb(140,117,119); }
div.DivClassName
{
background-color: #8C7577;
}
.BgClassName
{
background-color: #8C7577;
}
</style>
border-color css
<style>
span { border-color: #8C7577; }
span { border-color: rgb(140,117,119); }
td.TdClassName
{
border-color: #8C7577;
}
.TagClassName
{
border-color: #8C7577;
}
</style>