Shades of Venus #86797E
Tints of Venus #86797E
RGB
CMYK
RGB Variations
Color information
#86797E (or 0x86797E) is known color: Venus. HEX triplet: 86, 79 and 7E. RGB value is (134,121,126). Sum of RGB (Red+Green+Blue) = 134+121+126=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #86797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86797E is #798681. Grayscale: #7D7D7D. Windows color (decimal): -7964290 or 8288646. OLE color: 8288646.
HSL color Cylindrical-coordinate representation of color #86797E: hue angle of 336.92º degrees, saturation: 0.05, 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 #86797E is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 121 | 126 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.47 |
| HSL | 336.92º | 0.05% | 0.5% | - |
| HSV(B) | 336.92º | 0.1% | 0.53% | - |
| XYZ | 20.43 | 20.25 | 22.57 | - |
| YUV | 125.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 126 | 0 | 0.10 | 0.06 | 0.47 | 336.92 | 0.05 | 0.5 |
| Hex | 86 | 79 | 7E | 0 | A | 6 | 2F | 151 | 5 | 32 |
| Octal | 206 | 171 | 176 | 0 | 12 | 6 | 57 | 521 | 5 | 62 |
| Binary | 10000110 | 1111001 | 1111110 | 0 | 1010 | 110 | 101111 | 101010001 | 101 | 110010 |
Color Harmonies of #86797E
Complementary color
Monochromatic Colors of #86797E
Black with #86797E
Text Example
Text Example
White with #86797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86797E; }
p { color: rgb(134,121,126); }
H1.HeaderClassName
{
color: #86797E;
}
.AnyTagClassName
{
color: #86797E;
}
</style>
background-color css
<style>
a { background-color: #86797E; }
a { background-color: rgb(134,121,126); }
div.DivClassName
{
background-color: #86797E;
}
.BgClassName
{
background-color: #86797E;
}
</style>
border-color css
<style>
span { border-color: #86797E; }
span { border-color: rgb(134,121,126); }
td.TdClassName
{
border-color: #86797E;
}
.TagClassName
{
border-color: #86797E;
}
</style>