Shades of Empress #8B7374
Tints of Empress #8B7374
RGB
CMYK
RGB Variations
Color information
#8B7374 (or 0x8B7374) is known color: Empress. HEX triplet: 8B, 73 and 74. RGB value is (139,115,116). Sum of RGB (Red+Green+Blue) = 139+115+116=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7374 is #748C8B. Grayscale: #7A7A7A. Windows color (decimal): -7638156 or 7631755. OLE color: 7631755.
HSL color Cylindrical-coordinate representation of color #8B7374: hue angle of 357.5º 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 #8B7374 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 116 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.45 |
| HSL | 357.5º | 0.09% | 0.5% | - |
| HSV(B) | 357.5º | 0.17% | 0.55% | - |
| XYZ | 19.93 | 19.01 | 19.14 | - |
| YUV | 122.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 116 | 0 | 0.17 | 0.17 | 0.45 | 357.5 | 0.09 | 0.5 |
| Hex | 8B | 73 | 74 | 0 | 11 | 11 | 2D | 166 | 9 | 32 |
| Octal | 213 | 163 | 164 | 0 | 21 | 21 | 55 | 546 | 11 | 62 |
| Binary | 10001011 | 1110011 | 1110100 | 0 | 10001 | 10001 | 101101 | 101100110 | 1001 | 110010 |
Color Harmonies of #8B7374
Complementary color
Monochromatic Colors of #8B7374
Black with #8B7374
Text Example
Text Example
White with #8B7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7374; }
p { color: rgb(139,115,116); }
H1.HeaderClassName
{
color: #8B7374;
}
.AnyTagClassName
{
color: #8B7374;
}
</style>
background-color css
<style>
a { background-color: #8B7374; }
a { background-color: rgb(139,115,116); }
div.DivClassName
{
background-color: #8B7374;
}
.BgClassName
{
background-color: #8B7374;
}
</style>
border-color css
<style>
span { border-color: #8B7374; }
span { border-color: rgb(139,115,116); }
td.TdClassName
{
border-color: #8B7374;
}
.TagClassName
{
border-color: #8B7374;
}
</style>