Shades of Venus #86787F
Tints of Venus #86787F
RGB
CMYK
RGB Variations
Color information
#86787F (or 0x86787F) is known color: Venus. HEX triplet: 86, 78 and 7F. RGB value is (134,120,127). Sum of RGB (Red+Green+Blue) = 134+120+127=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #86787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86787F is #798780. Grayscale: #7C7C7C. Windows color (decimal): -7964545 or 8353926. OLE color: 8353926.
HSL color Cylindrical-coordinate representation of color #86787F: hue angle of 330º 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 #86787F is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 127 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.47 |
| HSL | 330º | 0.06% | 0.5% | - |
| HSV(B) | 330º | 0.1% | 0.53% | - |
| XYZ | 20.38 | 20.03 | 22.87 | - |
| YUV | 124.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 127 | 0 | 0.10 | 0.05 | 0.47 | 330 | 0.06 | 0.5 |
| Hex | 86 | 78 | 7F | 0 | A | 5 | 2F | 14A | 6 | 32 |
| Octal | 206 | 170 | 177 | 0 | 12 | 5 | 57 | 512 | 6 | 62 |
| Binary | 10000110 | 1111000 | 1111111 | 0 | 1010 | 101 | 101111 | 101001010 | 110 | 110010 |
Color Harmonies of #86787F
Complementary color
Monochromatic Colors of #86787F
Black with #86787F
Text Example
Text Example
White with #86787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86787F; }
p { color: rgb(134,120,127); }
H1.HeaderClassName
{
color: #86787F;
}
.AnyTagClassName
{
color: #86787F;
}
</style>
background-color css
<style>
a { background-color: #86787F; }
a { background-color: rgb(134,120,127); }
div.DivClassName
{
background-color: #86787F;
}
.BgClassName
{
background-color: #86787F;
}
</style>
border-color css
<style>
span { border-color: #86787F; }
span { border-color: rgb(134,120,127); }
td.TdClassName
{
border-color: #86787F;
}
.TagClassName
{
border-color: #86787F;
}
</style>