Shades of Hemp #9C7D78
Tints of Hemp #9C7D78
RGB
CMYK
RGB Variations
Color information
#9C7D78 (or 0x9C7D78) is known color: Hemp. HEX triplet: 9C, 7D and 78. RGB value is (156,125,120). Sum of RGB (Red+Green+Blue) = 156+125+120=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D78 is #638287. Grayscale: #858585. Windows color (decimal): -6521480 or 7896476. OLE color: 7896476.
HSL color Cylindrical-coordinate representation of color #9C7D78: hue angle of 8.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C7D78 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 120 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.39 |
| HSL | 8.33º | 0.15% | 0.54% | - |
| HSV(B) | 8.33º | 0.23% | 0.61% | - |
| XYZ | 24.43 | 23.09 | 20.94 | - |
| YUV | 133.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 120 | 0 | 0.20 | 0.23 | 0.39 | 8.33 | 0.15 | 0.54 |
| Hex | 9C | 7D | 78 | 0 | 14 | 17 | 27 | 8 | F | 36 |
| Octal | 234 | 175 | 170 | 0 | 24 | 27 | 47 | 10 | 17 | 66 |
| Binary | 10011100 | 1111101 | 1111000 | 0 | 10100 | 10111 | 100111 | 1000 | 1111 | 110110 |
Color Harmonies of #9C7D78
Complementary color
Monochromatic Colors of #9C7D78
Black with #9C7D78
Text Example
Text Example
White with #9C7D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D78; }
p { color: rgb(156,125,120); }
H1.HeaderClassName
{
color: #9C7D78;
}
.AnyTagClassName
{
color: #9C7D78;
}
</style>
background-color css
<style>
a { background-color: #9C7D78; }
a { background-color: rgb(156,125,120); }
div.DivClassName
{
background-color: #9C7D78;
}
.BgClassName
{
background-color: #9C7D78;
}
</style>
border-color css
<style>
span { border-color: #9C7D78; }
span { border-color: rgb(156,125,120); }
td.TdClassName
{
border-color: #9C7D78;
}
.TagClassName
{
border-color: #9C7D78;
}
</style>