Shades of Hemp #937E74
Tints of Hemp #937E74
RGB
CMYK
RGB Variations
Color information
#937E74 (or 0x937E74) is known color: Hemp. HEX triplet: 93, 7E and 74. RGB value is (147,126,116). Sum of RGB (Red+Green+Blue) = 147+126+116=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #937E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E74 is #6C818B. Grayscale: #838383. Windows color (decimal): -7111052 or 7634579. OLE color: 7634579.
HSL color Cylindrical-coordinate representation of color #937E74: hue angle of 19.35º 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 #937E74 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 116 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.42 |
| HSL | 19.35º | 0.13% | 0.52% | - |
| HSV(B) | 19.35º | 0.21% | 0.58% | - |
| XYZ | 22.65 | 22.39 | 19.65 | - |
| YUV | 131.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 116 | 0 | 0.14 | 0.21 | 0.42 | 19.35 | 0.13 | 0.52 |
| Hex | 93 | 7E | 74 | 0 | E | 15 | 2A | 13 | D | 34 |
| Octal | 223 | 176 | 164 | 0 | 16 | 25 | 52 | 23 | 15 | 64 |
| Binary | 10010011 | 1111110 | 1110100 | 0 | 1110 | 10101 | 101010 | 10011 | 1101 | 110100 |
Color Harmonies of #937E74
Complementary color
Monochromatic Colors of #937E74
Black with #937E74
Text Example
Text Example
White with #937E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E74; }
p { color: rgb(147,126,116); }
H1.HeaderClassName
{
color: #937E74;
}
.AnyTagClassName
{
color: #937E74;
}
</style>
background-color css
<style>
a { background-color: #937E74; }
a { background-color: rgb(147,126,116); }
div.DivClassName
{
background-color: #937E74;
}
.BgClassName
{
background-color: #937E74;
}
</style>
border-color css
<style>
span { border-color: #937E74; }
span { border-color: rgb(147,126,116); }
td.TdClassName
{
border-color: #937E74;
}
.TagClassName
{
border-color: #937E74;
}
</style>