Shades of Hemp #9C7D72
Tints of Hemp #9C7D72
RGB
CMYK
RGB Variations
Color information
#9C7D72 (or 0x9C7D72) is known color: Hemp. HEX triplet: 9C, 7D and 72. RGB value is (156,125,114). Sum of RGB (Red+Green+Blue) = 156+125+114=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D72 is #63828D. Grayscale: #858585. Windows color (decimal): -6521486 or 7503260. OLE color: 7503260.
HSL color Cylindrical-coordinate representation of color #9C7D72: hue angle of 15.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C7D72 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 114 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.39 |
| HSL | 15.71º | 0.18% | 0.53% | - |
| HSV(B) | 15.71º | 0.27% | 0.61% | - |
| XYZ | 24.08 | 22.95 | 19.08 | - |
| YUV | 133.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 114 | 0 | 0.20 | 0.27 | 0.39 | 15.71 | 0.18 | 0.53 |
| Hex | 9C | 7D | 72 | 0 | 14 | 1B | 27 | 10 | 12 | 35 |
| Octal | 234 | 175 | 162 | 0 | 24 | 33 | 47 | 20 | 22 | 65 |
| Binary | 10011100 | 1111101 | 1110010 | 0 | 10100 | 11011 | 100111 | 10000 | 10010 | 110101 |
Color Harmonies of #9C7D72
Complementary color
Monochromatic Colors of #9C7D72
Black with #9C7D72
Text Example
Text Example
White with #9C7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D72; }
p { color: rgb(156,125,114); }
H1.HeaderClassName
{
color: #9C7D72;
}
.AnyTagClassName
{
color: #9C7D72;
}
</style>
background-color css
<style>
a { background-color: #9C7D72; }
a { background-color: rgb(156,125,114); }
div.DivClassName
{
background-color: #9C7D72;
}
.BgClassName
{
background-color: #9C7D72;
}
</style>
border-color css
<style>
span { border-color: #9C7D72; }
span { border-color: rgb(156,125,114); }
td.TdClassName
{
border-color: #9C7D72;
}
.TagClassName
{
border-color: #9C7D72;
}
</style>