Shades of Mongoose #9E8B77
Tints of Mongoose #9E8B77
RGB
CMYK
RGB Variations
Color information
#9E8B77 (or 0x9E8B77) is known color: Mongoose. HEX triplet: 9E, 8B and 77. RGB value is (158,139,119). Sum of RGB (Red+Green+Blue) = 158+139+119=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B77 is #617488. Grayscale: #8E8E8E. Windows color (decimal): -6386825 or 7834526. OLE color: 7834526.
HSL color Cylindrical-coordinate representation of color #9E8B77: hue angle of 30.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E8B77 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 139 | 119 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.38 |
| HSL | 30.77º | 0.17% | 0.54% | - |
| HSV(B) | 30.77º | 0.25% | 0.62% | - |
| XYZ | 26.66 | 27.07 | 21.27 | - |
| YUV | 142.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 139 | 119 | 0 | 0.12 | 0.25 | 0.38 | 30.77 | 0.17 | 0.54 |
| Hex | 9E | 8B | 77 | 0 | C | 19 | 26 | 1F | 11 | 36 |
| Octal | 236 | 213 | 167 | 0 | 14 | 31 | 46 | 37 | 21 | 66 |
| Binary | 10011110 | 10001011 | 1110111 | 0 | 1100 | 11001 | 100110 | 11111 | 10001 | 110110 |
Color Harmonies of #9E8B77
Complementary color
Monochromatic Colors of #9E8B77
Black with #9E8B77
Text Example
Text Example
White with #9E8B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8B77; }
p { color: rgb(158,139,119); }
H1.HeaderClassName
{
color: #9E8B77;
}
.AnyTagClassName
{
color: #9E8B77;
}
</style>
background-color css
<style>
a { background-color: #9E8B77; }
a { background-color: rgb(158,139,119); }
div.DivClassName
{
background-color: #9E8B77;
}
.BgClassName
{
background-color: #9E8B77;
}
</style>
border-color css
<style>
span { border-color: #9E8B77; }
span { border-color: rgb(158,139,119); }
td.TdClassName
{
border-color: #9E8B77;
}
.TagClassName
{
border-color: #9E8B77;
}
</style>