Shades of Empress #8B7278
Tints of Empress #8B7278
RGB
CMYK
RGB Variations
Color information
#8B7278 (or 0x8B7278) is known color: Empress. HEX triplet: 8B, 72 and 78. RGB value is (139,114,120). Sum of RGB (Red+Green+Blue) = 139+114+120=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7278 is #748D87. Grayscale: #7A7A7A. Windows color (decimal): -7638408 or 7893643. OLE color: 7893643.
HSL color Cylindrical-coordinate representation of color #8B7278: hue angle of 345.6º 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 #8B7278 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 120 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.45 |
| HSL | 345.6º | 0.1% | 0.5% | - |
| HSV(B) | 345.6º | 0.18% | 0.55% | - |
| XYZ | 20.05 | 18.88 | 20.36 | - |
| YUV | 122.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 120 | 0 | 0.18 | 0.14 | 0.45 | 345.6 | 0.1 | 0.5 |
| Hex | 8B | 72 | 78 | 0 | 12 | E | 2D | 15A | A | 32 |
| Octal | 213 | 162 | 170 | 0 | 22 | 16 | 55 | 532 | 12 | 62 |
| Binary | 10001011 | 1110010 | 1111000 | 0 | 10010 | 1110 | 101101 | 101011010 | 1010 | 110010 |
Color Harmonies of #8B7278
Complementary color
Monochromatic Colors of #8B7278
Black with #8B7278
Text Example
Text Example
White with #8B7278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7278; }
p { color: rgb(139,114,120); }
H1.HeaderClassName
{
color: #8B7278;
}
.AnyTagClassName
{
color: #8B7278;
}
</style>
background-color css
<style>
a { background-color: #8B7278; }
a { background-color: rgb(139,114,120); }
div.DivClassName
{
background-color: #8B7278;
}
.BgClassName
{
background-color: #8B7278;
}
</style>
border-color css
<style>
span { border-color: #8B7278; }
span { border-color: rgb(139,114,120); }
td.TdClassName
{
border-color: #8B7278;
}
.TagClassName
{
border-color: #8B7278;
}
</style>