Shades of Hemp #94776A
Tints of Hemp #94776A
RGB
CMYK
RGB Variations
Color information
#94776A (or 0x94776A) is known color: Hemp. HEX triplet: 94, 77 and 6A. RGB value is (148,119,106). Sum of RGB (Red+Green+Blue) = 148+119+106=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94776A is #6B8895. Grayscale: #7E7E7E. Windows color (decimal): -7047318 or 6977428. OLE color: 6977428.
HSL color Cylindrical-coordinate representation of color #94776A: hue angle of 18.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94776A is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 119 | 106 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.42 |
| HSL | 18.57º | 0.17% | 0.5% | - |
| HSV(B) | 18.57º | 0.28% | 0.58% | - |
| XYZ | 21.41 | 20.53 | 16.47 | - |
| YUV | 126.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 106 | 0 | 0.20 | 0.28 | 0.42 | 18.57 | 0.17 | 0.5 |
| Hex | 94 | 77 | 6A | 0 | 14 | 1C | 2A | 13 | 11 | 32 |
| Octal | 224 | 167 | 152 | 0 | 24 | 34 | 52 | 23 | 21 | 62 |
| Binary | 10010100 | 1110111 | 1101010 | 0 | 10100 | 11100 | 101010 | 10011 | 10001 | 110010 |
Color Harmonies of #94776A
Complementary color
Monochromatic Colors of #94776A
Black with #94776A
Text Example
Text Example
White with #94776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94776A; }
p { color: rgb(148,119,106); }
H1.HeaderClassName
{
color: #94776A;
}
.AnyTagClassName
{
color: #94776A;
}
</style>
background-color css
<style>
a { background-color: #94776A; }
a { background-color: rgb(148,119,106); }
div.DivClassName
{
background-color: #94776A;
}
.BgClassName
{
background-color: #94776A;
}
</style>
border-color css
<style>
span { border-color: #94776A; }
span { border-color: rgb(148,119,106); }
td.TdClassName
{
border-color: #94776A;
}
.TagClassName
{
border-color: #94776A;
}
</style>