Shades of Hemp #9C7F78
Tints of Hemp #9C7F78
RGB
CMYK
RGB Variations
Color information
#9C7F78 (or 0x9C7F78) is known color: Hemp. HEX triplet: 9C, 7F and 78. RGB value is (156,127,120). Sum of RGB (Red+Green+Blue) = 156+127+120=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F78 is #638087. Grayscale: #868686. Windows color (decimal): -6520968 or 7896988. OLE color: 7896988.
HSL color Cylindrical-coordinate representation of color #9C7F78: hue angle of 11.67º 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 #9C7F78 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 120 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.39 |
| HSL | 11.67º | 0.15% | 0.54% | - |
| HSV(B) | 11.67º | 0.23% | 0.61% | - |
| XYZ | 24.69 | 23.6 | 21.02 | - |
| YUV | 134.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 120 | 0 | 0.19 | 0.23 | 0.39 | 11.67 | 0.15 | 0.54 |
| Hex | 9C | 7F | 78 | 0 | 13 | 17 | 27 | C | F | 36 |
| Octal | 234 | 177 | 170 | 0 | 23 | 27 | 47 | 14 | 17 | 66 |
| Binary | 10011100 | 1111111 | 1111000 | 0 | 10011 | 10111 | 100111 | 1100 | 1111 | 110110 |
Color Harmonies of #9C7F78
Complementary color
Monochromatic Colors of #9C7F78
Black with #9C7F78
Text Example
Text Example
White with #9C7F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F78; }
p { color: rgb(156,127,120); }
H1.HeaderClassName
{
color: #9C7F78;
}
.AnyTagClassName
{
color: #9C7F78;
}
</style>
background-color css
<style>
a { background-color: #9C7F78; }
a { background-color: rgb(156,127,120); }
div.DivClassName
{
background-color: #9C7F78;
}
.BgClassName
{
background-color: #9C7F78;
}
</style>
border-color css
<style>
span { border-color: #9C7F78; }
span { border-color: rgb(156,127,120); }
td.TdClassName
{
border-color: #9C7F78;
}
.TagClassName
{
border-color: #9C7F78;
}
</style>