Shades of Hemp #967E76
Tints of Hemp #967E76
RGB
CMYK
RGB Variations
Color information
#967E76 (or 0x967E76) is known color: Hemp. HEX triplet: 96, 7E and 76. RGB value is (150,126,118). Sum of RGB (Red+Green+Blue) = 150+126+118=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #967E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E76 is #698189. Grayscale: #848484. Windows color (decimal): -6914442 or 7765654. OLE color: 7765654.
HSL color Cylindrical-coordinate representation of color #967E76: hue angle of 15º 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 #967E76 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 118 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.41 |
| HSL | 15º | 0.13% | 0.53% | - |
| HSV(B) | 15º | 0.21% | 0.59% | - |
| XYZ | 23.31 | 22.71 | 20.3 | - |
| YUV | 132.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 118 | 0 | 0.16 | 0.21 | 0.41 | 15 | 0.13 | 0.53 |
| Hex | 96 | 7E | 76 | 0 | 10 | 15 | 29 | F | D | 35 |
| Octal | 226 | 176 | 166 | 0 | 20 | 25 | 51 | 17 | 15 | 65 |
| Binary | 10010110 | 1111110 | 1110110 | 0 | 10000 | 10101 | 101001 | 1111 | 1101 | 110101 |
Color Harmonies of #967E76
Complementary color
Monochromatic Colors of #967E76
Black with #967E76
Text Example
Text Example
White with #967E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E76; }
p { color: rgb(150,126,118); }
H1.HeaderClassName
{
color: #967E76;
}
.AnyTagClassName
{
color: #967E76;
}
</style>
background-color css
<style>
a { background-color: #967E76; }
a { background-color: rgb(150,126,118); }
div.DivClassName
{
background-color: #967E76;
}
.BgClassName
{
background-color: #967E76;
}
</style>
border-color css
<style>
span { border-color: #967E76; }
span { border-color: rgb(150,126,118); }
td.TdClassName
{
border-color: #967E76;
}
.TagClassName
{
border-color: #967E76;
}
</style>