Shades of Venus #967682
Tints of Venus #967682
RGB
CMYK
RGB Variations
Color information
#967682 (or 0x967682) is known color: Venus. HEX triplet: 96, 76 and 82. RGB value is (150,118,130). Sum of RGB (Red+Green+Blue) = 150+118+130=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967682 is #69897D. Grayscale: #808080. Windows color (decimal): -6916478 or 8550038. OLE color: 8550038.
HSL color Cylindrical-coordinate representation of color #967682: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967682 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 130 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.41 |
| HSL | 337.5º | 0.13% | 0.53% | - |
| HSV(B) | 337.5º | 0.21% | 0.59% | - |
| XYZ | 23.09 | 21.05 | 23.97 | - |
| YUV | 128.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 130 | 0 | 0.21 | 0.13 | 0.41 | 337.5 | 0.13 | 0.53 |
| Hex | 96 | 76 | 82 | 0 | 15 | D | 29 | 152 | D | 35 |
| Octal | 226 | 166 | 202 | 0 | 25 | 15 | 51 | 522 | 15 | 65 |
| Binary | 10010110 | 1110110 | 10000010 | 0 | 10101 | 1101 | 101001 | 101010010 | 1101 | 110101 |
Color Harmonies of #967682
Complementary color
Monochromatic Colors of #967682
Black with #967682
Text Example
Text Example
White with #967682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967682; }
p { color: rgb(150,118,130); }
H1.HeaderClassName
{
color: #967682;
}
.AnyTagClassName
{
color: #967682;
}
</style>
background-color css
<style>
a { background-color: #967682; }
a { background-color: rgb(150,118,130); }
div.DivClassName
{
background-color: #967682;
}
.BgClassName
{
background-color: #967682;
}
</style>
border-color css
<style>
span { border-color: #967682; }
span { border-color: rgb(150,118,130); }
td.TdClassName
{
border-color: #967682;
}
.TagClassName
{
border-color: #967682;
}
</style>