Shades of Hemp #9C7D73
Tints of Hemp #9C7D73
RGB
CMYK
RGB Variations
Color information
#9C7D73 (or 0x9C7D73) is known color: Hemp. HEX triplet: 9C, 7D and 73. RGB value is (156,125,115). Sum of RGB (Red+Green+Blue) = 156+125+115=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D73 is #63828C. Grayscale: #858585. Windows color (decimal): -6521485 or 7568796. OLE color: 7568796.
HSL color Cylindrical-coordinate representation of color #9C7D73: hue angle of 14.63º 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 #9C7D73 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 115 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.39 |
| HSL | 14.63º | 0.17% | 0.53% | - |
| HSV(B) | 14.63º | 0.26% | 0.61% | - |
| XYZ | 24.14 | 22.97 | 19.38 | - |
| YUV | 133.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 115 | 0 | 0.20 | 0.26 | 0.39 | 14.63 | 0.17 | 0.53 |
| Hex | 9C | 7D | 73 | 0 | 14 | 1A | 27 | F | 11 | 35 |
| Octal | 234 | 175 | 163 | 0 | 24 | 32 | 47 | 17 | 21 | 65 |
| Binary | 10011100 | 1111101 | 1110011 | 0 | 10100 | 11010 | 100111 | 1111 | 10001 | 110101 |
Color Harmonies of #9C7D73
Complementary color
Monochromatic Colors of #9C7D73
Black with #9C7D73
Text Example
Text Example
White with #9C7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D73; }
p { color: rgb(156,125,115); }
H1.HeaderClassName
{
color: #9C7D73;
}
.AnyTagClassName
{
color: #9C7D73;
}
</style>
background-color css
<style>
a { background-color: #9C7D73; }
a { background-color: rgb(156,125,115); }
div.DivClassName
{
background-color: #9C7D73;
}
.BgClassName
{
background-color: #9C7D73;
}
</style>
border-color css
<style>
span { border-color: #9C7D73; }
span { border-color: rgb(156,125,115); }
td.TdClassName
{
border-color: #9C7D73;
}
.TagClassName
{
border-color: #9C7D73;
}
</style>