Shades of Empress #8D7075
Tints of Empress #8D7075
RGB
CMYK
RGB Variations
Color information
#8D7075 (or 0x8D7075) is known color: Empress. HEX triplet: 8D, 70 and 75. RGB value is (141,112,117). Sum of RGB (Red+Green+Blue) = 141+112+117=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7075 is #728F8A. Grayscale: #797979. Windows color (decimal): -7507851 or 7696525. OLE color: 7696525.
HSL color Cylindrical-coordinate representation of color #8D7075: hue angle of 349.66º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7075 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 117 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.45 |
| HSL | 349.66º | 0.11% | 0.5% | - |
| HSV(B) | 349.66º | 0.21% | 0.55% | - |
| XYZ | 19.99 | 18.54 | 19.35 | - |
| YUV | 121.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 117 | 0 | 0.21 | 0.17 | 0.45 | 349.66 | 0.11 | 0.5 |
| Hex | 8D | 70 | 75 | 0 | 15 | 11 | 2D | 15E | B | 32 |
| Octal | 215 | 160 | 165 | 0 | 25 | 21 | 55 | 536 | 13 | 62 |
| Binary | 10001101 | 1110000 | 1110101 | 0 | 10101 | 10001 | 101101 | 101011110 | 1011 | 110010 |
Color Harmonies of #8D7075
Complementary color
Monochromatic Colors of #8D7075
Black with #8D7075
Text Example
Text Example
White with #8D7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7075; }
p { color: rgb(141,112,117); }
H1.HeaderClassName
{
color: #8D7075;
}
.AnyTagClassName
{
color: #8D7075;
}
</style>
background-color css
<style>
a { background-color: #8D7075; }
a { background-color: rgb(141,112,117); }
div.DivClassName
{
background-color: #8D7075;
}
.BgClassName
{
background-color: #8D7075;
}
</style>
border-color css
<style>
span { border-color: #8D7075; }
span { border-color: rgb(141,112,117); }
td.TdClassName
{
border-color: #8D7075;
}
.TagClassName
{
border-color: #8D7075;
}
</style>