Shades of Venus #967F85
Tints of Venus #967F85
RGB
CMYK
RGB Variations
Color information
#967F85 (or 0x967F85) is known color: Venus. HEX triplet: 96, 7F and 85. RGB value is (150,127,133). Sum of RGB (Red+Green+Blue) = 150+127+133=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #967F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F85 is #69807A. Grayscale: #868686. Windows color (decimal): -6914171 or 8748950. OLE color: 8748950.
HSL color Cylindrical-coordinate representation of color #967F85: hue angle of 344.35º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #967F85 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 133 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.41 |
| HSL | 344.35º | 0.1% | 0.54% | - |
| HSV(B) | 344.35º | 0.15% | 0.59% | - |
| XYZ | 24.4 | 23.36 | 25.41 | - |
| YUV | 134.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 133 | 0 | 0.15 | 0.11 | 0.41 | 344.35 | 0.1 | 0.54 |
| Hex | 96 | 7F | 85 | 0 | F | B | 29 | 158 | A | 36 |
| Octal | 226 | 177 | 205 | 0 | 17 | 13 | 51 | 530 | 12 | 66 |
| Binary | 10010110 | 1111111 | 10000101 | 0 | 1111 | 1011 | 101001 | 101011000 | 1010 | 110110 |
Color Harmonies of #967F85
Complementary color
Monochromatic Colors of #967F85
Black with #967F85
Text Example
Text Example
White with #967F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F85; }
p { color: rgb(150,127,133); }
H1.HeaderClassName
{
color: #967F85;
}
.AnyTagClassName
{
color: #967F85;
}
</style>
background-color css
<style>
a { background-color: #967F85; }
a { background-color: rgb(150,127,133); }
div.DivClassName
{
background-color: #967F85;
}
.BgClassName
{
background-color: #967F85;
}
</style>
border-color css
<style>
span { border-color: #967F85; }
span { border-color: rgb(150,127,133); }
td.TdClassName
{
border-color: #967F85;
}
.TagClassName
{
border-color: #967F85;
}
</style>