Shades of Empress #8B7276
Tints of Empress #8B7276
RGB
CMYK
RGB Variations
Color information
#8B7276 (or 0x8B7276) is known color: Empress. HEX triplet: 8B, 72 and 76. RGB value is (139,114,118). Sum of RGB (Red+Green+Blue) = 139+114+118=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7276 is #748D89. Grayscale: #797979. Windows color (decimal): -7638410 or 7762571. OLE color: 7762571.
HSL color Cylindrical-coordinate representation of color #8B7276: hue angle of 350.4º 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 #8B7276 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 118 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.45 |
| HSL | 350.4º | 0.1% | 0.5% | - |
| HSV(B) | 350.4º | 0.18% | 0.55% | - |
| XYZ | 19.93 | 18.83 | 19.72 | - |
| YUV | 121.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 118 | 0 | 0.18 | 0.15 | 0.45 | 350.4 | 0.1 | 0.5 |
| Hex | 8B | 72 | 76 | 0 | 12 | F | 2D | 15E | A | 32 |
| Octal | 213 | 162 | 166 | 0 | 22 | 17 | 55 | 536 | 12 | 62 |
| Binary | 10001011 | 1110010 | 1110110 | 0 | 10010 | 1111 | 101101 | 101011110 | 1010 | 110010 |
Color Harmonies of #8B7276
Complementary color
Monochromatic Colors of #8B7276
Black with #8B7276
Text Example
Text Example
White with #8B7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7276; }
p { color: rgb(139,114,118); }
H1.HeaderClassName
{
color: #8B7276;
}
.AnyTagClassName
{
color: #8B7276;
}
</style>
background-color css
<style>
a { background-color: #8B7276; }
a { background-color: rgb(139,114,118); }
div.DivClassName
{
background-color: #8B7276;
}
.BgClassName
{
background-color: #8B7276;
}
</style>
border-color css
<style>
span { border-color: #8B7276; }
span { border-color: rgb(139,114,118); }
td.TdClassName
{
border-color: #8B7276;
}
.TagClassName
{
border-color: #8B7276;
}
</style>