Shades of Hemp #9B776E
Tints of Hemp #9B776E
RGB
CMYK
RGB Variations
Color information
#9B776E (or 0x9B776E) is known color: Hemp. HEX triplet: 9B, 77 and 6E. RGB value is (155,119,110). Sum of RGB (Red+Green+Blue) = 155+119+110=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B776E is #648891. Grayscale: #808080. Windows color (decimal): -6588562 or 7239579. OLE color: 7239579.
HSL color Cylindrical-coordinate representation of color #9B776E: hue angle of 12º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B776E is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 110 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.39 |
| HSL | 12º | 0.18% | 0.52% | - |
| HSV(B) | 12º | 0.29% | 0.61% | - |
| XYZ | 22.93 | 21.29 | 17.65 | - |
| YUV | 128.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 110 | 0 | 0.23 | 0.29 | 0.39 | 12 | 0.18 | 0.52 |
| Hex | 9B | 77 | 6E | 0 | 17 | 1D | 27 | C | 12 | 34 |
| Octal | 233 | 167 | 156 | 0 | 27 | 35 | 47 | 14 | 22 | 64 |
| Binary | 10011011 | 1110111 | 1101110 | 0 | 10111 | 11101 | 100111 | 1100 | 10010 | 110100 |
Color Harmonies of #9B776E
Complementary color
Monochromatic Colors of #9B776E
Black with #9B776E
Text Example
Text Example
White with #9B776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B776E; }
p { color: rgb(155,119,110); }
H1.HeaderClassName
{
color: #9B776E;
}
.AnyTagClassName
{
color: #9B776E;
}
</style>
background-color css
<style>
a { background-color: #9B776E; }
a { background-color: rgb(155,119,110); }
div.DivClassName
{
background-color: #9B776E;
}
.BgClassName
{
background-color: #9B776E;
}
</style>
border-color css
<style>
span { border-color: #9B776E; }
span { border-color: rgb(155,119,110); }
td.TdClassName
{
border-color: #9B776E;
}
.TagClassName
{
border-color: #9B776E;
}
</style>