Shades of Empress #8B7073
Tints of Empress #8B7073
RGB
CMYK
RGB Variations
Color information
#8B7073 (or 0x8B7073) is known color: Empress. HEX triplet: 8B, 70 and 73. RGB value is (139,112,115). Sum of RGB (Red+Green+Blue) = 139+112+115=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7073 is #748F8C. Grayscale: #787878. Windows color (decimal): -7638925 or 7565451. OLE color: 7565451.
HSL color Cylindrical-coordinate representation of color #8B7073: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7073 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 115 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.45 |
| HSL | 353.33º | 0.11% | 0.49% | - |
| HSV(B) | 353.33º | 0.19% | 0.55% | - |
| XYZ | 19.54 | 18.32 | 18.73 | - |
| YUV | 120.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 115 | 0 | 0.19 | 0.17 | 0.45 | 353.33 | 0.11 | 0.49 |
| Hex | 8B | 70 | 73 | 0 | 13 | 11 | 2D | 161 | B | 31 |
| Octal | 213 | 160 | 163 | 0 | 23 | 21 | 55 | 541 | 13 | 61 |
| Binary | 10001011 | 1110000 | 1110011 | 0 | 10011 | 10001 | 101101 | 101100001 | 1011 | 110001 |
Color Harmonies of #8B7073
Complementary color
Monochromatic Colors of #8B7073
Black with #8B7073
Text Example
Text Example
White with #8B7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7073; }
p { color: rgb(139,112,115); }
H1.HeaderClassName
{
color: #8B7073;
}
.AnyTagClassName
{
color: #8B7073;
}
</style>
background-color css
<style>
a { background-color: #8B7073; }
a { background-color: rgb(139,112,115); }
div.DivClassName
{
background-color: #8B7073;
}
.BgClassName
{
background-color: #8B7073;
}
</style>
border-color css
<style>
span { border-color: #8B7073; }
span { border-color: rgb(139,112,115); }
td.TdClassName
{
border-color: #8B7073;
}
.TagClassName
{
border-color: #8B7073;
}
</style>