Shades of Hemp #9C7C73
Tints of Hemp #9C7C73
RGB
CMYK
RGB Variations
Color information
#9C7C73 (or 0x9C7C73) is known color: Hemp. HEX triplet: 9C, 7C and 73. RGB value is (156,124,115). Sum of RGB (Red+Green+Blue) = 156+124+115=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C73 is #63838C. Grayscale: #848484. Windows color (decimal): -6521741 or 7568540. OLE color: 7568540.
HSL color Cylindrical-coordinate representation of color #9C7C73: hue angle of 13.17º 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 #9C7C73 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 115 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.39 |
| HSL | 13.17º | 0.17% | 0.53% | - |
| HSV(B) | 13.17º | 0.26% | 0.61% | - |
| XYZ | 24.01 | 22.72 | 19.34 | - |
| YUV | 132.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 115 | 0 | 0.21 | 0.26 | 0.39 | 13.17 | 0.17 | 0.53 |
| Hex | 9C | 7C | 73 | 0 | 15 | 1A | 27 | D | 11 | 35 |
| Octal | 234 | 174 | 163 | 0 | 25 | 32 | 47 | 15 | 21 | 65 |
| Binary | 10011100 | 1111100 | 1110011 | 0 | 10101 | 11010 | 100111 | 1101 | 10001 | 110101 |
Color Harmonies of #9C7C73
Complementary color
Monochromatic Colors of #9C7C73
Black with #9C7C73
Text Example
Text Example
White with #9C7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C73; }
p { color: rgb(156,124,115); }
H1.HeaderClassName
{
color: #9C7C73;
}
.AnyTagClassName
{
color: #9C7C73;
}
</style>
background-color css
<style>
a { background-color: #9C7C73; }
a { background-color: rgb(156,124,115); }
div.DivClassName
{
background-color: #9C7C73;
}
.BgClassName
{
background-color: #9C7C73;
}
</style>
border-color css
<style>
span { border-color: #9C7C73; }
span { border-color: rgb(156,124,115); }
td.TdClassName
{
border-color: #9C7C73;
}
.TagClassName
{
border-color: #9C7C73;
}
</style>