Shades of Venus #96757E
Tints of Venus #96757E
RGB
CMYK
RGB Variations
Color information
#96757E (or 0x96757E) is known color: Venus. HEX triplet: 96, 75 and 7E. RGB value is (150,117,126). Sum of RGB (Red+Green+Blue) = 150+117+126=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96757E is #698A81. Grayscale: #7F7F7F. Windows color (decimal): -6916738 or 8287638. OLE color: 8287638.
HSL color Cylindrical-coordinate representation of color #96757E: hue angle of 343.64º 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 #96757E is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 126 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.41 |
| HSL | 343.64º | 0.14% | 0.52% | - |
| HSV(B) | 343.64º | 0.22% | 0.59% | - |
| XYZ | 22.7 | 20.71 | 22.54 | - |
| YUV | 127.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 126 | 0 | 0.22 | 0.16 | 0.41 | 343.64 | 0.14 | 0.52 |
| Hex | 96 | 75 | 7E | 0 | 16 | 10 | 29 | 158 | E | 34 |
| Octal | 226 | 165 | 176 | 0 | 26 | 20 | 51 | 530 | 16 | 64 |
| Binary | 10010110 | 1110101 | 1111110 | 0 | 10110 | 10000 | 101001 | 101011000 | 1110 | 110100 |
Color Harmonies of #96757E
Complementary color
Monochromatic Colors of #96757E
Black with #96757E
Text Example
Text Example
White with #96757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96757E; }
p { color: rgb(150,117,126); }
H1.HeaderClassName
{
color: #96757E;
}
.AnyTagClassName
{
color: #96757E;
}
</style>
background-color css
<style>
a { background-color: #96757E; }
a { background-color: rgb(150,117,126); }
div.DivClassName
{
background-color: #96757E;
}
.BgClassName
{
background-color: #96757E;
}
</style>
border-color css
<style>
span { border-color: #96757E; }
span { border-color: rgb(150,117,126); }
td.TdClassName
{
border-color: #96757E;
}
.TagClassName
{
border-color: #96757E;
}
</style>