Shades of Venus #86787D
Tints of Venus #86787D
RGB
CMYK
RGB Variations
Color information
#86787D (or 0x86787D) is known color: Venus. HEX triplet: 86, 78 and 7D. RGB value is (134,120,125). Sum of RGB (Red+Green+Blue) = 134+120+125=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #86787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86787D is #798782. Grayscale: #7C7C7C. Windows color (decimal): -7964547 or 8222854. OLE color: 8222854.
HSL color Cylindrical-coordinate representation of color #86787D: hue angle of 338.57º 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 #86787D is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 125 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.47 |
| HSL | 338.57º | 0.06% | 0.5% | - |
| HSV(B) | 338.57º | 0.1% | 0.53% | - |
| XYZ | 20.25 | 19.98 | 22.19 | - |
| YUV | 124.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 125 | 0 | 0.10 | 0.07 | 0.47 | 338.57 | 0.06 | 0.5 |
| Hex | 86 | 78 | 7D | 0 | A | 7 | 2F | 153 | 6 | 32 |
| Octal | 206 | 170 | 175 | 0 | 12 | 7 | 57 | 523 | 6 | 62 |
| Binary | 10000110 | 1111000 | 1111101 | 0 | 1010 | 111 | 101111 | 101010011 | 110 | 110010 |
Color Harmonies of #86787D
Complementary color
Monochromatic Colors of #86787D
Black with #86787D
Text Example
Text Example
White with #86787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86787D; }
p { color: rgb(134,120,125); }
H1.HeaderClassName
{
color: #86787D;
}
.AnyTagClassName
{
color: #86787D;
}
</style>
background-color css
<style>
a { background-color: #86787D; }
a { background-color: rgb(134,120,125); }
div.DivClassName
{
background-color: #86787D;
}
.BgClassName
{
background-color: #86787D;
}
</style>
border-color css
<style>
span { border-color: #86787D; }
span { border-color: rgb(134,120,125); }
td.TdClassName
{
border-color: #86787D;
}
.TagClassName
{
border-color: #86787D;
}
</style>