Shades of Hemp #967C78
Tints of Hemp #967C78
RGB
CMYK
RGB Variations
Color information
#967C78 (or 0x967C78) is known color: Hemp. HEX triplet: 96, 7C and 78. RGB value is (150,124,120). Sum of RGB (Red+Green+Blue) = 150+124+120=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #967C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C78 is #698387. Grayscale: #838383. Windows color (decimal): -6914952 or 7896214. OLE color: 7896214.
HSL color Cylindrical-coordinate representation of color #967C78: hue angle of 8º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #967C78 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 120 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.41 |
| HSL | 8º | 0.13% | 0.53% | - |
| HSV(B) | 8º | 0.2% | 0.59% | - |
| XYZ | 23.18 | 22.26 | 20.84 | - |
| YUV | 131.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 120 | 0 | 0.17 | 0.20 | 0.41 | 8 | 0.13 | 0.53 |
| Hex | 96 | 7C | 78 | 0 | 11 | 14 | 29 | 8 | C | 35 |
| Octal | 226 | 174 | 170 | 0 | 21 | 24 | 51 | 10 | 14 | 65 |
| Binary | 10010110 | 1111100 | 1111000 | 0 | 10001 | 10100 | 101001 | 1000 | 1100 | 110101 |
Color Harmonies of #967C78
Complementary color
Monochromatic Colors of #967C78
Black with #967C78
Text Example
Text Example
White with #967C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C78; }
p { color: rgb(150,124,120); }
H1.HeaderClassName
{
color: #967C78;
}
.AnyTagClassName
{
color: #967C78;
}
</style>
background-color css
<style>
a { background-color: #967C78; }
a { background-color: rgb(150,124,120); }
div.DivClassName
{
background-color: #967C78;
}
.BgClassName
{
background-color: #967C78;
}
</style>
border-color css
<style>
span { border-color: #967C78; }
span { border-color: rgb(150,124,120); }
td.TdClassName
{
border-color: #967C78;
}
.TagClassName
{
border-color: #967C78;
}
</style>