Shades of Hemp #937B74
Tints of Hemp #937B74
RGB
CMYK
RGB Variations
Color information
#937B74 (or 0x937B74) is known color: Hemp. HEX triplet: 93, 7B and 74. RGB value is (147,123,116). Sum of RGB (Red+Green+Blue) = 147+123+116=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #937B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B74 is #6C848B. Grayscale: #818181. Windows color (decimal): -7111820 or 7633811. OLE color: 7633811.
HSL color Cylindrical-coordinate representation of color #937B74: hue angle of 13.55º 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 #937B74 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 116 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.42 |
| HSL | 13.55º | 0.13% | 0.52% | - |
| HSV(B) | 13.55º | 0.21% | 0.58% | - |
| XYZ | 22.27 | 21.63 | 19.52 | - |
| YUV | 129.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 116 | 0 | 0.16 | 0.21 | 0.42 | 13.55 | 0.13 | 0.52 |
| Hex | 93 | 7B | 74 | 0 | 10 | 15 | 2A | E | D | 34 |
| Octal | 223 | 173 | 164 | 0 | 20 | 25 | 52 | 16 | 15 | 64 |
| Binary | 10010011 | 1111011 | 1110100 | 0 | 10000 | 10101 | 101010 | 1110 | 1101 | 110100 |
Color Harmonies of #937B74
Complementary color
Monochromatic Colors of #937B74
Black with #937B74
Text Example
Text Example
White with #937B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B74; }
p { color: rgb(147,123,116); }
H1.HeaderClassName
{
color: #937B74;
}
.AnyTagClassName
{
color: #937B74;
}
</style>
background-color css
<style>
a { background-color: #937B74; }
a { background-color: rgb(147,123,116); }
div.DivClassName
{
background-color: #937B74;
}
.BgClassName
{
background-color: #937B74;
}
</style>
border-color css
<style>
span { border-color: #937B74; }
span { border-color: rgb(147,123,116); }
td.TdClassName
{
border-color: #937B74;
}
.TagClassName
{
border-color: #937B74;
}
</style>