Shades of Venus #85797C
Tints of Venus #85797C
RGB
CMYK
RGB Variations
Color information
#85797C (or 0x85797C) is known color: Venus. HEX triplet: 85, 79 and 7C. RGB value is (133,121,124). Sum of RGB (Red+Green+Blue) = 133+121+124=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #85797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85797C is #7A8683. Grayscale: #7C7C7C. Windows color (decimal): -8029828 or 8157573. OLE color: 8157573.
HSL color Cylindrical-coordinate representation of color #85797C: hue angle of 345º 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 #85797C is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 124 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.48 |
| HSL | 345º | 0.05% | 0.5% | - |
| HSV(B) | 345º | 0.09% | 0.52% | - |
| XYZ | 20.15 | 20.12 | 21.89 | - |
| YUV | 124.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 124 | 0 | 0.09 | 0.07 | 0.48 | 345 | 0.05 | 0.5 |
| Hex | 85 | 79 | 7C | 0 | 9 | 7 | 30 | 159 | 5 | 32 |
| Octal | 205 | 171 | 174 | 0 | 11 | 7 | 60 | 531 | 5 | 62 |
| Binary | 10000101 | 1111001 | 1111100 | 0 | 1001 | 111 | 110000 | 101011001 | 101 | 110010 |
Color Harmonies of #85797C
Complementary color
Monochromatic Colors of #85797C
Black with #85797C
Text Example
Text Example
White with #85797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85797C; }
p { color: rgb(133,121,124); }
H1.HeaderClassName
{
color: #85797C;
}
.AnyTagClassName
{
color: #85797C;
}
</style>
background-color css
<style>
a { background-color: #85797C; }
a { background-color: rgb(133,121,124); }
div.DivClassName
{
background-color: #85797C;
}
.BgClassName
{
background-color: #85797C;
}
</style>
border-color css
<style>
span { border-color: #85797C; }
span { border-color: rgb(133,121,124); }
td.TdClassName
{
border-color: #85797C;
}
.TagClassName
{
border-color: #85797C;
}
</style>