Shades of Venus #85737A
Tints of Venus #85737A
RGB
CMYK
RGB Variations
Color information
#85737A (or 0x85737A) is known color: Venus. HEX triplet: 85, 73 and 7A. RGB value is (133,115,122). Sum of RGB (Red+Green+Blue) = 133+115+122=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85737A is #7A8C85. Grayscale: #797979. Windows color (decimal): -8031366 or 8024965. OLE color: 8024965.
HSL color Cylindrical-coordinate representation of color #85737A: hue angle of 336.67º 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 #85737A is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 122 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.48 |
| HSL | 336.67º | 0.07% | 0.49% | - |
| HSV(B) | 336.67º | 0.14% | 0.52% | - |
| XYZ | 19.32 | 18.65 | 20.99 | - |
| YUV | 121.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 122 | 0 | 0.14 | 0.08 | 0.48 | 336.67 | 0.07 | 0.49 |
| Hex | 85 | 73 | 7A | 0 | E | 8 | 30 | 151 | 7 | 31 |
| Octal | 205 | 163 | 172 | 0 | 16 | 10 | 60 | 521 | 7 | 61 |
| Binary | 10000101 | 1110011 | 1111010 | 0 | 1110 | 1000 | 110000 | 101010001 | 111 | 110001 |
Color Harmonies of #85737A
Complementary color
Monochromatic Colors of #85737A
Black with #85737A
Text Example
Text Example
White with #85737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85737A; }
p { color: rgb(133,115,122); }
H1.HeaderClassName
{
color: #85737A;
}
.AnyTagClassName
{
color: #85737A;
}
</style>
background-color css
<style>
a { background-color: #85737A; }
a { background-color: rgb(133,115,122); }
div.DivClassName
{
background-color: #85737A;
}
.BgClassName
{
background-color: #85737A;
}
</style>
border-color css
<style>
span { border-color: #85737A; }
span { border-color: rgb(133,115,122); }
td.TdClassName
{
border-color: #85737A;
}
.TagClassName
{
border-color: #85737A;
}
</style>