Shades of Venus #967E82
Tints of Venus #967E82
RGB
CMYK
RGB Variations
Color information
#967E82 (or 0x967E82) is known color: Venus. HEX triplet: 96, 7E and 82. RGB value is (150,126,130). Sum of RGB (Red+Green+Blue) = 150+126+130=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #967E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967E82 is #69817D. Grayscale: #858585. Windows color (decimal): -6914430 or 8552086. OLE color: 8552086.
HSL color Cylindrical-coordinate representation of color #967E82: hue angle of 350º 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 #967E82 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 130 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.41 |
| HSL | 350º | 0.1% | 0.54% | - |
| HSV(B) | 350º | 0.16% | 0.59% | - |
| XYZ | 24.07 | 23.02 | 24.29 | - |
| YUV | 133.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 130 | 0 | 0.16 | 0.13 | 0.41 | 350 | 0.1 | 0.54 |
| Hex | 96 | 7E | 82 | 0 | 10 | D | 29 | 15E | A | 36 |
| Octal | 226 | 176 | 202 | 0 | 20 | 15 | 51 | 536 | 12 | 66 |
| Binary | 10010110 | 1111110 | 10000010 | 0 | 10000 | 1101 | 101001 | 101011110 | 1010 | 110110 |
Color Harmonies of #967E82
Complementary color
Monochromatic Colors of #967E82
Black with #967E82
Text Example
Text Example
White with #967E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E82; }
p { color: rgb(150,126,130); }
H1.HeaderClassName
{
color: #967E82;
}
.AnyTagClassName
{
color: #967E82;
}
</style>
background-color css
<style>
a { background-color: #967E82; }
a { background-color: rgb(150,126,130); }
div.DivClassName
{
background-color: #967E82;
}
.BgClassName
{
background-color: #967E82;
}
</style>
border-color css
<style>
span { border-color: #967E82; }
span { border-color: rgb(150,126,130); }
td.TdClassName
{
border-color: #967E82;
}
.TagClassName
{
border-color: #967E82;
}
</style>