Shades of Venus #967A85
Tints of Venus #967A85
RGB
CMYK
RGB Variations
Color information
#967A85 (or 0x967A85) is known color: Venus. HEX triplet: 96, 7A and 85. RGB value is (150,122,133). Sum of RGB (Red+Green+Blue) = 150+122+133=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #967A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A85 is #69857A. Grayscale: #838383. Windows color (decimal): -6915451 or 8747670. OLE color: 8747670.
HSL color Cylindrical-coordinate representation of color #967A85: hue angle of 336.43º 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 #967A85 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 133 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.41 |
| HSL | 336.43º | 0.12% | 0.53% | - |
| HSV(B) | 336.43º | 0.19% | 0.59% | - |
| XYZ | 23.77 | 22.1 | 25.2 | - |
| YUV | 131.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 133 | 0 | 0.19 | 0.11 | 0.41 | 336.43 | 0.12 | 0.53 |
| Hex | 96 | 7A | 85 | 0 | 13 | B | 29 | 150 | C | 35 |
| Octal | 226 | 172 | 205 | 0 | 23 | 13 | 51 | 520 | 14 | 65 |
| Binary | 10010110 | 1111010 | 10000101 | 0 | 10011 | 1011 | 101001 | 101010000 | 1100 | 110101 |
Color Harmonies of #967A85
Complementary color
Monochromatic Colors of #967A85
Black with #967A85
Text Example
Text Example
White with #967A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A85; }
p { color: rgb(150,122,133); }
H1.HeaderClassName
{
color: #967A85;
}
.AnyTagClassName
{
color: #967A85;
}
</style>
background-color css
<style>
a { background-color: #967A85; }
a { background-color: rgb(150,122,133); }
div.DivClassName
{
background-color: #967A85;
}
.BgClassName
{
background-color: #967A85;
}
</style>
border-color css
<style>
span { border-color: #967A85; }
span { border-color: rgb(150,122,133); }
td.TdClassName
{
border-color: #967A85;
}
.TagClassName
{
border-color: #967A85;
}
</style>