Shades of Venus #867B80
Tints of Venus #867B80
RGB
CMYK
RGB Variations
Color information
#867B80 (or 0x867B80) is known color: Venus. HEX triplet: 86, 7B and 80. RGB value is (134,123,128). Sum of RGB (Red+Green+Blue) = 134+123+128=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #867B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B80 is #79847F. Grayscale: #7E7E7E. Windows color (decimal): -7963776 or 8420230. OLE color: 8420230.
HSL color Cylindrical-coordinate representation of color #867B80: hue angle of 332.73º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #867B80 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 128 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.47 |
| HSL | 332.73º | 0.04% | 0.5% | - |
| HSV(B) | 332.73º | 0.08% | 0.53% | - |
| XYZ | 20.81 | 20.79 | 23.34 | - |
| YUV | 126.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 128 | 0 | 0.08 | 0.04 | 0.47 | 332.73 | 0.04 | 0.5 |
| Hex | 86 | 7B | 80 | 0 | 8 | 4 | 2F | 14D | 4 | 32 |
| Octal | 206 | 173 | 200 | 0 | 10 | 4 | 57 | 515 | 4 | 62 |
| Binary | 10000110 | 1111011 | 10000000 | 0 | 1000 | 100 | 101111 | 101001101 | 100 | 110010 |
Color Harmonies of #867B80
Complementary color
Monochromatic Colors of #867B80
Black with #867B80
Text Example
Text Example
White with #867B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B80; }
p { color: rgb(134,123,128); }
H1.HeaderClassName
{
color: #867B80;
}
.AnyTagClassName
{
color: #867B80;
}
</style>
background-color css
<style>
a { background-color: #867B80; }
a { background-color: rgb(134,123,128); }
div.DivClassName
{
background-color: #867B80;
}
.BgClassName
{
background-color: #867B80;
}
</style>
border-color css
<style>
span { border-color: #867B80; }
span { border-color: rgb(134,123,128); }
td.TdClassName
{
border-color: #867B80;
}
.TagClassName
{
border-color: #867B80;
}
</style>