Shades of Venus #85767E
Tints of Venus #85767E
RGB
CMYK
RGB Variations
Color information
#85767E (or 0x85767E) is known color: Venus. HEX triplet: 85, 76 and 7E. RGB value is (133,118,126). Sum of RGB (Red+Green+Blue) = 133+118+126=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #85767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85767E is #7A8981. Grayscale: #7B7B7B. Windows color (decimal): -8030594 or 8287877. OLE color: 8287877.
HSL color Cylindrical-coordinate representation of color #85767E: hue angle of 328º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85767E is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 126 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.48 |
| HSL | 328º | 0.06% | 0.49% | - |
| HSV(B) | 328º | 0.11% | 0.52% | - |
| XYZ | 19.92 | 19.45 | 22.44 | - |
| YUV | 123.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 126 | 0 | 0.11 | 0.05 | 0.48 | 328 | 0.06 | 0.49 |
| Hex | 85 | 76 | 7E | 0 | B | 5 | 30 | 148 | 6 | 31 |
| Octal | 205 | 166 | 176 | 0 | 13 | 5 | 60 | 510 | 6 | 61 |
| Binary | 10000101 | 1110110 | 1111110 | 0 | 1011 | 101 | 110000 | 101001000 | 110 | 110001 |
Color Harmonies of #85767E
Complementary color
Monochromatic Colors of #85767E
Black with #85767E
Text Example
Text Example
White with #85767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85767E; }
p { color: rgb(133,118,126); }
H1.HeaderClassName
{
color: #85767E;
}
.AnyTagClassName
{
color: #85767E;
}
</style>
background-color css
<style>
a { background-color: #85767E; }
a { background-color: rgb(133,118,126); }
div.DivClassName
{
background-color: #85767E;
}
.BgClassName
{
background-color: #85767E;
}
</style>
border-color css
<style>
span { border-color: #85767E; }
span { border-color: rgb(133,118,126); }
td.TdClassName
{
border-color: #85767E;
}
.TagClassName
{
border-color: #85767E;
}
</style>