Shades of Venus #96707D
Tints of Venus #96707D
RGB
CMYK
RGB Variations
Color information
#96707D (or 0x96707D) is known color: Venus. HEX triplet: 96, 70 and 7D. RGB value is (150,112,125). Sum of RGB (Red+Green+Blue) = 150+112+125=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #96707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707D is #698F82. Grayscale: #7C7C7C. Windows color (decimal): -6918019 or 8220822. OLE color: 8220822.
HSL color Cylindrical-coordinate representation of color #96707D: hue angle of 339.47º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96707D is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 125 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.41 |
| HSL | 339.47º | 0.15% | 0.51% | - |
| HSV(B) | 339.47º | 0.25% | 0.59% | - |
| XYZ | 22.07 | 19.55 | 22.01 | - |
| YUV | 124.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 125 | 0 | 0.25 | 0.17 | 0.41 | 339.47 | 0.15 | 0.51 |
| Hex | 96 | 70 | 7D | 0 | 19 | 11 | 29 | 153 | F | 33 |
| Octal | 226 | 160 | 175 | 0 | 31 | 21 | 51 | 523 | 17 | 63 |
| Binary | 10010110 | 1110000 | 1111101 | 0 | 11001 | 10001 | 101001 | 101010011 | 1111 | 110011 |
Color Harmonies of #96707D
Complementary color
Monochromatic Colors of #96707D
Black with #96707D
Text Example
Text Example
White with #96707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96707D; }
p { color: rgb(150,112,125); }
H1.HeaderClassName
{
color: #96707D;
}
.AnyTagClassName
{
color: #96707D;
}
</style>
background-color css
<style>
a { background-color: #96707D; }
a { background-color: rgb(150,112,125); }
div.DivClassName
{
background-color: #96707D;
}
.BgClassName
{
background-color: #96707D;
}
</style>
border-color css
<style>
span { border-color: #96707D; }
span { border-color: rgb(150,112,125); }
td.TdClassName
{
border-color: #96707D;
}
.TagClassName
{
border-color: #96707D;
}
</style>