Shades of Grey #857F7F
Tints of Grey #857F7F
RGB
CMYK
RGB Variations
Color information
#857F7F (or 0x857F7F) is known color: Grey. HEX triplet: 85, 7F and 7F. RGB value is (133,127,127). Sum of RGB (Red+Green+Blue) = 133+127+127=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #857F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F7F is #7A8080. Grayscale: #808080. Windows color (decimal): -8028289 or 8355717. OLE color: 8355717.
HSL color Cylindrical-coordinate representation of color #857F7F: hue angle of 0º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #857F7F is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 127 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.48 |
| HSL | 0º | 0.02% | 0.51% | - |
| HSV(B) | 0º | 0.05% | 0.52% | - |
| XYZ | 21.09 | 21.7 | 23.16 | - |
| YUV | 128.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 127 | 0 | 0.05 | 0.05 | 0.48 | 0 | 0.02 | 0.51 |
| Hex | 85 | 7F | 7F | 0 | 5 | 5 | 30 | 0 | 2 | 33 |
| Octal | 205 | 177 | 177 | 0 | 5 | 5 | 60 | 0 | 2 | 63 |
| Binary | 10000101 | 1111111 | 1111111 | 0 | 101 | 101 | 110000 | 0 | 10 | 110011 |
Color Harmonies of #857F7F
Complementary color
Monochromatic Colors of #857F7F
Black with #857F7F
Text Example
Text Example
White with #857F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F7F; }
p { color: rgb(133,127,127); }
H1.HeaderClassName
{
color: #857F7F;
}
.AnyTagClassName
{
color: #857F7F;
}
</style>
background-color css
<style>
a { background-color: #857F7F; }
a { background-color: rgb(133,127,127); }
div.DivClassName
{
background-color: #857F7F;
}
.BgClassName
{
background-color: #857F7F;
}
</style>
border-color css
<style>
span { border-color: #857F7F; }
span { border-color: rgb(133,127,127); }
td.TdClassName
{
border-color: #857F7F;
}
.TagClassName
{
border-color: #857F7F;
}
</style>