Shades of Hemp #91776F
Tints of Hemp #91776F
RGB
CMYK
RGB Variations
Color information
#91776F (or 0x91776F) is known color: Hemp. HEX triplet: 91, 77 and 6F. RGB value is (145,119,111). Sum of RGB (Red+Green+Blue) = 145+119+111=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #91776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91776F is #6E8890. Grayscale: #7D7D7D. Windows color (decimal): -7243921 or 7305105. OLE color: 7305105.
HSL color Cylindrical-coordinate representation of color #91776F: hue angle of 14.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91776F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 111 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.43 |
| HSL | 14.12º | 0.13% | 0.5% | - |
| HSV(B) | 14.12º | 0.23% | 0.57% | - |
| XYZ | 21.14 | 20.36 | 17.85 | - |
| YUV | 125.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 111 | 0 | 0.18 | 0.23 | 0.43 | 14.12 | 0.13 | 0.5 |
| Hex | 91 | 77 | 6F | 0 | 12 | 17 | 2B | E | D | 32 |
| Octal | 221 | 167 | 157 | 0 | 22 | 27 | 53 | 16 | 15 | 62 |
| Binary | 10010001 | 1110111 | 1101111 | 0 | 10010 | 10111 | 101011 | 1110 | 1101 | 110010 |
Color Harmonies of #91776F
Complementary color
Monochromatic Colors of #91776F
Black with #91776F
Text Example
Text Example
White with #91776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91776F; }
p { color: rgb(145,119,111); }
H1.HeaderClassName
{
color: #91776F;
}
.AnyTagClassName
{
color: #91776F;
}
</style>
background-color css
<style>
a { background-color: #91776F; }
a { background-color: rgb(145,119,111); }
div.DivClassName
{
background-color: #91776F;
}
.BgClassName
{
background-color: #91776F;
}
</style>
border-color css
<style>
span { border-color: #91776F; }
span { border-color: rgb(145,119,111); }
td.TdClassName
{
border-color: #91776F;
}
.TagClassName
{
border-color: #91776F;
}
</style>