Shades of Hemp #9D7972
Tints of Hemp #9D7972
RGB
CMYK
RGB Variations
Color information
#9D7972 (or 0x9D7972) is known color: Hemp. HEX triplet: 9D, 79 and 72. RGB value is (157,121,114). Sum of RGB (Red+Green+Blue) = 157+121+114=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7972 is #62868D. Grayscale: #838383. Windows color (decimal): -6456974 or 7502237. OLE color: 7502237.
HSL color Cylindrical-coordinate representation of color #9D7972: hue angle of 9.77º 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 #9D7972 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 114 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.38 |
| HSL | 9.77º | 0.18% | 0.53% | - |
| HSV(B) | 9.77º | 0.27% | 0.62% | - |
| XYZ | 23.78 | 22.06 | 18.92 | - |
| YUV | 130.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 114 | 0 | 0.23 | 0.27 | 0.38 | 9.77 | 0.18 | 0.53 |
| Hex | 9D | 79 | 72 | 0 | 17 | 1B | 26 | A | 12 | 35 |
| Octal | 235 | 171 | 162 | 0 | 27 | 33 | 46 | 12 | 22 | 65 |
| Binary | 10011101 | 1111001 | 1110010 | 0 | 10111 | 11011 | 100110 | 1010 | 10010 | 110101 |
Color Harmonies of #9D7972
Complementary color
Monochromatic Colors of #9D7972
Black with #9D7972
Text Example
Text Example
White with #9D7972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7972; }
p { color: rgb(157,121,114); }
H1.HeaderClassName
{
color: #9D7972;
}
.AnyTagClassName
{
color: #9D7972;
}
</style>
background-color css
<style>
a { background-color: #9D7972; }
a { background-color: rgb(157,121,114); }
div.DivClassName
{
background-color: #9D7972;
}
.BgClassName
{
background-color: #9D7972;
}
</style>
border-color css
<style>
span { border-color: #9D7972; }
span { border-color: rgb(157,121,114); }
td.TdClassName
{
border-color: #9D7972;
}
.TagClassName
{
border-color: #9D7972;
}
</style>