Shades of Hemp #9D7E78
Tints of Hemp #9D7E78
RGB
CMYK
RGB Variations
Color information
#9D7E78 (or 0x9D7E78) is known color: Hemp. HEX triplet: 9D, 7E and 78. RGB value is (157,126,120). Sum of RGB (Red+Green+Blue) = 157+126+120=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7E78 is #628187. Grayscale: #868686. Windows color (decimal): -6455688 or 7896733. OLE color: 7896733.
HSL color Cylindrical-coordinate representation of color #9D7E78: hue angle of 9.73º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D7E78 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 126 | 120 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.38 |
| HSL | 9.73º | 0.16% | 0.54% | - |
| HSV(B) | 9.73º | 0.24% | 0.62% | - |
| XYZ | 24.76 | 23.45 | 20.99 | - |
| YUV | 134.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 120 | 0 | 0.20 | 0.24 | 0.38 | 9.73 | 0.16 | 0.54 |
| Hex | 9D | 7E | 78 | 0 | 14 | 18 | 26 | A | 10 | 36 |
| Octal | 235 | 176 | 170 | 0 | 24 | 30 | 46 | 12 | 20 | 66 |
| Binary | 10011101 | 1111110 | 1111000 | 0 | 10100 | 11000 | 100110 | 1010 | 10000 | 110110 |
Color Harmonies of #9D7E78
Complementary color
Monochromatic Colors of #9D7E78
Black with #9D7E78
Text Example
Text Example
White with #9D7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7E78; }
p { color: rgb(157,126,120); }
H1.HeaderClassName
{
color: #9D7E78;
}
.AnyTagClassName
{
color: #9D7E78;
}
</style>
background-color css
<style>
a { background-color: #9D7E78; }
a { background-color: rgb(157,126,120); }
div.DivClassName
{
background-color: #9D7E78;
}
.BgClassName
{
background-color: #9D7E78;
}
</style>
border-color css
<style>
span { border-color: #9D7E78; }
span { border-color: rgb(157,126,120); }
td.TdClassName
{
border-color: #9D7E78;
}
.TagClassName
{
border-color: #9D7E78;
}
</style>