Shades of Hemp #9D7F73
Tints of Hemp #9D7F73
RGB
CMYK
RGB Variations
Color information
#9D7F73 (or 0x9D7F73) is known color: Hemp. HEX triplet: 9D, 7F and 73. RGB value is (157,127,115). Sum of RGB (Red+Green+Blue) = 157+127+115=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F73 is #62808C. Grayscale: #868686. Windows color (decimal): -6455437 or 7569309. OLE color: 7569309.
HSL color Cylindrical-coordinate representation of color #9D7F73: hue angle of 17.14º 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 #9D7F73 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 127 | 115 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.38 |
| HSL | 17.14º | 0.18% | 0.53% | - |
| HSV(B) | 17.14º | 0.27% | 0.62% | - |
| XYZ | 24.59 | 23.58 | 19.48 | - |
| YUV | 134.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 115 | 0 | 0.19 | 0.27 | 0.38 | 17.14 | 0.18 | 0.53 |
| Hex | 9D | 7F | 73 | 0 | 13 | 1B | 26 | 11 | 12 | 35 |
| Octal | 235 | 177 | 163 | 0 | 23 | 33 | 46 | 21 | 22 | 65 |
| Binary | 10011101 | 1111111 | 1110011 | 0 | 10011 | 11011 | 100110 | 10001 | 10010 | 110101 |
Color Harmonies of #9D7F73
Complementary color
Monochromatic Colors of #9D7F73
Black with #9D7F73
Text Example
Text Example
White with #9D7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7F73; }
p { color: rgb(157,127,115); }
H1.HeaderClassName
{
color: #9D7F73;
}
.AnyTagClassName
{
color: #9D7F73;
}
</style>
background-color css
<style>
a { background-color: #9D7F73; }
a { background-color: rgb(157,127,115); }
div.DivClassName
{
background-color: #9D7F73;
}
.BgClassName
{
background-color: #9D7F73;
}
</style>
border-color css
<style>
span { border-color: #9D7F73; }
span { border-color: rgb(157,127,115); }
td.TdClassName
{
border-color: #9D7F73;
}
.TagClassName
{
border-color: #9D7F73;
}
</style>