Shades of Hemp #9D7E72
Tints of Hemp #9D7E72
RGB
CMYK
RGB Variations
Color information
#9D7E72 (or 0x9D7E72) is known color: Hemp. HEX triplet: 9D, 7E and 72. RGB value is (157,126,114). Sum of RGB (Red+Green+Blue) = 157+126+114=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7E72 is #62818D. Grayscale: #858585. Windows color (decimal): -6455694 or 7503517. OLE color: 7503517.
HSL color Cylindrical-coordinate representation of color #9D7E72: hue angle of 16.74º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7E72 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 126 | 114 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.38 |
| HSL | 16.74º | 0.18% | 0.53% | - |
| HSV(B) | 16.74º | 0.27% | 0.62% | - |
| XYZ | 24.4 | 23.3 | 19.13 | - |
| YUV | 133.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 114 | 0 | 0.20 | 0.27 | 0.38 | 16.74 | 0.18 | 0.53 |
| Hex | 9D | 7E | 72 | 0 | 14 | 1B | 26 | 11 | 12 | 35 |
| Octal | 235 | 176 | 162 | 0 | 24 | 33 | 46 | 21 | 22 | 65 |
| Binary | 10011101 | 1111110 | 1110010 | 0 | 10100 | 11011 | 100110 | 10001 | 10010 | 110101 |
Color Harmonies of #9D7E72
Complementary color
Monochromatic Colors of #9D7E72
Black with #9D7E72
Text Example
Text Example
White with #9D7E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7E72; }
p { color: rgb(157,126,114); }
H1.HeaderClassName
{
color: #9D7E72;
}
.AnyTagClassName
{
color: #9D7E72;
}
</style>
background-color css
<style>
a { background-color: #9D7E72; }
a { background-color: rgb(157,126,114); }
div.DivClassName
{
background-color: #9D7E72;
}
.BgClassName
{
background-color: #9D7E72;
}
</style>
border-color css
<style>
span { border-color: #9D7E72; }
span { border-color: rgb(157,126,114); }
td.TdClassName
{
border-color: #9D7E72;
}
.TagClassName
{
border-color: #9D7E72;
}
</style>