Shades of Hemp #937A73
Tints of Hemp #937A73
RGB
CMYK
RGB Variations
Color information
#937A73 (or 0x937A73) is known color: Hemp. HEX triplet: 93, 7A and 73. RGB value is (147,122,115). Sum of RGB (Red+Green+Blue) = 147+122+115=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #937A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A73 is #6C858C. Grayscale: #808080. Windows color (decimal): -7112077 or 7568019. OLE color: 7568019.
HSL color Cylindrical-coordinate representation of color #937A73: hue angle of 13.12º 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 #937A73 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 115 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.42 |
| HSL | 13.13º | 0.13% | 0.51% | - |
| HSV(B) | 13.13º | 0.22% | 0.58% | - |
| XYZ | 22.09 | 21.36 | 19.18 | - |
| YUV | 128.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 115 | 0 | 0.17 | 0.22 | 0.42 | 13.13 | 0.13 | 0.51 |
| Hex | 93 | 7A | 73 | 0 | 11 | 16 | 2A | D | D | 33 |
| Octal | 223 | 172 | 163 | 0 | 21 | 26 | 52 | 15 | 15 | 63 |
| Binary | 10010011 | 1111010 | 1110011 | 0 | 10001 | 10110 | 101010 | 1101 | 1101 | 110011 |
Color Harmonies of #937A73
Complementary color
Monochromatic Colors of #937A73
Black with #937A73
Text Example
Text Example
White with #937A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A73; }
p { color: rgb(147,122,115); }
H1.HeaderClassName
{
color: #937A73;
}
.AnyTagClassName
{
color: #937A73;
}
</style>
background-color css
<style>
a { background-color: #937A73; }
a { background-color: rgb(147,122,115); }
div.DivClassName
{
background-color: #937A73;
}
.BgClassName
{
background-color: #937A73;
}
</style>
border-color css
<style>
span { border-color: #937A73; }
span { border-color: rgb(147,122,115); }
td.TdClassName
{
border-color: #937A73;
}
.TagClassName
{
border-color: #937A73;
}
</style>