Shades of Venus #967E85
Tints of Venus #967E85
RGB
CMYK
RGB Variations
Color information
#967E85 (or 0x967E85) is known color: Venus. HEX triplet: 96, 7E and 85. RGB value is (150,126,133). Sum of RGB (Red+Green+Blue) = 150+126+133=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #967E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967E85 is #69817A. Grayscale: #858585. Windows color (decimal): -6914427 or 8748694. OLE color: 8748694.
HSL color Cylindrical-coordinate representation of color #967E85: hue angle of 342.5º 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 #967E85 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 133 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.41 |
| HSL | 342.5º | 0.1% | 0.54% | - |
| HSV(B) | 342.5º | 0.16% | 0.59% | - |
| XYZ | 24.27 | 23.1 | 25.37 | - |
| YUV | 133.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 133 | 0 | 0.16 | 0.11 | 0.41 | 342.5 | 0.1 | 0.54 |
| Hex | 96 | 7E | 85 | 0 | 10 | B | 29 | 156 | A | 36 |
| Octal | 226 | 176 | 205 | 0 | 20 | 13 | 51 | 526 | 12 | 66 |
| Binary | 10010110 | 1111110 | 10000101 | 0 | 10000 | 1011 | 101001 | 101010110 | 1010 | 110110 |
Color Harmonies of #967E85
Complementary color
Monochromatic Colors of #967E85
Black with #967E85
Text Example
Text Example
White with #967E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E85; }
p { color: rgb(150,126,133); }
H1.HeaderClassName
{
color: #967E85;
}
.AnyTagClassName
{
color: #967E85;
}
</style>
background-color css
<style>
a { background-color: #967E85; }
a { background-color: rgb(150,126,133); }
div.DivClassName
{
background-color: #967E85;
}
.BgClassName
{
background-color: #967E85;
}
</style>
border-color css
<style>
span { border-color: #967E85; }
span { border-color: rgb(150,126,133); }
td.TdClassName
{
border-color: #967E85;
}
.TagClassName
{
border-color: #967E85;
}
</style>