Shades of Venus #85727B
Tints of Venus #85727B
RGB
CMYK
RGB Variations
Color information
#85727B (or 0x85727B) is known color: Venus. HEX triplet: 85, 72 and 7B. RGB value is (133,114,123). Sum of RGB (Red+Green+Blue) = 133+114+123=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727B is #7A8D84. Grayscale: #787878. Windows color (decimal): -8031621 or 8090245. OLE color: 8090245.
HSL color Cylindrical-coordinate representation of color #85727B: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85727B is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 123 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.48 |
| HSL | 331.58º | 0.08% | 0.48% | - |
| HSV(B) | 331.58º | 0.14% | 0.52% | - |
| XYZ | 19.27 | 18.45 | 21.28 | - |
| YUV | 120.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 123 | 0 | 0.14 | 0.08 | 0.48 | 331.58 | 0.08 | 0.48 |
| Hex | 85 | 72 | 7B | 0 | E | 8 | 30 | 14C | 8 | 30 |
| Octal | 205 | 162 | 173 | 0 | 16 | 10 | 60 | 514 | 10 | 60 |
| Binary | 10000101 | 1110010 | 1111011 | 0 | 1110 | 1000 | 110000 | 101001100 | 1000 | 110000 |
Color Harmonies of #85727B
Complementary color
Monochromatic Colors of #85727B
Black with #85727B
Text Example
Text Example
White with #85727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85727B; }
p { color: rgb(133,114,123); }
H1.HeaderClassName
{
color: #85727B;
}
.AnyTagClassName
{
color: #85727B;
}
</style>
background-color css
<style>
a { background-color: #85727B; }
a { background-color: rgb(133,114,123); }
div.DivClassName
{
background-color: #85727B;
}
.BgClassName
{
background-color: #85727B;
}
</style>
border-color css
<style>
span { border-color: #85727B; }
span { border-color: rgb(133,114,123); }
td.TdClassName
{
border-color: #85727B;
}
.TagClassName
{
border-color: #85727B;
}
</style>