Shades of Hemp #94776D
Tints of Hemp #94776D
RGB
CMYK
RGB Variations
Color information
#94776D (or 0x94776D) is known color: Hemp. HEX triplet: 94, 77 and 6D. RGB value is (148,119,109). Sum of RGB (Red+Green+Blue) = 148+119+109=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94776D is #6B8892. Grayscale: #7E7E7E. Windows color (decimal): -7047315 or 7174036. OLE color: 7174036.
HSL color Cylindrical-coordinate representation of color #94776D: hue angle of 15.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94776D is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 119 | 109 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.42 |
| HSL | 15.38º | 0.15% | 0.5% | - |
| HSV(B) | 15.38º | 0.26% | 0.58% | - |
| XYZ | 21.57 | 20.59 | 17.31 | - |
| YUV | 126.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 109 | 0 | 0.20 | 0.26 | 0.42 | 15.38 | 0.15 | 0.5 |
| Hex | 94 | 77 | 6D | 0 | 14 | 1A | 2A | F | F | 32 |
| Octal | 224 | 167 | 155 | 0 | 24 | 32 | 52 | 17 | 17 | 62 |
| Binary | 10010100 | 1110111 | 1101101 | 0 | 10100 | 11010 | 101010 | 1111 | 1111 | 110010 |
Color Harmonies of #94776D
Complementary color
Monochromatic Colors of #94776D
Black with #94776D
Text Example
Text Example
White with #94776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94776D; }
p { color: rgb(148,119,109); }
H1.HeaderClassName
{
color: #94776D;
}
.AnyTagClassName
{
color: #94776D;
}
</style>
background-color css
<style>
a { background-color: #94776D; }
a { background-color: rgb(148,119,109); }
div.DivClassName
{
background-color: #94776D;
}
.BgClassName
{
background-color: #94776D;
}
</style>
border-color css
<style>
span { border-color: #94776D; }
span { border-color: rgb(148,119,109); }
td.TdClassName
{
border-color: #94776D;
}
.TagClassName
{
border-color: #94776D;
}
</style>