Shades of Hemp #937D79
Tints of Hemp #937D79
RGB
CMYK
RGB Variations
Color information
#937D79 (or 0x937D79) is known color: Hemp. HEX triplet: 93, 7D and 79. RGB value is (147,125,121). Sum of RGB (Red+Green+Blue) = 147+125+121=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #937D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D79 is #6C8286. Grayscale: #838383. Windows color (decimal): -7111303 or 7962003. OLE color: 7962003.
HSL color Cylindrical-coordinate representation of color #937D79: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937D79 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 121 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.42 |
| HSL | 9.23º | 0.11% | 0.53% | - |
| HSV(B) | 9.23º | 0.18% | 0.58% | - |
| XYZ | 22.82 | 22.25 | 21.18 | - |
| YUV | 131.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 121 | 0 | 0.15 | 0.18 | 0.42 | 9.23 | 0.11 | 0.53 |
| Hex | 93 | 7D | 79 | 0 | F | 12 | 2A | 9 | B | 35 |
| Octal | 223 | 175 | 171 | 0 | 17 | 22 | 52 | 11 | 13 | 65 |
| Binary | 10010011 | 1111101 | 1111001 | 0 | 1111 | 10010 | 101010 | 1001 | 1011 | 110101 |
Color Harmonies of #937D79
Complementary color
Monochromatic Colors of #937D79
Black with #937D79
Text Example
Text Example
White with #937D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D79; }
p { color: rgb(147,125,121); }
H1.HeaderClassName
{
color: #937D79;
}
.AnyTagClassName
{
color: #937D79;
}
</style>
background-color css
<style>
a { background-color: #937D79; }
a { background-color: rgb(147,125,121); }
div.DivClassName
{
background-color: #937D79;
}
.BgClassName
{
background-color: #937D79;
}
</style>
border-color css
<style>
span { border-color: #937D79; }
span { border-color: rgb(147,125,121); }
td.TdClassName
{
border-color: #937D79;
}
.TagClassName
{
border-color: #937D79;
}
</style>