Shades of Venus #86767E
Tints of Venus #86767E
RGB
CMYK
RGB Variations
Color information
#86767E (or 0x86767E) is known color: Venus. HEX triplet: 86, 76 and 7E. RGB value is (134,118,126). Sum of RGB (Red+Green+Blue) = 134+118+126=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #86767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86767E is #798981. Grayscale: #7B7B7B. Windows color (decimal): -7965058 or 8287878. OLE color: 8287878.
HSL color Cylindrical-coordinate representation of color #86767E: hue angle of 330º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86767E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 126 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.47 |
| HSL | 330º | 0.06% | 0.49% | - |
| HSV(B) | 330º | 0.12% | 0.53% | - |
| XYZ | 20.08 | 19.53 | 22.45 | - |
| YUV | 123.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 126 | 0 | 0.12 | 0.06 | 0.47 | 330 | 0.06 | 0.49 |
| Hex | 86 | 76 | 7E | 0 | C | 6 | 2F | 14A | 6 | 31 |
| Octal | 206 | 166 | 176 | 0 | 14 | 6 | 57 | 512 | 6 | 61 |
| Binary | 10000110 | 1110110 | 1111110 | 0 | 1100 | 110 | 101111 | 101001010 | 110 | 110001 |
Color Harmonies of #86767E
Complementary color
Monochromatic Colors of #86767E
Black with #86767E
Text Example
Text Example
White with #86767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86767E; }
p { color: rgb(134,118,126); }
H1.HeaderClassName
{
color: #86767E;
}
.AnyTagClassName
{
color: #86767E;
}
</style>
background-color css
<style>
a { background-color: #86767E; }
a { background-color: rgb(134,118,126); }
div.DivClassName
{
background-color: #86767E;
}
.BgClassName
{
background-color: #86767E;
}
</style>
border-color css
<style>
span { border-color: #86767E; }
span { border-color: rgb(134,118,126); }
td.TdClassName
{
border-color: #86767E;
}
.TagClassName
{
border-color: #86767E;
}
</style>