Shades of Empress #8C7275
Tints of Empress #8C7275
RGB
CMYK
RGB Variations
Color information
#8C7275 (or 0x8C7275) is known color: Empress. HEX triplet: 8C, 72 and 75. RGB value is (140,114,117). Sum of RGB (Red+Green+Blue) = 140+114+117=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7275 is #738D8A. Grayscale: #7A7A7A. Windows color (decimal): -7572875 or 7697036. OLE color: 7697036.
HSL color Cylindrical-coordinate representation of color #8C7275: hue angle of 353.08º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7275 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 117 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.45 |
| HSL | 353.08º | 0.1% | 0.5% | - |
| HSV(B) | 353.08º | 0.19% | 0.55% | - |
| XYZ | 20.04 | 18.89 | 19.42 | - |
| YUV | 122.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 117 | 0 | 0.19 | 0.16 | 0.45 | 353.08 | 0.1 | 0.5 |
| Hex | 8C | 72 | 75 | 0 | 13 | 10 | 2D | 161 | A | 32 |
| Octal | 214 | 162 | 165 | 0 | 23 | 20 | 55 | 541 | 12 | 62 |
| Binary | 10001100 | 1110010 | 1110101 | 0 | 10011 | 10000 | 101101 | 101100001 | 1010 | 110010 |
Color Harmonies of #8C7275
Complementary color
Monochromatic Colors of #8C7275
Black with #8C7275
Text Example
Text Example
White with #8C7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7275; }
p { color: rgb(140,114,117); }
H1.HeaderClassName
{
color: #8C7275;
}
.AnyTagClassName
{
color: #8C7275;
}
</style>
background-color css
<style>
a { background-color: #8C7275; }
a { background-color: rgb(140,114,117); }
div.DivClassName
{
background-color: #8C7275;
}
.BgClassName
{
background-color: #8C7275;
}
</style>
border-color css
<style>
span { border-color: #8C7275; }
span { border-color: rgb(140,114,117); }
td.TdClassName
{
border-color: #8C7275;
}
.TagClassName
{
border-color: #8C7275;
}
</style>