Shades of Hemp #9C7A73
Tints of Hemp #9C7A73
RGB
CMYK
RGB Variations
Color information
#9C7A73 (or 0x9C7A73) is known color: Hemp. HEX triplet: 9C, 7A and 73. RGB value is (156,122,115). Sum of RGB (Red+Green+Blue) = 156+122+115=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A73 is #63858C. Grayscale: #838383. Windows color (decimal): -6522253 or 7568028. OLE color: 7568028.
HSL color Cylindrical-coordinate representation of color #9C7A73: hue angle of 10.24º 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 #9C7A73 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 115 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.39 |
| HSL | 10.24º | 0.17% | 0.53% | - |
| HSV(B) | 10.24º | 0.26% | 0.61% | - |
| XYZ | 23.76 | 22.22 | 19.26 | - |
| YUV | 131.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 115 | 0 | 0.22 | 0.26 | 0.39 | 10.24 | 0.17 | 0.53 |
| Hex | 9C | 7A | 73 | 0 | 16 | 1A | 27 | A | 11 | 35 |
| Octal | 234 | 172 | 163 | 0 | 26 | 32 | 47 | 12 | 21 | 65 |
| Binary | 10011100 | 1111010 | 1110011 | 0 | 10110 | 11010 | 100111 | 1010 | 10001 | 110101 |
Color Harmonies of #9C7A73
Complementary color
Monochromatic Colors of #9C7A73
Black with #9C7A73
Text Example
Text Example
White with #9C7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A73; }
p { color: rgb(156,122,115); }
H1.HeaderClassName
{
color: #9C7A73;
}
.AnyTagClassName
{
color: #9C7A73;
}
</style>
background-color css
<style>
a { background-color: #9C7A73; }
a { background-color: rgb(156,122,115); }
div.DivClassName
{
background-color: #9C7A73;
}
.BgClassName
{
background-color: #9C7A73;
}
</style>
border-color css
<style>
span { border-color: #9C7A73; }
span { border-color: rgb(156,122,115); }
td.TdClassName
{
border-color: #9C7A73;
}
.TagClassName
{
border-color: #9C7A73;
}
</style>