Shades of Venus #85797E
Tints of Venus #85797E
RGB
CMYK
RGB Variations
Color information
#85797E (or 0x85797E) is known color: Venus. HEX triplet: 85, 79 and 7E. RGB value is (133,121,126). Sum of RGB (Red+Green+Blue) = 133+121+126=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #85797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85797E is #7A8681. Grayscale: #7D7D7D. Windows color (decimal): -8029826 or 8288645. OLE color: 8288645.
HSL color Cylindrical-coordinate representation of color #85797E: hue angle of 335º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85797E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 126 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.48 |
| HSL | 335º | 0.05% | 0.5% | - |
| HSV(B) | 335º | 0.09% | 0.52% | - |
| XYZ | 20.28 | 20.17 | 22.56 | - |
| YUV | 125.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 126 | 0 | 0.09 | 0.05 | 0.48 | 335 | 0.05 | 0.5 |
| Hex | 85 | 79 | 7E | 0 | 9 | 5 | 30 | 14F | 5 | 32 |
| Octal | 205 | 171 | 176 | 0 | 11 | 5 | 60 | 517 | 5 | 62 |
| Binary | 10000101 | 1111001 | 1111110 | 0 | 1001 | 101 | 110000 | 101001111 | 101 | 110010 |
Color Harmonies of #85797E
Complementary color
Monochromatic Colors of #85797E
Black with #85797E
Text Example
Text Example
White with #85797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85797E; }
p { color: rgb(133,121,126); }
H1.HeaderClassName
{
color: #85797E;
}
.AnyTagClassName
{
color: #85797E;
}
</style>
background-color css
<style>
a { background-color: #85797E; }
a { background-color: rgb(133,121,126); }
div.DivClassName
{
background-color: #85797E;
}
.BgClassName
{
background-color: #85797E;
}
</style>
border-color css
<style>
span { border-color: #85797E; }
span { border-color: rgb(133,121,126); }
td.TdClassName
{
border-color: #85797E;
}
.TagClassName
{
border-color: #85797E;
}
</style>