Shades of Venus #85787D
Tints of Venus #85787D
RGB
CMYK
RGB Variations
Color information
#85787D (or 0x85787D) is known color: Venus. HEX triplet: 85, 78 and 7D. RGB value is (133,120,125). Sum of RGB (Red+Green+Blue) = 133+120+125=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #85787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85787D is #7A8782. Grayscale: #7C7C7C. Windows color (decimal): -8030083 or 8222853. OLE color: 8222853.
HSL color Cylindrical-coordinate representation of color #85787D: hue angle of 336.92º 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 #85787D is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 125 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.48 |
| HSL | 336.92º | 0.05% | 0.5% | - |
| HSV(B) | 336.92º | 0.1% | 0.52% | - |
| XYZ | 20.09 | 19.9 | 22.18 | - |
| YUV | 124.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 125 | 0 | 0.10 | 0.06 | 0.48 | 336.92 | 0.05 | 0.5 |
| Hex | 85 | 78 | 7D | 0 | A | 6 | 30 | 151 | 5 | 32 |
| Octal | 205 | 170 | 175 | 0 | 12 | 6 | 60 | 521 | 5 | 62 |
| Binary | 10000101 | 1111000 | 1111101 | 0 | 1010 | 110 | 110000 | 101010001 | 101 | 110010 |
Color Harmonies of #85787D
Complementary color
Monochromatic Colors of #85787D
Black with #85787D
Text Example
Text Example
White with #85787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85787D; }
p { color: rgb(133,120,125); }
H1.HeaderClassName
{
color: #85787D;
}
.AnyTagClassName
{
color: #85787D;
}
</style>
background-color css
<style>
a { background-color: #85787D; }
a { background-color: rgb(133,120,125); }
div.DivClassName
{
background-color: #85787D;
}
.BgClassName
{
background-color: #85787D;
}
</style>
border-color css
<style>
span { border-color: #85787D; }
span { border-color: rgb(133,120,125); }
td.TdClassName
{
border-color: #85787D;
}
.TagClassName
{
border-color: #85787D;
}
</style>