Shades of Mongoose #9F8772
Tints of Mongoose #9F8772
RGB
CMYK
RGB Variations
Color information
#9F8772 (or 0x9F8772) is known color: Mongoose. HEX triplet: 9F, 87 and 72. RGB value is (159,135,114). Sum of RGB (Red+Green+Blue) = 159+135+114=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8772 is #60788D. Grayscale: #8B8B8B. Windows color (decimal): -6322318 or 7505823. OLE color: 7505823.
HSL color Cylindrical-coordinate representation of color #9F8772: hue angle of 28º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8772 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 114 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.38 |
| HSL | 28º | 0.19% | 0.54% | - |
| HSV(B) | 28º | 0.28% | 0.62% | - |
| XYZ | 26 | 25.91 | 19.55 | - |
| YUV | 139.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 114 | 0 | 0.15 | 0.28 | 0.38 | 28 | 0.19 | 0.54 |
| Hex | 9F | 87 | 72 | 0 | F | 1C | 26 | 1C | 13 | 36 |
| Octal | 237 | 207 | 162 | 0 | 17 | 34 | 46 | 34 | 23 | 66 |
| Binary | 10011111 | 10000111 | 1110010 | 0 | 1111 | 11100 | 100110 | 11100 | 10011 | 110110 |
Color Harmonies of #9F8772
Complementary color
Monochromatic Colors of #9F8772
Black with #9F8772
Text Example
Text Example
White with #9F8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8772; }
p { color: rgb(159,135,114); }
H1.HeaderClassName
{
color: #9F8772;
}
.AnyTagClassName
{
color: #9F8772;
}
</style>
background-color css
<style>
a { background-color: #9F8772; }
a { background-color: rgb(159,135,114); }
div.DivClassName
{
background-color: #9F8772;
}
.BgClassName
{
background-color: #9F8772;
}
</style>
border-color css
<style>
span { border-color: #9F8772; }
span { border-color: rgb(159,135,114); }
td.TdClassName
{
border-color: #9F8772;
}
.TagClassName
{
border-color: #9F8772;
}
</style>