Shades of Hemp #937D77
Tints of Hemp #937D77
RGB
CMYK
RGB Variations
Color information
#937D77 (or 0x937D77) is known color: Hemp. HEX triplet: 93, 7D and 77. RGB value is (147,125,119). Sum of RGB (Red+Green+Blue) = 147+125+119=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #937D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D77 is #6C8288. Grayscale: #828282. Windows color (decimal): -7111305 or 7830931. OLE color: 7830931.
HSL color Cylindrical-coordinate representation of color #937D77: hue angle of 12.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #937D77 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 119 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.42 |
| HSL | 12.86º | 0.11% | 0.52% | - |
| HSV(B) | 12.86º | 0.19% | 0.58% | - |
| XYZ | 22.7 | 22.2 | 20.54 | - |
| YUV | 130.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 119 | 0 | 0.15 | 0.19 | 0.42 | 12.86 | 0.11 | 0.52 |
| Hex | 93 | 7D | 77 | 0 | F | 13 | 2A | D | B | 34 |
| Octal | 223 | 175 | 167 | 0 | 17 | 23 | 52 | 15 | 13 | 64 |
| Binary | 10010011 | 1111101 | 1110111 | 0 | 1111 | 10011 | 101010 | 1101 | 1011 | 110100 |
Color Harmonies of #937D77
Complementary color
Monochromatic Colors of #937D77
Black with #937D77
Text Example
Text Example
White with #937D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D77; }
p { color: rgb(147,125,119); }
H1.HeaderClassName
{
color: #937D77;
}
.AnyTagClassName
{
color: #937D77;
}
</style>
background-color css
<style>
a { background-color: #937D77; }
a { background-color: rgb(147,125,119); }
div.DivClassName
{
background-color: #937D77;
}
.BgClassName
{
background-color: #937D77;
}
</style>
border-color css
<style>
span { border-color: #937D77; }
span { border-color: rgb(147,125,119); }
td.TdClassName
{
border-color: #937D77;
}
.TagClassName
{
border-color: #937D77;
}
</style>