Shades of Venus #966F7A
Tints of Venus #966F7A
RGB
CMYK
RGB Variations
Color information
#966F7A (or 0x966F7A) is known color: Venus. HEX triplet: 96, 6F and 7A. RGB value is (150,111,122). Sum of RGB (Red+Green+Blue) = 150+111+122=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F7A is #699085. Grayscale: #7B7B7B. Windows color (decimal): -6918278 or 8023958. OLE color: 8023958.
HSL color Cylindrical-coordinate representation of color #966F7A: hue angle of 343.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F7A is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 122 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.41 |
| HSL | 343.08º | 0.16% | 0.51% | - |
| HSV(B) | 343.08º | 0.26% | 0.59% | - |
| XYZ | 21.77 | 19.26 | 20.98 | - |
| YUV | 123.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 122 | 0 | 0.26 | 0.19 | 0.41 | 343.08 | 0.16 | 0.51 |
| Hex | 96 | 6F | 7A | 0 | 1A | 13 | 29 | 157 | 10 | 33 |
| Octal | 226 | 157 | 172 | 0 | 32 | 23 | 51 | 527 | 20 | 63 |
| Binary | 10010110 | 1101111 | 1111010 | 0 | 11010 | 10011 | 101001 | 101010111 | 10000 | 110011 |
Color Harmonies of #966F7A
Complementary color
Monochromatic Colors of #966F7A
Black with #966F7A
Text Example
Text Example
White with #966F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F7A; }
p { color: rgb(150,111,122); }
H1.HeaderClassName
{
color: #966F7A;
}
.AnyTagClassName
{
color: #966F7A;
}
</style>
background-color css
<style>
a { background-color: #966F7A; }
a { background-color: rgb(150,111,122); }
div.DivClassName
{
background-color: #966F7A;
}
.BgClassName
{
background-color: #966F7A;
}
</style>
border-color css
<style>
span { border-color: #966F7A; }
span { border-color: rgb(150,111,122); }
td.TdClassName
{
border-color: #966F7A;
}
.TagClassName
{
border-color: #966F7A;
}
</style>