Shades of Venus #85787E
Tints of Venus #85787E
RGB
CMYK
RGB Variations
Color information
#85787E (or 0x85787E) is known color: Venus. HEX triplet: 85, 78 and 7E. RGB value is (133,120,126). Sum of RGB (Red+Green+Blue) = 133+120+126=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #85787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85787E is #7A8781. Grayscale: #7C7C7C. Windows color (decimal): -8030082 or 8288389. OLE color: 8288389.
HSL color Cylindrical-coordinate representation of color #85787E: hue angle of 332.31º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85787E is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 126 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.48 |
| HSL | 332.31º | 0.05% | 0.5% | - |
| HSV(B) | 332.31º | 0.1% | 0.52% | - |
| XYZ | 20.16 | 19.93 | 22.52 | - |
| YUV | 124.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 126 | 0 | 0.10 | 0.05 | 0.48 | 332.31 | 0.05 | 0.5 |
| Hex | 85 | 78 | 7E | 0 | A | 5 | 30 | 14C | 5 | 32 |
| Octal | 205 | 170 | 176 | 0 | 12 | 5 | 60 | 514 | 5 | 62 |
| Binary | 10000101 | 1111000 | 1111110 | 0 | 1010 | 101 | 110000 | 101001100 | 101 | 110010 |
Color Harmonies of #85787E
Complementary color
Monochromatic Colors of #85787E
Black with #85787E
Text Example
Text Example
White with #85787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85787E; }
p { color: rgb(133,120,126); }
H1.HeaderClassName
{
color: #85787E;
}
.AnyTagClassName
{
color: #85787E;
}
</style>
background-color css
<style>
a { background-color: #85787E; }
a { background-color: rgb(133,120,126); }
div.DivClassName
{
background-color: #85787E;
}
.BgClassName
{
background-color: #85787E;
}
</style>
border-color css
<style>
span { border-color: #85787E; }
span { border-color: rgb(133,120,126); }
td.TdClassName
{
border-color: #85787E;
}
.TagClassName
{
border-color: #85787E;
}
</style>