Shades of Venus #96757C
Tints of Venus #96757C
RGB
CMYK
RGB Variations
Color information
#96757C (or 0x96757C) is known color: Venus. HEX triplet: 96, 75 and 7C. RGB value is (150,117,124). Sum of RGB (Red+Green+Blue) = 150+117+124=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96757C is #698A83. Grayscale: #7F7F7F. Windows color (decimal): -6916740 or 8156566. OLE color: 8156566.
HSL color Cylindrical-coordinate representation of color #96757C: hue angle of 347.27º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96757C is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 124 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.41 |
| HSL | 347.27º | 0.14% | 0.52% | - |
| HSV(B) | 347.27º | 0.22% | 0.59% | - |
| XYZ | 22.58 | 20.66 | 21.87 | - |
| YUV | 127.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 124 | 0 | 0.22 | 0.17 | 0.41 | 347.27 | 0.14 | 0.52 |
| Hex | 96 | 75 | 7C | 0 | 16 | 11 | 29 | 15B | E | 34 |
| Octal | 226 | 165 | 174 | 0 | 26 | 21 | 51 | 533 | 16 | 64 |
| Binary | 10010110 | 1110101 | 1111100 | 0 | 10110 | 10001 | 101001 | 101011011 | 1110 | 110100 |
Color Harmonies of #96757C
Complementary color
Monochromatic Colors of #96757C
Black with #96757C
Text Example
Text Example
White with #96757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96757C; }
p { color: rgb(150,117,124); }
H1.HeaderClassName
{
color: #96757C;
}
.AnyTagClassName
{
color: #96757C;
}
</style>
background-color css
<style>
a { background-color: #96757C; }
a { background-color: rgb(150,117,124); }
div.DivClassName
{
background-color: #96757C;
}
.BgClassName
{
background-color: #96757C;
}
</style>
border-color css
<style>
span { border-color: #96757C; }
span { border-color: rgb(150,117,124); }
td.TdClassName
{
border-color: #96757C;
}
.TagClassName
{
border-color: #96757C;
}
</style>