Shades of Hemp #937A72
Tints of Hemp #937A72
RGB
CMYK
RGB Variations
Color information
#937A72 (or 0x937A72) is known color: Hemp. HEX triplet: 93, 7A and 72. RGB value is (147,122,114). Sum of RGB (Red+Green+Blue) = 147+122+114=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #937A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A72 is #6C858D. Grayscale: #808080. Windows color (decimal): -7112078 or 7502483. OLE color: 7502483.
HSL color Cylindrical-coordinate representation of color #937A72: hue angle of 14.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937A72 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 114 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.42 |
| HSL | 14.55º | 0.13% | 0.51% | - |
| HSV(B) | 14.55º | 0.22% | 0.58% | - |
| XYZ | 22.03 | 21.34 | 18.88 | - |
| YUV | 128.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 114 | 0 | 0.17 | 0.22 | 0.42 | 14.55 | 0.13 | 0.51 |
| Hex | 93 | 7A | 72 | 0 | 11 | 16 | 2A | F | D | 33 |
| Octal | 223 | 172 | 162 | 0 | 21 | 26 | 52 | 17 | 15 | 63 |
| Binary | 10010011 | 1111010 | 1110010 | 0 | 10001 | 10110 | 101010 | 1111 | 1101 | 110011 |
Color Harmonies of #937A72
Complementary color
Monochromatic Colors of #937A72
Black with #937A72
Text Example
Text Example
White with #937A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A72; }
p { color: rgb(147,122,114); }
H1.HeaderClassName
{
color: #937A72;
}
.AnyTagClassName
{
color: #937A72;
}
</style>
background-color css
<style>
a { background-color: #937A72; }
a { background-color: rgb(147,122,114); }
div.DivClassName
{
background-color: #937A72;
}
.BgClassName
{
background-color: #937A72;
}
</style>
border-color css
<style>
span { border-color: #937A72; }
span { border-color: rgb(147,122,114); }
td.TdClassName
{
border-color: #937A72;
}
.TagClassName
{
border-color: #937A72;
}
</style>