Shades of Venus #967B7F
Tints of Venus #967B7F
RGB
CMYK
RGB Variations
Color information
#967B7F (or 0x967B7F) is known color: Venus. HEX triplet: 96, 7B and 7F. RGB value is (150,123,127). Sum of RGB (Red+Green+Blue) = 150+123+127=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #967B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B7F is #698480. Grayscale: #838383. Windows color (decimal): -6915201 or 8354710. OLE color: 8354710.
HSL color Cylindrical-coordinate representation of color #967B7F: hue angle of 351.11º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #967B7F is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 127 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.41 |
| HSL | 351.11º | 0.11% | 0.54% | - |
| HSV(B) | 351.11º | 0.18% | 0.59% | - |
| XYZ | 23.49 | 22.18 | 23.12 | - |
| YUV | 131.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 127 | 0 | 0.18 | 0.15 | 0.41 | 351.11 | 0.11 | 0.54 |
| Hex | 96 | 7B | 7F | 0 | 12 | F | 29 | 15F | B | 36 |
| Octal | 226 | 173 | 177 | 0 | 22 | 17 | 51 | 537 | 13 | 66 |
| Binary | 10010110 | 1111011 | 1111111 | 0 | 10010 | 1111 | 101001 | 101011111 | 1011 | 110110 |
Color Harmonies of #967B7F
Complementary color
Monochromatic Colors of #967B7F
Black with #967B7F
Text Example
Text Example
White with #967B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B7F; }
p { color: rgb(150,123,127); }
H1.HeaderClassName
{
color: #967B7F;
}
.AnyTagClassName
{
color: #967B7F;
}
</style>
background-color css
<style>
a { background-color: #967B7F; }
a { background-color: rgb(150,123,127); }
div.DivClassName
{
background-color: #967B7F;
}
.BgClassName
{
background-color: #967B7F;
}
</style>
border-color css
<style>
span { border-color: #967B7F; }
span { border-color: rgb(150,123,127); }
td.TdClassName
{
border-color: #967B7F;
}
.TagClassName
{
border-color: #967B7F;
}
</style>