Shades of Hemp #9B8178
Tints of Hemp #9B8178
RGB
CMYK
RGB Variations
Color information
#9B8178 (or 0x9B8178) is known color: Hemp. HEX triplet: 9B, 81 and 78. RGB value is (155,129,120). Sum of RGB (Red+Green+Blue) = 155+129+120=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8178 is #647E87. Grayscale: #878787. Windows color (decimal): -6585992 or 7897499. OLE color: 7897499.
HSL color Cylindrical-coordinate representation of color #9B8178: hue angle of 15.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8178 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 120 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.39 |
| HSL | 15.43º | 0.15% | 0.54% | - |
| HSV(B) | 15.43º | 0.23% | 0.61% | - |
| XYZ | 24.76 | 24.03 | 21.1 | - |
| YUV | 135.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 120 | 0 | 0.17 | 0.23 | 0.39 | 15.43 | 0.15 | 0.54 |
| Hex | 9B | 81 | 78 | 0 | 11 | 17 | 27 | F | F | 36 |
| Octal | 233 | 201 | 170 | 0 | 21 | 27 | 47 | 17 | 17 | 66 |
| Binary | 10011011 | 10000001 | 1111000 | 0 | 10001 | 10111 | 100111 | 1111 | 1111 | 110110 |
Color Harmonies of #9B8178
Complementary color
Monochromatic Colors of #9B8178
Black with #9B8178
Text Example
Text Example
White with #9B8178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8178; }
p { color: rgb(155,129,120); }
H1.HeaderClassName
{
color: #9B8178;
}
.AnyTagClassName
{
color: #9B8178;
}
</style>
background-color css
<style>
a { background-color: #9B8178; }
a { background-color: rgb(155,129,120); }
div.DivClassName
{
background-color: #9B8178;
}
.BgClassName
{
background-color: #9B8178;
}
</style>
border-color css
<style>
span { border-color: #9B8178; }
span { border-color: rgb(155,129,120); }
td.TdClassName
{
border-color: #9B8178;
}
.TagClassName
{
border-color: #9B8178;
}
</style>