Shades of Hemp #937A70
Tints of Hemp #937A70
RGB
CMYK
RGB Variations
Color information
#937A70 (or 0x937A70) is known color: Hemp. HEX triplet: 93, 7A and 70. RGB value is (147,122,112). Sum of RGB (Red+Green+Blue) = 147+122+112=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #937A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A70 is #6C858F. Grayscale: #808080. Windows color (decimal): -7112080 or 7371411. OLE color: 7371411.
HSL color Cylindrical-coordinate representation of color #937A70: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #937A70 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 112 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.42 |
| HSL | 17.14º | 0.14% | 0.51% | - |
| HSV(B) | 17.14º | 0.24% | 0.58% | - |
| XYZ | 21.92 | 21.29 | 18.28 | - |
| YUV | 128.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 112 | 0 | 0.17 | 0.24 | 0.42 | 17.14 | 0.14 | 0.51 |
| Hex | 93 | 7A | 70 | 0 | 11 | 18 | 2A | 11 | E | 33 |
| Octal | 223 | 172 | 160 | 0 | 21 | 30 | 52 | 21 | 16 | 63 |
| Binary | 10010011 | 1111010 | 1110000 | 0 | 10001 | 11000 | 101010 | 10001 | 1110 | 110011 |
Color Harmonies of #937A70
Complementary color
Monochromatic Colors of #937A70
Black with #937A70
Text Example
Text Example
White with #937A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A70; }
p { color: rgb(147,122,112); }
H1.HeaderClassName
{
color: #937A70;
}
.AnyTagClassName
{
color: #937A70;
}
</style>
background-color css
<style>
a { background-color: #937A70; }
a { background-color: rgb(147,122,112); }
div.DivClassName
{
background-color: #937A70;
}
.BgClassName
{
background-color: #937A70;
}
</style>
border-color css
<style>
span { border-color: #937A70; }
span { border-color: rgb(147,122,112); }
td.TdClassName
{
border-color: #937A70;
}
.TagClassName
{
border-color: #937A70;
}
</style>