Shades of Venus #967880
Tints of Venus #967880
RGB
CMYK
RGB Variations
Color information
#967880 (or 0x967880) is known color: Venus. HEX triplet: 96, 78 and 80. RGB value is (150,120,128). Sum of RGB (Red+Green+Blue) = 150+120+128=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967880 is #69877F. Grayscale: #818181. Windows color (decimal): -6915968 or 8419478. OLE color: 8419478.
HSL color Cylindrical-coordinate representation of color #967880: hue angle of 344º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #967880 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 128 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.41 |
| HSL | 344º | 0.13% | 0.53% | - |
| HSV(B) | 344º | 0.2% | 0.59% | - |
| XYZ | 23.19 | 21.48 | 23.34 | - |
| YUV | 129.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 128 | 0 | 0.20 | 0.15 | 0.41 | 344 | 0.13 | 0.53 |
| Hex | 96 | 78 | 80 | 0 | 14 | F | 29 | 158 | C | 35 |
| Octal | 226 | 170 | 200 | 0 | 24 | 17 | 51 | 530 | 14 | 65 |
| Binary | 10010110 | 1111000 | 10000000 | 0 | 10100 | 1111 | 101001 | 101011000 | 1100 | 110101 |
Color Harmonies of #967880
Complementary color
Monochromatic Colors of #967880
Black with #967880
Text Example
Text Example
White with #967880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967880; }
p { color: rgb(150,120,128); }
H1.HeaderClassName
{
color: #967880;
}
.AnyTagClassName
{
color: #967880;
}
</style>
background-color css
<style>
a { background-color: #967880; }
a { background-color: rgb(150,120,128); }
div.DivClassName
{
background-color: #967880;
}
.BgClassName
{
background-color: #967880;
}
</style>
border-color css
<style>
span { border-color: #967880; }
span { border-color: rgb(150,120,128); }
td.TdClassName
{
border-color: #967880;
}
.TagClassName
{
border-color: #967880;
}
</style>