Shades of Venus #967F84
Tints of Venus #967F84
RGB
CMYK
RGB Variations
Color information
#967F84 (or 0x967F84) is known color: Venus. HEX triplet: 96, 7F and 84. RGB value is (150,127,132). Sum of RGB (Red+Green+Blue) = 150+127+132=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #967F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F84 is #69807B. Grayscale: #868686. Windows color (decimal): -6914172 or 8683414. OLE color: 8683414.
HSL color Cylindrical-coordinate representation of color #967F84: hue angle of 346.96º 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 #967F84 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 132 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.41 |
| HSL | 346.96º | 0.1% | 0.54% | - |
| HSV(B) | 346.96º | 0.15% | 0.59% | - |
| XYZ | 24.33 | 23.33 | 25.05 | - |
| YUV | 134.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 132 | 0 | 0.15 | 0.12 | 0.41 | 346.96 | 0.1 | 0.54 |
| Hex | 96 | 7F | 84 | 0 | F | C | 29 | 15B | A | 36 |
| Octal | 226 | 177 | 204 | 0 | 17 | 14 | 51 | 533 | 12 | 66 |
| Binary | 10010110 | 1111111 | 10000100 | 0 | 1111 | 1100 | 101001 | 101011011 | 1010 | 110110 |
Color Harmonies of #967F84
Complementary color
Monochromatic Colors of #967F84
Black with #967F84
Text Example
Text Example
White with #967F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F84; }
p { color: rgb(150,127,132); }
H1.HeaderClassName
{
color: #967F84;
}
.AnyTagClassName
{
color: #967F84;
}
</style>
background-color css
<style>
a { background-color: #967F84; }
a { background-color: rgb(150,127,132); }
div.DivClassName
{
background-color: #967F84;
}
.BgClassName
{
background-color: #967F84;
}
</style>
border-color css
<style>
span { border-color: #967F84; }
span { border-color: rgb(150,127,132); }
td.TdClassName
{
border-color: #967F84;
}
.TagClassName
{
border-color: #967F84;
}
</style>