Shades of Hemp #937D74
Tints of Hemp #937D74
RGB
CMYK
RGB Variations
Color information
#937D74 (or 0x937D74) is known color: Hemp. HEX triplet: 93, 7D and 74. RGB value is (147,125,116). Sum of RGB (Red+Green+Blue) = 147+125+116=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #937D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D74 is #6C828B. Grayscale: #828282. Windows color (decimal): -7111308 or 7634323. OLE color: 7634323.
HSL color Cylindrical-coordinate representation of color #937D74: hue angle of 17.42º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #937D74 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 116 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.42 |
| HSL | 17.42º | 0.13% | 0.52% | - |
| HSV(B) | 17.42º | 0.21% | 0.58% | - |
| XYZ | 22.52 | 22.13 | 19.61 | - |
| YUV | 130.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 116 | 0 | 0.15 | 0.21 | 0.42 | 17.42 | 0.13 | 0.52 |
| Hex | 93 | 7D | 74 | 0 | F | 15 | 2A | 11 | D | 34 |
| Octal | 223 | 175 | 164 | 0 | 17 | 25 | 52 | 21 | 15 | 64 |
| Binary | 10010011 | 1111101 | 1110100 | 0 | 1111 | 10101 | 101010 | 10001 | 1101 | 110100 |
Color Harmonies of #937D74
Complementary color
Monochromatic Colors of #937D74
Black with #937D74
Text Example
Text Example
White with #937D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D74; }
p { color: rgb(147,125,116); }
H1.HeaderClassName
{
color: #937D74;
}
.AnyTagClassName
{
color: #937D74;
}
</style>
background-color css
<style>
a { background-color: #937D74; }
a { background-color: rgb(147,125,116); }
div.DivClassName
{
background-color: #937D74;
}
.BgClassName
{
background-color: #937D74;
}
</style>
border-color css
<style>
span { border-color: #937D74; }
span { border-color: rgb(147,125,116); }
td.TdClassName
{
border-color: #937D74;
}
.TagClassName
{
border-color: #937D74;
}
</style>