Shades of Hemp #9F7D75
Tints of Hemp #9F7D75
RGB
CMYK
RGB Variations
Color information
#9F7D75 (or 0x9F7D75) is known color: Hemp. HEX triplet: 9F, 7D and 75. RGB value is (159,125,117). Sum of RGB (Red+Green+Blue) = 159+125+117=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D75 is #60828A. Grayscale: #868686. Windows color (decimal): -6324875 or 7699871. OLE color: 7699871.
HSL color Cylindrical-coordinate representation of color #9F7D75: hue angle of 11.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7D75 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 125 | 117 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.38 |
| HSL | 11.43º | 0.18% | 0.54% | - |
| HSV(B) | 11.43º | 0.26% | 0.62% | - |
| XYZ | 24.84 | 23.32 | 20.02 | - |
| YUV | 134.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 117 | 0 | 0.21 | 0.26 | 0.38 | 11.43 | 0.18 | 0.54 |
| Hex | 9F | 7D | 75 | 0 | 15 | 1A | 26 | B | 12 | 36 |
| Octal | 237 | 175 | 165 | 0 | 25 | 32 | 46 | 13 | 22 | 66 |
| Binary | 10011111 | 1111101 | 1110101 | 0 | 10101 | 11010 | 100110 | 1011 | 10010 | 110110 |
Color Harmonies of #9F7D75
Complementary color
Monochromatic Colors of #9F7D75
Black with #9F7D75
Text Example
Text Example
White with #9F7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7D75; }
p { color: rgb(159,125,117); }
H1.HeaderClassName
{
color: #9F7D75;
}
.AnyTagClassName
{
color: #9F7D75;
}
</style>
background-color css
<style>
a { background-color: #9F7D75; }
a { background-color: rgb(159,125,117); }
div.DivClassName
{
background-color: #9F7D75;
}
.BgClassName
{
background-color: #9F7D75;
}
</style>
border-color css
<style>
span { border-color: #9F7D75; }
span { border-color: rgb(159,125,117); }
td.TdClassName
{
border-color: #9F7D75;
}
.TagClassName
{
border-color: #9F7D75;
}
</style>