Shades of Venus #96777E
Tints of Venus #96777E
RGB
CMYK
RGB Variations
Color information
#96777E (or 0x96777E) is known color: Venus. HEX triplet: 96, 77 and 7E. RGB value is (150,119,126). Sum of RGB (Red+Green+Blue) = 150+119+126=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96777E is #698881. Grayscale: #818181. Windows color (decimal): -6916226 or 8288150. OLE color: 8288150.
HSL color Cylindrical-coordinate representation of color #96777E: hue angle of 346.45º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96777E is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 126 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.41 |
| HSL | 346.45º | 0.13% | 0.53% | - |
| HSV(B) | 346.45º | 0.21% | 0.59% | - |
| XYZ | 22.94 | 21.18 | 22.62 | - |
| YUV | 129.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 126 | 0 | 0.21 | 0.16 | 0.41 | 346.45 | 0.13 | 0.53 |
| Hex | 96 | 77 | 7E | 0 | 15 | 10 | 29 | 15A | D | 35 |
| Octal | 226 | 167 | 176 | 0 | 25 | 20 | 51 | 532 | 15 | 65 |
| Binary | 10010110 | 1110111 | 1111110 | 0 | 10101 | 10000 | 101001 | 101011010 | 1101 | 110101 |
Color Harmonies of #96777E
Complementary color
Monochromatic Colors of #96777E
Black with #96777E
Text Example
Text Example
White with #96777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96777E; }
p { color: rgb(150,119,126); }
H1.HeaderClassName
{
color: #96777E;
}
.AnyTagClassName
{
color: #96777E;
}
</style>
background-color css
<style>
a { background-color: #96777E; }
a { background-color: rgb(150,119,126); }
div.DivClassName
{
background-color: #96777E;
}
.BgClassName
{
background-color: #96777E;
}
</style>
border-color css
<style>
span { border-color: #96777E; }
span { border-color: rgb(150,119,126); }
td.TdClassName
{
border-color: #96777E;
}
.TagClassName
{
border-color: #96777E;
}
</style>