Shades of Empress #857D7E
Tints of Empress #857D7E
RGB
CMYK
RGB Variations
Color information
#857D7E (or 0x857D7E) is known color: Empress. HEX triplet: 85, 7D and 7E. RGB value is (133,125,126). Sum of RGB (Red+Green+Blue) = 133+125+126=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D7E is #7A8281. Grayscale: #7F7F7F. Windows color (decimal): -8028802 or 8289669. OLE color: 8289669.
HSL color Cylindrical-coordinate representation of color #857D7E: hue angle of 352.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #857D7E is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 126 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.48 |
| HSL | 352.5º | 0.03% | 0.51% | - |
| HSV(B) | 352.5º | 0.06% | 0.52% | - |
| XYZ | 20.77 | 21.16 | 22.73 | - |
| YUV | 127.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 126 | 0 | 0.06 | 0.05 | 0.48 | 352.5 | 0.03 | 0.51 |
| Hex | 85 | 7D | 7E | 0 | 6 | 5 | 30 | 160 | 3 | 33 |
| Octal | 205 | 175 | 176 | 0 | 6 | 5 | 60 | 540 | 3 | 63 |
| Binary | 10000101 | 1111101 | 1111110 | 0 | 110 | 101 | 110000 | 101100000 | 11 | 110011 |
Color Harmonies of #857D7E
Complementary color
Monochromatic Colors of #857D7E
Black with #857D7E
Text Example
Text Example
White with #857D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D7E; }
p { color: rgb(133,125,126); }
H1.HeaderClassName
{
color: #857D7E;
}
.AnyTagClassName
{
color: #857D7E;
}
</style>
background-color css
<style>
a { background-color: #857D7E; }
a { background-color: rgb(133,125,126); }
div.DivClassName
{
background-color: #857D7E;
}
.BgClassName
{
background-color: #857D7E;
}
</style>
border-color css
<style>
span { border-color: #857D7E; }
span { border-color: rgb(133,125,126); }
td.TdClassName
{
border-color: #857D7E;
}
.TagClassName
{
border-color: #857D7E;
}
</style>