Shades of Empress #8B7075
Tints of Empress #8B7075
RGB
CMYK
RGB Variations
Color information
#8B7075 (or 0x8B7075) is known color: Empress. HEX triplet: 8B, 70 and 75. RGB value is (139,112,117). Sum of RGB (Red+Green+Blue) = 139+112+117=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7075 is #748F8A. Grayscale: #787878. Windows color (decimal): -7638923 or 7696523. OLE color: 7696523.
HSL color Cylindrical-coordinate representation of color #8B7075: hue angle of 348.89º 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 #8B7075 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 117 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.45 |
| HSL | 348.89º | 0.11% | 0.49% | - |
| HSV(B) | 348.89º | 0.19% | 0.55% | - |
| XYZ | 19.65 | 18.36 | 19.34 | - |
| YUV | 120.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 117 | 0 | 0.19 | 0.16 | 0.45 | 348.89 | 0.11 | 0.49 |
| Hex | 8B | 70 | 75 | 0 | 13 | 10 | 2D | 15D | B | 31 |
| Octal | 213 | 160 | 165 | 0 | 23 | 20 | 55 | 535 | 13 | 61 |
| Binary | 10001011 | 1110000 | 1110101 | 0 | 10011 | 10000 | 101101 | 101011101 | 1011 | 110001 |
Color Harmonies of #8B7075
Complementary color
Monochromatic Colors of #8B7075
Black with #8B7075
Text Example
Text Example
White with #8B7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7075; }
p { color: rgb(139,112,117); }
H1.HeaderClassName
{
color: #8B7075;
}
.AnyTagClassName
{
color: #8B7075;
}
</style>
background-color css
<style>
a { background-color: #8B7075; }
a { background-color: rgb(139,112,117); }
div.DivClassName
{
background-color: #8B7075;
}
.BgClassName
{
background-color: #8B7075;
}
</style>
border-color css
<style>
span { border-color: #8B7075; }
span { border-color: rgb(139,112,117); }
td.TdClassName
{
border-color: #8B7075;
}
.TagClassName
{
border-color: #8B7075;
}
</style>