Shades of Venus #967A7F
Tints of Venus #967A7F
RGB
CMYK
RGB Variations
Color information
#967A7F (or 0x967A7F) is known color: Venus. HEX triplet: 96, 7A and 7F. RGB value is (150,122,127). Sum of RGB (Red+Green+Blue) = 150+122+127=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A7F is #698580. Grayscale: #828282. Windows color (decimal): -6915457 or 8354454. OLE color: 8354454.
HSL color Cylindrical-coordinate representation of color #967A7F: hue angle of 349.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A7F is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 127 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.41 |
| HSL | 349.29º | 0.12% | 0.53% | - |
| HSV(B) | 349.29º | 0.19% | 0.59% | - |
| XYZ | 23.37 | 21.94 | 23.08 | - |
| YUV | 130.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 127 | 0 | 0.19 | 0.15 | 0.41 | 349.29 | 0.12 | 0.53 |
| Hex | 96 | 7A | 7F | 0 | 13 | F | 29 | 15D | C | 35 |
| Octal | 226 | 172 | 177 | 0 | 23 | 17 | 51 | 535 | 14 | 65 |
| Binary | 10010110 | 1111010 | 1111111 | 0 | 10011 | 1111 | 101001 | 101011101 | 1100 | 110101 |
Color Harmonies of #967A7F
Complementary color
Monochromatic Colors of #967A7F
Black with #967A7F
Text Example
Text Example
White with #967A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A7F; }
p { color: rgb(150,122,127); }
H1.HeaderClassName
{
color: #967A7F;
}
.AnyTagClassName
{
color: #967A7F;
}
</style>
background-color css
<style>
a { background-color: #967A7F; }
a { background-color: rgb(150,122,127); }
div.DivClassName
{
background-color: #967A7F;
}
.BgClassName
{
background-color: #967A7F;
}
</style>
border-color css
<style>
span { border-color: #967A7F; }
span { border-color: rgb(150,122,127); }
td.TdClassName
{
border-color: #967A7F;
}
.TagClassName
{
border-color: #967A7F;
}
</style>