Shades of Venus #85767B
Tints of Venus #85767B
RGB
CMYK
RGB Variations
Color information
#85767B (or 0x85767B) is known color: Venus. HEX triplet: 85, 76 and 7B. RGB value is (133,118,123). Sum of RGB (Red+Green+Blue) = 133+118+123=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85767B is #7A8984. Grayscale: #7B7B7B. Windows color (decimal): -8030597 or 8091269. OLE color: 8091269.
HSL color Cylindrical-coordinate representation of color #85767B: hue angle of 340º 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 #85767B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 123 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.48 |
| HSL | 340º | 0.06% | 0.49% | - |
| HSV(B) | 340º | 0.11% | 0.52% | - |
| XYZ | 19.73 | 19.37 | 21.44 | - |
| YUV | 123.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 123 | 0 | 0.11 | 0.08 | 0.48 | 340 | 0.06 | 0.49 |
| Hex | 85 | 76 | 7B | 0 | B | 8 | 30 | 154 | 6 | 31 |
| Octal | 205 | 166 | 173 | 0 | 13 | 10 | 60 | 524 | 6 | 61 |
| Binary | 10000101 | 1110110 | 1111011 | 0 | 1011 | 1000 | 110000 | 101010100 | 110 | 110001 |
Color Harmonies of #85767B
Complementary color
Monochromatic Colors of #85767B
Black with #85767B
Text Example
Text Example
White with #85767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85767B; }
p { color: rgb(133,118,123); }
H1.HeaderClassName
{
color: #85767B;
}
.AnyTagClassName
{
color: #85767B;
}
</style>
background-color css
<style>
a { background-color: #85767B; }
a { background-color: rgb(133,118,123); }
div.DivClassName
{
background-color: #85767B;
}
.BgClassName
{
background-color: #85767B;
}
</style>
border-color css
<style>
span { border-color: #85767B; }
span { border-color: rgb(133,118,123); }
td.TdClassName
{
border-color: #85767B;
}
.TagClassName
{
border-color: #85767B;
}
</style>