Shades of Venus #857C7F
Tints of Venus #857C7F
RGB
CMYK
RGB Variations
Color information
#857C7F (or 0x857C7F) is known color: Venus. HEX triplet: 85, 7C and 7F. RGB value is (133,124,127). Sum of RGB (Red+Green+Blue) = 133+124+127=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C7F is #7A8380. Grayscale: #7F7F7F. Windows color (decimal): -8029057 or 8354949. OLE color: 8354949.
HSL color Cylindrical-coordinate representation of color #857C7F: hue angle of 340º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #857C7F is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 127 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.48 |
| HSL | 340º | 0.04% | 0.5% | - |
| HSV(B) | 340º | 0.07% | 0.52% | - |
| XYZ | 20.71 | 20.93 | 23.03 | - |
| YUV | 127.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 127 | 0 | 0.07 | 0.05 | 0.48 | 340 | 0.04 | 0.5 |
| Hex | 85 | 7C | 7F | 0 | 7 | 5 | 30 | 154 | 4 | 32 |
| Octal | 205 | 174 | 177 | 0 | 7 | 5 | 60 | 524 | 4 | 62 |
| Binary | 10000101 | 1111100 | 1111111 | 0 | 111 | 101 | 110000 | 101010100 | 100 | 110010 |
Color Harmonies of #857C7F
Complementary color
Monochromatic Colors of #857C7F
Black with #857C7F
Text Example
Text Example
White with #857C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C7F; }
p { color: rgb(133,124,127); }
H1.HeaderClassName
{
color: #857C7F;
}
.AnyTagClassName
{
color: #857C7F;
}
</style>
background-color css
<style>
a { background-color: #857C7F; }
a { background-color: rgb(133,124,127); }
div.DivClassName
{
background-color: #857C7F;
}
.BgClassName
{
background-color: #857C7F;
}
</style>
border-color css
<style>
span { border-color: #857C7F; }
span { border-color: rgb(133,124,127); }
td.TdClassName
{
border-color: #857C7F;
}
.TagClassName
{
border-color: #857C7F;
}
</style>