Shades of Venus #867F80
Tints of Venus #867F80
RGB
CMYK
RGB Variations
Color information
#867F80 (or 0x867F80) is known color: Venus. HEX triplet: 86, 7F and 80. RGB value is (134,127,128). Sum of RGB (Red+Green+Blue) = 134+127+128=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 134 - color contains mainly: red. Hex color #867F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F80 is #79807F. Grayscale: #818181. Windows color (decimal): -7962752 or 8421254. OLE color: 8421254.
HSL color Cylindrical-coordinate representation of color #867F80: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #867F80 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 128 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.47 |
| HSL | 351.43º | 0.03% | 0.51% | - |
| HSV(B) | 351.43º | 0.05% | 0.53% | - |
| XYZ | 21.32 | 21.81 | 23.51 | - |
| YUV | 129.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 128 | 0 | 0.05 | 0.04 | 0.47 | 351.43 | 0.03 | 0.51 |
| Hex | 86 | 7F | 80 | 0 | 5 | 4 | 2F | 15F | 3 | 33 |
| Octal | 206 | 177 | 200 | 0 | 5 | 4 | 57 | 537 | 3 | 63 |
| Binary | 10000110 | 1111111 | 10000000 | 0 | 101 | 100 | 101111 | 101011111 | 11 | 110011 |
Color Harmonies of #867F80
Complementary color
Monochromatic Colors of #867F80
Black with #867F80
Text Example
Text Example
White with #867F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F80; }
p { color: rgb(134,127,128); }
H1.HeaderClassName
{
color: #867F80;
}
.AnyTagClassName
{
color: #867F80;
}
</style>
background-color css
<style>
a { background-color: #867F80; }
a { background-color: rgb(134,127,128); }
div.DivClassName
{
background-color: #867F80;
}
.BgClassName
{
background-color: #867F80;
}
</style>
border-color css
<style>
span { border-color: #867F80; }
span { border-color: rgb(134,127,128); }
td.TdClassName
{
border-color: #867F80;
}
.TagClassName
{
border-color: #867F80;
}
</style>