Shades of Venus #85787C
Tints of Venus #85787C
RGB
CMYK
RGB Variations
Color information
#85787C (or 0x85787C) is known color: Venus. HEX triplet: 85, 78 and 7C. RGB value is (133,120,124). Sum of RGB (Red+Green+Blue) = 133+120+124=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #85787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85787C is #7A8783. Grayscale: #7C7C7C. Windows color (decimal): -8030084 or 8157317. OLE color: 8157317.
HSL color Cylindrical-coordinate representation of color #85787C: hue angle of 341.54º 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 #85787C is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 124 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.48 |
| HSL | 341.54º | 0.05% | 0.5% | - |
| HSV(B) | 341.54º | 0.1% | 0.52% | - |
| XYZ | 20.03 | 19.87 | 21.85 | - |
| YUV | 124.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 124 | 0 | 0.10 | 0.07 | 0.48 | 341.54 | 0.05 | 0.5 |
| Hex | 85 | 78 | 7C | 0 | A | 7 | 30 | 156 | 5 | 32 |
| Octal | 205 | 170 | 174 | 0 | 12 | 7 | 60 | 526 | 5 | 62 |
| Binary | 10000101 | 1111000 | 1111100 | 0 | 1010 | 111 | 110000 | 101010110 | 101 | 110010 |
Color Harmonies of #85787C
Complementary color
Monochromatic Colors of #85787C
Black with #85787C
Text Example
Text Example
White with #85787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85787C; }
p { color: rgb(133,120,124); }
H1.HeaderClassName
{
color: #85787C;
}
.AnyTagClassName
{
color: #85787C;
}
</style>
background-color css
<style>
a { background-color: #85787C; }
a { background-color: rgb(133,120,124); }
div.DivClassName
{
background-color: #85787C;
}
.BgClassName
{
background-color: #85787C;
}
</style>
border-color css
<style>
span { border-color: #85787C; }
span { border-color: rgb(133,120,124); }
td.TdClassName
{
border-color: #85787C;
}
.TagClassName
{
border-color: #85787C;
}
</style>