Shades of Grey #857D7D
Tints of Grey #857D7D
RGB
CMYK
RGB Variations
Color information
#857D7D (or 0x857D7D) is known color: Grey. HEX triplet: 85, 7D and 7D. RGB value is (133,125,125). Sum of RGB (Red+Green+Blue) = 133+125+125=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D7D is #7A8282. Grayscale: #7F7F7F. Windows color (decimal): -8028803 or 8224133. OLE color: 8224133.
HSL color Cylindrical-coordinate representation of color #857D7D: hue angle of 0º 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 #857D7D is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
RGB | 133 | 125 | 125 | - |
CMYK | 0 | 0.06 | 0.06 | 0.48 |
HSL | 0º | 0.03% | 0.51% | - |
HSV(B) | 0º | 0.06% | 0.52% | - |
XYZ | 20.71 | 21.13 | 22.39 | - |
YUV | 127.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 125 | 125 | 0 | 0.06 | 0.06 | 0.48 | 0 | 0.03 | 0.51 |
Hex | 85 | 7D | 7D | 0 | 6 | 6 | 30 | 0 | 3 | 33 |
Octal | 205 | 175 | 175 | 0 | 6 | 6 | 60 | 0 | 3 | 63 |
Binary | 10000101 | 1111101 | 1111101 | 0 | 110 | 110 | 110000 | 0 | 11 | 110011 |
Color Harmonies of #857D7D
Complementary color
Monochromatic Colors of #857D7D
Black with #857D7D
Text Example
Text Example
White with #857D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D7D; }
p { color: rgb(133,125,125); }
H1.HeaderClassName
{
color: #857D7D;
}
.AnyTagClassName
{
color: #857D7D;
}
</style>
background-color css
<style>
a { background-color: #857D7D; }
a { background-color: rgb(133,125,125); }
div.DivClassName
{
background-color: #857D7D;
}
.BgClassName
{
background-color: #857D7D;
}
</style>
border-color css
<style>
span { border-color: #857D7D; }
span { border-color: rgb(133,125,125); }
td.TdClassName
{
border-color: #857D7D;
}
.TagClassName
{
border-color: #857D7D;
}
</style>