Shades of Hemp #9A776F
Tints of Hemp #9A776F
RGB
CMYK
RGB Variations
Color information
#9A776F (or 0x9A776F) is known color: Hemp. HEX triplet: 9A, 77 and 6F. RGB value is (154,119,111). Sum of RGB (Red+Green+Blue) = 154+119+111=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A776F is #658890. Grayscale: #808080. Windows color (decimal): -6654097 or 7305114. OLE color: 7305114.
HSL color Cylindrical-coordinate representation of color #9A776F: hue angle of 11.16º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A776F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 111 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.40 |
| HSL | 11.16º | 0.18% | 0.52% | - |
| HSV(B) | 11.16º | 0.28% | 0.6% | - |
| XYZ | 22.79 | 21.21 | 17.93 | - |
| YUV | 128.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 111 | 0 | 0.23 | 0.28 | 0.40 | 11.16 | 0.18 | 0.52 |
| Hex | 9A | 77 | 6F | 0 | 17 | 1C | 28 | B | 12 | 34 |
| Octal | 232 | 167 | 157 | 0 | 27 | 34 | 50 | 13 | 22 | 64 |
| Binary | 10011010 | 1110111 | 1101111 | 0 | 10111 | 11100 | 101000 | 1011 | 10010 | 110100 |
Color Harmonies of #9A776F
Complementary color
Monochromatic Colors of #9A776F
Black with #9A776F
Text Example
Text Example
White with #9A776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A776F; }
p { color: rgb(154,119,111); }
H1.HeaderClassName
{
color: #9A776F;
}
.AnyTagClassName
{
color: #9A776F;
}
</style>
background-color css
<style>
a { background-color: #9A776F; }
a { background-color: rgb(154,119,111); }
div.DivClassName
{
background-color: #9A776F;
}
.BgClassName
{
background-color: #9A776F;
}
</style>
border-color css
<style>
span { border-color: #9A776F; }
span { border-color: rgb(154,119,111); }
td.TdClassName
{
border-color: #9A776F;
}
.TagClassName
{
border-color: #9A776F;
}
</style>