Shades of Empress #856A70
Tints of Empress #856A70
RGB
CMYK
RGB Variations
Color information
#856A70 (or 0x856A70) is known color: Empress. HEX triplet: 85, 6A and 70. RGB value is (133,106,112). Sum of RGB (Red+Green+Blue) = 133+106+112=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A70 is #7A958F. Grayscale: #727272. Windows color (decimal): -8033680 or 7367301. OLE color: 7367301.
HSL color Cylindrical-coordinate representation of color #856A70: hue angle of 346.67º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856A70 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 106 | 112 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.48 |
| HSL | 346.67º | 0.11% | 0.47% | - |
| HSV(B) | 346.67º | 0.2% | 0.52% | - |
| XYZ | 17.75 | 16.46 | 17.57 | - |
| YUV | 114.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 112 | 0 | 0.20 | 0.16 | 0.48 | 346.67 | 0.11 | 0.47 |
| Hex | 85 | 6A | 70 | 0 | 14 | 10 | 30 | 15B | B | 2F |
| Octal | 205 | 152 | 160 | 0 | 24 | 20 | 60 | 533 | 13 | 57 |
| Binary | 10000101 | 1101010 | 1110000 | 0 | 10100 | 10000 | 110000 | 101011011 | 1011 | 101111 |
Color Harmonies of #856A70
Complementary color
Monochromatic Colors of #856A70
Black with #856A70
Text Example
Text Example
White with #856A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856A70; }
p { color: rgb(133,106,112); }
H1.HeaderClassName
{
color: #856A70;
}
.AnyTagClassName
{
color: #856A70;
}
</style>
background-color css
<style>
a { background-color: #856A70; }
a { background-color: rgb(133,106,112); }
div.DivClassName
{
background-color: #856A70;
}
.BgClassName
{
background-color: #856A70;
}
</style>
border-color css
<style>
span { border-color: #856A70; }
span { border-color: rgb(133,106,112); }
td.TdClassName
{
border-color: #856A70;
}
.TagClassName
{
border-color: #856A70;
}
</style>