Shades of Hemp #9C7F73
Tints of Hemp #9C7F73
RGB
CMYK
RGB Variations
Color information
#9C7F73 (or 0x9C7F73) is known color: Hemp. HEX triplet: 9C, 7F and 73. RGB value is (156,127,115). Sum of RGB (Red+Green+Blue) = 156+127+115=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F73 is #63808C. Grayscale: #868686. Windows color (decimal): -6520973 or 7569308. OLE color: 7569308.
HSL color Cylindrical-coordinate representation of color #9C7F73: hue angle of 17.56º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7F73 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 115 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.39 |
| HSL | 17.56º | 0.17% | 0.53% | - |
| HSV(B) | 17.56º | 0.26% | 0.61% | - |
| XYZ | 24.39 | 23.48 | 19.47 | - |
| YUV | 134.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 115 | 0 | 0.19 | 0.26 | 0.39 | 17.56 | 0.17 | 0.53 |
| Hex | 9C | 7F | 73 | 0 | 13 | 1A | 27 | 12 | 11 | 35 |
| Octal | 234 | 177 | 163 | 0 | 23 | 32 | 47 | 22 | 21 | 65 |
| Binary | 10011100 | 1111111 | 1110011 | 0 | 10011 | 11010 | 100111 | 10010 | 10001 | 110101 |
Color Harmonies of #9C7F73
Complementary color
Monochromatic Colors of #9C7F73
Black with #9C7F73
Text Example
Text Example
White with #9C7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F73; }
p { color: rgb(156,127,115); }
H1.HeaderClassName
{
color: #9C7F73;
}
.AnyTagClassName
{
color: #9C7F73;
}
</style>
background-color css
<style>
a { background-color: #9C7F73; }
a { background-color: rgb(156,127,115); }
div.DivClassName
{
background-color: #9C7F73;
}
.BgClassName
{
background-color: #9C7F73;
}
</style>
border-color css
<style>
span { border-color: #9C7F73; }
span { border-color: rgb(156,127,115); }
td.TdClassName
{
border-color: #9C7F73;
}
.TagClassName
{
border-color: #9C7F73;
}
</style>