Shades of Venus #85737C
Tints of Venus #85737C
RGB
CMYK
RGB Variations
Color information
#85737C (or 0x85737C) is known color: Venus. HEX triplet: 85, 73 and 7C. RGB value is (133,115,124). Sum of RGB (Red+Green+Blue) = 133+115+124=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85737C is #7A8C83. Grayscale: #797979. Windows color (decimal): -8031364 or 8156037. OLE color: 8156037.
HSL color Cylindrical-coordinate representation of color #85737C: hue angle of 330º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85737C is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 124 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.48 |
| HSL | 330º | 0.07% | 0.49% | - |
| HSV(B) | 330º | 0.14% | 0.52% | - |
| XYZ | 19.44 | 18.7 | 21.65 | - |
| YUV | 121.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 124 | 0 | 0.14 | 0.07 | 0.48 | 330 | 0.07 | 0.49 |
| Hex | 85 | 73 | 7C | 0 | E | 7 | 30 | 14A | 7 | 31 |
| Octal | 205 | 163 | 174 | 0 | 16 | 7 | 60 | 512 | 7 | 61 |
| Binary | 10000101 | 1110011 | 1111100 | 0 | 1110 | 111 | 110000 | 101001010 | 111 | 110001 |
Color Harmonies of #85737C
Complementary color
Monochromatic Colors of #85737C
Black with #85737C
Text Example
Text Example
White with #85737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85737C; }
p { color: rgb(133,115,124); }
H1.HeaderClassName
{
color: #85737C;
}
.AnyTagClassName
{
color: #85737C;
}
</style>
background-color css
<style>
a { background-color: #85737C; }
a { background-color: rgb(133,115,124); }
div.DivClassName
{
background-color: #85737C;
}
.BgClassName
{
background-color: #85737C;
}
</style>
border-color css
<style>
span { border-color: #85737C; }
span { border-color: rgb(133,115,124); }
td.TdClassName
{
border-color: #85737C;
}
.TagClassName
{
border-color: #85737C;
}
</style>