Shades of Venus #96737C
Tints of Venus #96737C
RGB
CMYK
RGB Variations
Color information
#96737C (or 0x96737C) is known color: Venus. HEX triplet: 96, 73 and 7C. RGB value is (150,115,124). Sum of RGB (Red+Green+Blue) = 150+115+124=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96737C is #698C83. Grayscale: #7E7E7E. Windows color (decimal): -6917252 or 8156054. OLE color: 8156054.
HSL color Cylindrical-coordinate representation of color #96737C: hue angle of 344.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96737C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 124 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.41 |
| HSL | 344.57º | 0.14% | 0.52% | - |
| HSV(B) | 344.57º | 0.23% | 0.59% | - |
| XYZ | 22.35 | 20.2 | 21.79 | - |
| YUV | 126.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 124 | 0 | 0.23 | 0.17 | 0.41 | 344.57 | 0.14 | 0.52 |
| Hex | 96 | 73 | 7C | 0 | 17 | 11 | 29 | 159 | E | 34 |
| Octal | 226 | 163 | 174 | 0 | 27 | 21 | 51 | 531 | 16 | 64 |
| Binary | 10010110 | 1110011 | 1111100 | 0 | 10111 | 10001 | 101001 | 101011001 | 1110 | 110100 |
Color Harmonies of #96737C
Complementary color
Monochromatic Colors of #96737C
Black with #96737C
Text Example
Text Example
White with #96737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96737C; }
p { color: rgb(150,115,124); }
H1.HeaderClassName
{
color: #96737C;
}
.AnyTagClassName
{
color: #96737C;
}
</style>
background-color css
<style>
a { background-color: #96737C; }
a { background-color: rgb(150,115,124); }
div.DivClassName
{
background-color: #96737C;
}
.BgClassName
{
background-color: #96737C;
}
</style>
border-color css
<style>
span { border-color: #96737C; }
span { border-color: rgb(150,115,124); }
td.TdClassName
{
border-color: #96737C;
}
.TagClassName
{
border-color: #96737C;
}
</style>