Shades of Grey #857E7D
Tints of Grey #857E7D
RGB
CMYK
RGB Variations
Color information
#857E7D (or 0x857E7D) is known color: Grey. HEX triplet: 85, 7E and 7D. RGB value is (133,126,125). Sum of RGB (Red+Green+Blue) = 133+126+125=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E7D is #7A8182. Grayscale: #7F7F7F. Windows color (decimal): -8028547 or 8224389. OLE color: 8224389.
HSL color Cylindrical-coordinate representation of color #857E7D: hue angle of 7.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 #857E7D is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 125 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.48 |
| HSL | 7.5º | 0.03% | 0.51% | - |
| HSV(B) | 7.5º | 0.06% | 0.52% | - |
| XYZ | 20.84 | 21.39 | 22.43 | - |
| YUV | 127.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 125 | 0 | 0.05 | 0.06 | 0.48 | 7.5 | 0.03 | 0.51 |
| Hex | 85 | 7E | 7D | 0 | 5 | 6 | 30 | 8 | 3 | 33 |
| Octal | 205 | 176 | 175 | 0 | 5 | 6 | 60 | 10 | 3 | 63 |
| Binary | 10000101 | 1111110 | 1111101 | 0 | 101 | 110 | 110000 | 1000 | 11 | 110011 |
Color Harmonies of #857E7D
Complementary color
Monochromatic Colors of #857E7D
Black with #857E7D
Text Example
Text Example
White with #857E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E7D; }
p { color: rgb(133,126,125); }
H1.HeaderClassName
{
color: #857E7D;
}
.AnyTagClassName
{
color: #857E7D;
}
</style>
background-color css
<style>
a { background-color: #857E7D; }
a { background-color: rgb(133,126,125); }
div.DivClassName
{
background-color: #857E7D;
}
.BgClassName
{
background-color: #857E7D;
}
</style>
border-color css
<style>
span { border-color: #857E7D; }
span { border-color: rgb(133,126,125); }
td.TdClassName
{
border-color: #857E7D;
}
.TagClassName
{
border-color: #857E7D;
}
</style>