Shades of Venus #967E86
Tints of Venus #967E86
RGB
CMYK
RGB Variations
Color information
#967E86 (or 0x967E86) is known color: Venus. HEX triplet: 96, 7E and 86. RGB value is (150,126,134). Sum of RGB (Red+Green+Blue) = 150+126+134=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #967E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967E86 is #698179. Grayscale: #868686. Windows color (decimal): -6914426 or 8814230. OLE color: 8814230.
HSL color Cylindrical-coordinate representation of color #967E86: hue angle of 340º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #967E86 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 134 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.41 |
| HSL | 340º | 0.1% | 0.54% | - |
| HSV(B) | 340º | 0.16% | 0.59% | - |
| XYZ | 24.34 | 23.13 | 25.74 | - |
| YUV | 134.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 134 | 0 | 0.16 | 0.11 | 0.41 | 340 | 0.1 | 0.54 |
| Hex | 96 | 7E | 86 | 0 | 10 | B | 29 | 154 | A | 36 |
| Octal | 226 | 176 | 206 | 0 | 20 | 13 | 51 | 524 | 12 | 66 |
| Binary | 10010110 | 1111110 | 10000110 | 0 | 10000 | 1011 | 101001 | 101010100 | 1010 | 110110 |
Color Harmonies of #967E86
Complementary color
Monochromatic Colors of #967E86
Black with #967E86
Text Example
Text Example
White with #967E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E86; }
p { color: rgb(150,126,134); }
H1.HeaderClassName
{
color: #967E86;
}
.AnyTagClassName
{
color: #967E86;
}
</style>
background-color css
<style>
a { background-color: #967E86; }
a { background-color: rgb(150,126,134); }
div.DivClassName
{
background-color: #967E86;
}
.BgClassName
{
background-color: #967E86;
}
</style>
border-color css
<style>
span { border-color: #967E86; }
span { border-color: rgb(150,126,134); }
td.TdClassName
{
border-color: #967E86;
}
.TagClassName
{
border-color: #967E86;
}
</style>