Shades of Venus #86777C
Tints of Venus #86777C
RGB
CMYK
RGB Variations
Color information
#86777C (or 0x86777C) is known color: Venus. HEX triplet: 86, 77 and 7C. RGB value is (134,119,124). Sum of RGB (Red+Green+Blue) = 134+119+124=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #86777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86777C is #798883. Grayscale: #7C7C7C. Windows color (decimal): -7964804 or 8157062. OLE color: 8157062.
HSL color Cylindrical-coordinate representation of color #86777C: hue angle of 340º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #86777C is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 119 | 124 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.47 |
| HSL | 340º | 0.06% | 0.5% | - |
| HSV(B) | 340º | 0.11% | 0.53% | - |
| XYZ | 20.07 | 19.72 | 21.82 | - |
| YUV | 124.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 124 | 0 | 0.11 | 0.07 | 0.47 | 340 | 0.06 | 0.5 |
| Hex | 86 | 77 | 7C | 0 | B | 7 | 2F | 154 | 6 | 32 |
| Octal | 206 | 167 | 174 | 0 | 13 | 7 | 57 | 524 | 6 | 62 |
| Binary | 10000110 | 1110111 | 1111100 | 0 | 1011 | 111 | 101111 | 101010100 | 110 | 110010 |
Color Harmonies of #86777C
Complementary color
Monochromatic Colors of #86777C
Black with #86777C
Text Example
Text Example
White with #86777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86777C; }
p { color: rgb(134,119,124); }
H1.HeaderClassName
{
color: #86777C;
}
.AnyTagClassName
{
color: #86777C;
}
</style>
background-color css
<style>
a { background-color: #86777C; }
a { background-color: rgb(134,119,124); }
div.DivClassName
{
background-color: #86777C;
}
.BgClassName
{
background-color: #86777C;
}
</style>
border-color css
<style>
span { border-color: #86777C; }
span { border-color: rgb(134,119,124); }
td.TdClassName
{
border-color: #86777C;
}
.TagClassName
{
border-color: #86777C;
}
</style>