Shades of Empress #856F73
Tints of Empress #856F73
RGB
CMYK
RGB Variations
Color information
#856F73 (or 0x856F73) is known color: Empress. HEX triplet: 85, 6F and 73. RGB value is (133,111,115). Sum of RGB (Red+Green+Blue) = 133+111+115=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #856F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F73 is #7A908C. Grayscale: #767676. Windows color (decimal): -8032397 or 7565189. OLE color: 7565189.
HSL color Cylindrical-coordinate representation of color #856F73: hue angle of 349.09º 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 #856F73 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 115 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.48 |
| HSL | 349.09º | 0.09% | 0.48% | - |
| HSV(B) | 349.09º | 0.17% | 0.52% | - |
| XYZ | 18.45 | 17.59 | 18.64 | - |
| YUV | 118.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 115 | 0 | 0.17 | 0.14 | 0.48 | 349.09 | 0.09 | 0.48 |
| Hex | 85 | 6F | 73 | 0 | 11 | E | 30 | 15D | 9 | 30 |
| Octal | 205 | 157 | 163 | 0 | 21 | 16 | 60 | 535 | 11 | 60 |
| Binary | 10000101 | 1101111 | 1110011 | 0 | 10001 | 1110 | 110000 | 101011101 | 1001 | 110000 |
Color Harmonies of #856F73
Complementary color
Monochromatic Colors of #856F73
Black with #856F73
Text Example
Text Example
White with #856F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F73; }
p { color: rgb(133,111,115); }
H1.HeaderClassName
{
color: #856F73;
}
.AnyTagClassName
{
color: #856F73;
}
</style>
background-color css
<style>
a { background-color: #856F73; }
a { background-color: rgb(133,111,115); }
div.DivClassName
{
background-color: #856F73;
}
.BgClassName
{
background-color: #856F73;
}
</style>
border-color css
<style>
span { border-color: #856F73; }
span { border-color: rgb(133,111,115); }
td.TdClassName
{
border-color: #856F73;
}
.TagClassName
{
border-color: #856F73;
}
</style>