Shades of Venus #96767E
Tints of Venus #96767E
RGB
CMYK
RGB Variations
Color information
#96767E (or 0x96767E) is known color: Venus. HEX triplet: 96, 76 and 7E. RGB value is (150,118,126). Sum of RGB (Red+Green+Blue) = 150+118+126=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767E is #698981. Grayscale: #808080. Windows color (decimal): -6916482 or 8287894. OLE color: 8287894.
HSL color Cylindrical-coordinate representation of color #96767E: hue angle of 345º 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 #96767E is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 126 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.41 |
| HSL | 345º | 0.13% | 0.53% | - |
| HSV(B) | 345º | 0.21% | 0.59% | - |
| XYZ | 22.82 | 20.95 | 22.58 | - |
| YUV | 128.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 126 | 0 | 0.21 | 0.16 | 0.41 | 345 | 0.13 | 0.53 |
| Hex | 96 | 76 | 7E | 0 | 15 | 10 | 29 | 159 | D | 35 |
| Octal | 226 | 166 | 176 | 0 | 25 | 20 | 51 | 531 | 15 | 65 |
| Binary | 10010110 | 1110110 | 1111110 | 0 | 10101 | 10000 | 101001 | 101011001 | 1101 | 110101 |
Color Harmonies of #96767E
Complementary color
Monochromatic Colors of #96767E
Black with #96767E
Text Example
Text Example
White with #96767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96767E; }
p { color: rgb(150,118,126); }
H1.HeaderClassName
{
color: #96767E;
}
.AnyTagClassName
{
color: #96767E;
}
</style>
background-color css
<style>
a { background-color: #96767E; }
a { background-color: rgb(150,118,126); }
div.DivClassName
{
background-color: #96767E;
}
.BgClassName
{
background-color: #96767E;
}
</style>
border-color css
<style>
span { border-color: #96767E; }
span { border-color: rgb(150,118,126); }
td.TdClassName
{
border-color: #96767E;
}
.TagClassName
{
border-color: #96767E;
}
</style>