Shades of Venus #967F87
Tints of Venus #967F87
RGB
CMYK
RGB Variations
Color information
#967F87 (or 0x967F87) is known color: Venus. HEX triplet: 96, 7F and 87. RGB value is (150,127,135). Sum of RGB (Red+Green+Blue) = 150+127+135=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #967F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F87 is #698078. Grayscale: #868686. Windows color (decimal): -6914169 or 8880022. OLE color: 8880022.
HSL color Cylindrical-coordinate representation of color #967F87: hue angle of 339.13º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #967F87 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 135 | - |
| CMYK | 0 | 0.15 | 0.1 | 0.41 |
| HSL | 339.13º | 0.1% | 0.54% | - |
| HSV(B) | 339.13º | 0.15% | 0.59% | - |
| XYZ | 24.54 | 23.41 | 26.15 | - |
| YUV | 134.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 135 | 0 | 0.15 | 0.1 | 0.41 | 339.13 | 0.1 | 0.54 |
| Hex | 96 | 7F | 87 | 0 | F | A | 29 | 153 | A | 36 |
| Octal | 226 | 177 | 207 | 0 | 17 | 12 | 51 | 523 | 12 | 66 |
| Binary | 10010110 | 1111111 | 10000111 | 0 | 1111 | 1010 | 101001 | 101010011 | 1010 | 110110 |
Color Harmonies of #967F87
Complementary color
Monochromatic Colors of #967F87
Black with #967F87
Text Example
Text Example
White with #967F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F87; }
p { color: rgb(150,127,135); }
H1.HeaderClassName
{
color: #967F87;
}
.AnyTagClassName
{
color: #967F87;
}
</style>
background-color css
<style>
a { background-color: #967F87; }
a { background-color: rgb(150,127,135); }
div.DivClassName
{
background-color: #967F87;
}
.BgClassName
{
background-color: #967F87;
}
</style>
border-color css
<style>
span { border-color: #967F87; }
span { border-color: rgb(150,127,135); }
td.TdClassName
{
border-color: #967F87;
}
.TagClassName
{
border-color: #967F87;
}
</style>