Shades of Hemp #9C7B72
Tints of Hemp #9C7B72
RGB
CMYK
RGB Variations
Color information
#9C7B72 (or 0x9C7B72) is known color: Hemp. HEX triplet: 9C, 7B and 72. RGB value is (156,123,114). Sum of RGB (Red+Green+Blue) = 156+123+114=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B72 is #63848D. Grayscale: #838383. Windows color (decimal): -6521998 or 7502748. OLE color: 7502748.
HSL color Cylindrical-coordinate representation of color #9C7B72: hue angle of 12.86º 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 #9C7B72 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 114 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.39 |
| HSL | 12.86º | 0.18% | 0.53% | - |
| HSV(B) | 12.86º | 0.27% | 0.61% | - |
| XYZ | 23.83 | 22.45 | 19 | - |
| YUV | 131.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 114 | 0 | 0.21 | 0.27 | 0.39 | 12.86 | 0.18 | 0.53 |
| Hex | 9C | 7B | 72 | 0 | 15 | 1B | 27 | D | 12 | 35 |
| Octal | 234 | 173 | 162 | 0 | 25 | 33 | 47 | 15 | 22 | 65 |
| Binary | 10011100 | 1111011 | 1110010 | 0 | 10101 | 11011 | 100111 | 1101 | 10010 | 110101 |
Color Harmonies of #9C7B72
Complementary color
Monochromatic Colors of #9C7B72
Black with #9C7B72
Text Example
Text Example
White with #9C7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B72; }
p { color: rgb(156,123,114); }
H1.HeaderClassName
{
color: #9C7B72;
}
.AnyTagClassName
{
color: #9C7B72;
}
</style>
background-color css
<style>
a { background-color: #9C7B72; }
a { background-color: rgb(156,123,114); }
div.DivClassName
{
background-color: #9C7B72;
}
.BgClassName
{
background-color: #9C7B72;
}
</style>
border-color css
<style>
span { border-color: #9C7B72; }
span { border-color: rgb(156,123,114); }
td.TdClassName
{
border-color: #9C7B72;
}
.TagClassName
{
border-color: #9C7B72;
}
</style>