Shades of Hemp #967D77
Tints of Hemp #967D77
RGB
CMYK
RGB Variations
Color information
#967D77 (or 0x967D77) is known color: Hemp. HEX triplet: 96, 7D and 77. RGB value is (150,125,119). Sum of RGB (Red+Green+Blue) = 150+125+119=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #967D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D77 is #698288. Grayscale: #838383. Windows color (decimal): -6914697 or 7830934. OLE color: 7830934.
HSL color Cylindrical-coordinate representation of color #967D77: hue angle of 11.61º 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 #967D77 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 119 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.41 |
| HSL | 11.61º | 0.13% | 0.53% | - |
| HSV(B) | 11.61º | 0.21% | 0.59% | - |
| XYZ | 23.24 | 22.48 | 20.57 | - |
| YUV | 131.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 119 | 0 | 0.17 | 0.21 | 0.41 | 11.61 | 0.13 | 0.53 |
| Hex | 96 | 7D | 77 | 0 | 11 | 15 | 29 | C | D | 35 |
| Octal | 226 | 175 | 167 | 0 | 21 | 25 | 51 | 14 | 15 | 65 |
| Binary | 10010110 | 1111101 | 1110111 | 0 | 10001 | 10101 | 101001 | 1100 | 1101 | 110101 |
Color Harmonies of #967D77
Complementary color
Monochromatic Colors of #967D77
Black with #967D77
Text Example
Text Example
White with #967D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D77; }
p { color: rgb(150,125,119); }
H1.HeaderClassName
{
color: #967D77;
}
.AnyTagClassName
{
color: #967D77;
}
</style>
background-color css
<style>
a { background-color: #967D77; }
a { background-color: rgb(150,125,119); }
div.DivClassName
{
background-color: #967D77;
}
.BgClassName
{
background-color: #967D77;
}
</style>
border-color css
<style>
span { border-color: #967D77; }
span { border-color: rgb(150,125,119); }
td.TdClassName
{
border-color: #967D77;
}
.TagClassName
{
border-color: #967D77;
}
</style>