Shades of Venus #85757A
Tints of Venus #85757A
RGB
CMYK
RGB Variations
Color information
#85757A (or 0x85757A) is known color: Venus. HEX triplet: 85, 75 and 7A. RGB value is (133,117,122). Sum of RGB (Red+Green+Blue) = 133+117+122=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85757A is #7A8A85. Grayscale: #7A7A7A. Windows color (decimal): -8030854 or 8025477. OLE color: 8025477.
HSL color Cylindrical-coordinate representation of color #85757A: hue angle of 341.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85757A is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 122 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.48 |
| HSL | 341.25º | 0.06% | 0.49% | - |
| HSV(B) | 341.25º | 0.12% | 0.52% | - |
| XYZ | 19.55 | 19.11 | 21.07 | - |
| YUV | 122.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 122 | 0 | 0.12 | 0.08 | 0.48 | 341.25 | 0.06 | 0.49 |
| Hex | 85 | 75 | 7A | 0 | C | 8 | 30 | 155 | 6 | 31 |
| Octal | 205 | 165 | 172 | 0 | 14 | 10 | 60 | 525 | 6 | 61 |
| Binary | 10000101 | 1110101 | 1111010 | 0 | 1100 | 1000 | 110000 | 101010101 | 110 | 110001 |
Color Harmonies of #85757A
Complementary color
Monochromatic Colors of #85757A
Black with #85757A
Text Example
Text Example
White with #85757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85757A; }
p { color: rgb(133,117,122); }
H1.HeaderClassName
{
color: #85757A;
}
.AnyTagClassName
{
color: #85757A;
}
</style>
background-color css
<style>
a { background-color: #85757A; }
a { background-color: rgb(133,117,122); }
div.DivClassName
{
background-color: #85757A;
}
.BgClassName
{
background-color: #85757A;
}
</style>
border-color css
<style>
span { border-color: #85757A; }
span { border-color: rgb(133,117,122); }
td.TdClassName
{
border-color: #85757A;
}
.TagClassName
{
border-color: #85757A;
}
</style>