Shades of Venus #96767D
Tints of Venus #96767D
RGB
CMYK
RGB Variations
Color information
#96767D (or 0x96767D) is known color: Venus. HEX triplet: 96, 76 and 7D. RGB value is (150,118,125). Sum of RGB (Red+Green+Blue) = 150+118+125=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767D is #698982. Grayscale: #808080. Windows color (decimal): -6916483 or 8222358. OLE color: 8222358.
HSL color Cylindrical-coordinate representation of color #96767D: hue angle of 346.88º 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 #96767D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 125 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.41 |
| HSL | 346.88º | 0.13% | 0.53% | - |
| HSV(B) | 346.88º | 0.21% | 0.59% | - |
| XYZ | 22.76 | 20.92 | 22.24 | - |
| YUV | 128.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 125 | 0 | 0.21 | 0.17 | 0.41 | 346.88 | 0.13 | 0.53 |
| Hex | 96 | 76 | 7D | 0 | 15 | 11 | 29 | 15B | D | 35 |
| Octal | 226 | 166 | 175 | 0 | 25 | 21 | 51 | 533 | 15 | 65 |
| Binary | 10010110 | 1110110 | 1111101 | 0 | 10101 | 10001 | 101001 | 101011011 | 1101 | 110101 |
Color Harmonies of #96767D
Complementary color
Monochromatic Colors of #96767D
Black with #96767D
Text Example
Text Example
White with #96767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96767D; }
p { color: rgb(150,118,125); }
H1.HeaderClassName
{
color: #96767D;
}
.AnyTagClassName
{
color: #96767D;
}
</style>
background-color css
<style>
a { background-color: #96767D; }
a { background-color: rgb(150,118,125); }
div.DivClassName
{
background-color: #96767D;
}
.BgClassName
{
background-color: #96767D;
}
</style>
border-color css
<style>
span { border-color: #96767D; }
span { border-color: rgb(150,118,125); }
td.TdClassName
{
border-color: #96767D;
}
.TagClassName
{
border-color: #96767D;
}
</style>