Shades of Venus #86787E
Tints of Venus #86787E
RGB
CMYK
RGB Variations
Color information
#86787E (or 0x86787E) is known color: Venus. HEX triplet: 86, 78 and 7E. RGB value is (134,120,126). Sum of RGB (Red+Green+Blue) = 134+120+126=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #86787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86787E is #798781. Grayscale: #7C7C7C. Windows color (decimal): -7964546 or 8288390. OLE color: 8288390.
HSL color Cylindrical-coordinate representation of color #86787E: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86787E is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 126 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.47 |
| HSL | 334.29º | 0.06% | 0.5% | - |
| HSV(B) | 334.29º | 0.1% | 0.53% | - |
| XYZ | 20.31 | 20.01 | 22.53 | - |
| YUV | 124.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 126 | 0 | 0.10 | 0.06 | 0.47 | 334.29 | 0.06 | 0.5 |
| Hex | 86 | 78 | 7E | 0 | A | 6 | 2F | 14E | 6 | 32 |
| Octal | 206 | 170 | 176 | 0 | 12 | 6 | 57 | 516 | 6 | 62 |
| Binary | 10000110 | 1111000 | 1111110 | 0 | 1010 | 110 | 101111 | 101001110 | 110 | 110010 |
Color Harmonies of #86787E
Complementary color
Monochromatic Colors of #86787E
Black with #86787E
Text Example
Text Example
White with #86787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86787E; }
p { color: rgb(134,120,126); }
H1.HeaderClassName
{
color: #86787E;
}
.AnyTagClassName
{
color: #86787E;
}
</style>
background-color css
<style>
a { background-color: #86787E; }
a { background-color: rgb(134,120,126); }
div.DivClassName
{
background-color: #86787E;
}
.BgClassName
{
background-color: #86787E;
}
</style>
border-color css
<style>
span { border-color: #86787E; }
span { border-color: rgb(134,120,126); }
td.TdClassName
{
border-color: #86787E;
}
.TagClassName
{
border-color: #86787E;
}
</style>