Shades of Empress #8D6F70
Tints of Empress #8D6F70
RGB
CMYK
RGB Variations
Color information
#8D6F70 (or 0x8D6F70) is known color: Empress. HEX triplet: 8D, 6F and 70. RGB value is (141,111,112). Sum of RGB (Red+Green+Blue) = 141+111+112=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F70 is #72908F. Grayscale: #787878. Windows color (decimal): -7508112 or 7368589. OLE color: 7368589.
HSL color Cylindrical-coordinate representation of color #8D6F70: hue angle of 358º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D6F70 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 111 | 112 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.45 |
| HSL | 358º | 0.12% | 0.49% | - |
| HSV(B) | 358º | 0.21% | 0.55% | - |
| XYZ | 19.59 | 18.2 | 17.81 | - |
| YUV | 120.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 111 | 112 | 0 | 0.21 | 0.21 | 0.45 | 358 | 0.12 | 0.49 |
| Hex | 8D | 6F | 70 | 0 | 15 | 15 | 2D | 166 | C | 31 |
| Octal | 215 | 157 | 160 | 0 | 25 | 25 | 55 | 546 | 14 | 61 |
| Binary | 10001101 | 1101111 | 1110000 | 0 | 10101 | 10101 | 101101 | 101100110 | 1100 | 110001 |
Color Harmonies of #8D6F70
Complementary color
Monochromatic Colors of #8D6F70
Black with #8D6F70
Text Example
Text Example
White with #8D6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6F70; }
p { color: rgb(141,111,112); }
H1.HeaderClassName
{
color: #8D6F70;
}
.AnyTagClassName
{
color: #8D6F70;
}
</style>
background-color css
<style>
a { background-color: #8D6F70; }
a { background-color: rgb(141,111,112); }
div.DivClassName
{
background-color: #8D6F70;
}
.BgClassName
{
background-color: #8D6F70;
}
</style>
border-color css
<style>
span { border-color: #8D6F70; }
span { border-color: rgb(141,111,112); }
td.TdClassName
{
border-color: #8D6F70;
}
.TagClassName
{
border-color: #8D6F70;
}
</style>