Shades of Hemp #9F7A75
Tints of Hemp #9F7A75
RGB
CMYK
RGB Variations
Color information
#9F7A75 (or 0x9F7A75) is known color: Hemp. HEX triplet: 9F, 7A and 75. RGB value is (159,122,117). Sum of RGB (Red+Green+Blue) = 159+122+117=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A75 is #60858A. Grayscale: #848484. Windows color (decimal): -6325643 or 7699103. OLE color: 7699103.
HSL color Cylindrical-coordinate representation of color #9F7A75: hue angle of 7.14º 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 #9F7A75 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 117 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.38 |
| HSL | 7.14º | 0.18% | 0.54% | - |
| HSV(B) | 7.14º | 0.26% | 0.62% | - |
| XYZ | 24.47 | 22.57 | 19.9 | - |
| YUV | 132.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 117 | 0 | 0.23 | 0.26 | 0.38 | 7.14 | 0.18 | 0.54 |
| Hex | 9F | 7A | 75 | 0 | 17 | 1A | 26 | 7 | 12 | 36 |
| Octal | 237 | 172 | 165 | 0 | 27 | 32 | 46 | 7 | 22 | 66 |
| Binary | 10011111 | 1111010 | 1110101 | 0 | 10111 | 11010 | 100110 | 111 | 10010 | 110110 |
Color Harmonies of #9F7A75
Complementary color
Monochromatic Colors of #9F7A75
Black with #9F7A75
Text Example
Text Example
White with #9F7A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A75; }
p { color: rgb(159,122,117); }
H1.HeaderClassName
{
color: #9F7A75;
}
.AnyTagClassName
{
color: #9F7A75;
}
</style>
background-color css
<style>
a { background-color: #9F7A75; }
a { background-color: rgb(159,122,117); }
div.DivClassName
{
background-color: #9F7A75;
}
.BgClassName
{
background-color: #9F7A75;
}
</style>
border-color css
<style>
span { border-color: #9F7A75; }
span { border-color: rgb(159,122,117); }
td.TdClassName
{
border-color: #9F7A75;
}
.TagClassName
{
border-color: #9F7A75;
}
</style>