Shades of Empress #8B7478
Tints of Empress #8B7478
RGB
CMYK
RGB Variations
Color information
#8B7478 (or 0x8B7478) is known color: Empress. HEX triplet: 8B, 74 and 78. RGB value is (139,116,120). Sum of RGB (Red+Green+Blue) = 139+116+120=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7478 is #748B87. Grayscale: #7B7B7B. Windows color (decimal): -7637896 or 7894155. OLE color: 7894155.
HSL color Cylindrical-coordinate representation of color #8B7478: hue angle of 349.57º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7478 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 120 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.45 |
| HSL | 349.57º | 0.09% | 0.5% | - |
| HSV(B) | 349.57º | 0.17% | 0.55% | - |
| XYZ | 20.28 | 19.34 | 20.43 | - |
| YUV | 123.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 120 | 0 | 0.17 | 0.14 | 0.45 | 349.57 | 0.09 | 0.5 |
| Hex | 8B | 74 | 78 | 0 | 11 | E | 2D | 15E | 9 | 32 |
| Octal | 213 | 164 | 170 | 0 | 21 | 16 | 55 | 536 | 11 | 62 |
| Binary | 10001011 | 1110100 | 1111000 | 0 | 10001 | 1110 | 101101 | 101011110 | 1001 | 110010 |
Color Harmonies of #8B7478
Complementary color
Monochromatic Colors of #8B7478
Black with #8B7478
Text Example
Text Example
White with #8B7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7478; }
p { color: rgb(139,116,120); }
H1.HeaderClassName
{
color: #8B7478;
}
.AnyTagClassName
{
color: #8B7478;
}
</style>
background-color css
<style>
a { background-color: #8B7478; }
a { background-color: rgb(139,116,120); }
div.DivClassName
{
background-color: #8B7478;
}
.BgClassName
{
background-color: #8B7478;
}
</style>
border-color css
<style>
span { border-color: #8B7478; }
span { border-color: rgb(139,116,120); }
td.TdClassName
{
border-color: #8B7478;
}
.TagClassName
{
border-color: #8B7478;
}
</style>