Shades of Empress #8B7275
Tints of Empress #8B7275
RGB
CMYK
RGB Variations
Color information
#8B7275 (or 0x8B7275) is known color: Empress. HEX triplet: 8B, 72 and 75. RGB value is (139,114,117). Sum of RGB (Red+Green+Blue) = 139+114+117=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7275 is #748D8A. Grayscale: #797979. Windows color (decimal): -7638411 or 7697035. OLE color: 7697035.
HSL color Cylindrical-coordinate representation of color #8B7275: hue angle of 352.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7275 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 117 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.45 |
| HSL | 352.8º | 0.1% | 0.5% | - |
| HSV(B) | 352.8º | 0.18% | 0.55% | - |
| XYZ | 19.88 | 18.81 | 19.41 | - |
| YUV | 121.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 117 | 0 | 0.18 | 0.16 | 0.45 | 352.8 | 0.1 | 0.5 |
| Hex | 8B | 72 | 75 | 0 | 12 | 10 | 2D | 161 | A | 32 |
| Octal | 213 | 162 | 165 | 0 | 22 | 20 | 55 | 541 | 12 | 62 |
| Binary | 10001011 | 1110010 | 1110101 | 0 | 10010 | 10000 | 101101 | 101100001 | 1010 | 110010 |
Color Harmonies of #8B7275
Complementary color
Monochromatic Colors of #8B7275
Black with #8B7275
Text Example
Text Example
White with #8B7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7275; }
p { color: rgb(139,114,117); }
H1.HeaderClassName
{
color: #8B7275;
}
.AnyTagClassName
{
color: #8B7275;
}
</style>
background-color css
<style>
a { background-color: #8B7275; }
a { background-color: rgb(139,114,117); }
div.DivClassName
{
background-color: #8B7275;
}
.BgClassName
{
background-color: #8B7275;
}
</style>
border-color css
<style>
span { border-color: #8B7275; }
span { border-color: rgb(139,114,117); }
td.TdClassName
{
border-color: #8B7275;
}
.TagClassName
{
border-color: #8B7275;
}
</style>