Shades of Empress #856E73
Tints of Empress #856E73
RGB
CMYK
RGB Variations
Color information
#856E73 (or 0x856E73) is known color: Empress. HEX triplet: 85, 6E and 73. RGB value is (133,110,115). Sum of RGB (Red+Green+Blue) = 133+110+115=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #856E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E73 is #7A918C. Grayscale: #757575. Windows color (decimal): -8032653 or 7564933. OLE color: 7564933.
HSL color Cylindrical-coordinate representation of color #856E73: hue angle of 346.96º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856E73 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 110 | 115 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.48 |
| HSL | 346.96º | 0.09% | 0.48% | - |
| HSV(B) | 346.96º | 0.17% | 0.52% | - |
| XYZ | 18.34 | 17.38 | 18.61 | - |
| YUV | 117.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 115 | 0 | 0.17 | 0.14 | 0.48 | 346.96 | 0.09 | 0.48 |
| Hex | 85 | 6E | 73 | 0 | 11 | E | 30 | 15B | 9 | 30 |
| Octal | 205 | 156 | 163 | 0 | 21 | 16 | 60 | 533 | 11 | 60 |
| Binary | 10000101 | 1101110 | 1110011 | 0 | 10001 | 1110 | 110000 | 101011011 | 1001 | 110000 |
Color Harmonies of #856E73
Complementary color
Monochromatic Colors of #856E73
Black with #856E73
Text Example
Text Example
White with #856E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E73; }
p { color: rgb(133,110,115); }
H1.HeaderClassName
{
color: #856E73;
}
.AnyTagClassName
{
color: #856E73;
}
</style>
background-color css
<style>
a { background-color: #856E73; }
a { background-color: rgb(133,110,115); }
div.DivClassName
{
background-color: #856E73;
}
.BgClassName
{
background-color: #856E73;
}
</style>
border-color css
<style>
span { border-color: #856E73; }
span { border-color: rgb(133,110,115); }
td.TdClassName
{
border-color: #856E73;
}
.TagClassName
{
border-color: #856E73;
}
</style>