Shades of Mongoose #9F8C78
Tints of Mongoose #9F8C78
RGB
CMYK
RGB Variations
Color information
#9F8C78 (or 0x9F8C78) is known color: Mongoose. HEX triplet: 9F, 8C and 78. RGB value is (159,140,120). Sum of RGB (Red+Green+Blue) = 159+140+120=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C78 is #607387. Grayscale: #8F8F8F. Windows color (decimal): -6321032 or 7900319. OLE color: 7900319.
HSL color Cylindrical-coordinate representation of color #9F8C78: hue angle of 30.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F8C78 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 120 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.38 |
| HSL | 30.77º | 0.17% | 0.55% | - |
| HSV(B) | 30.77º | 0.25% | 0.62% | - |
| XYZ | 27.07 | 27.48 | 21.65 | - |
| YUV | 143.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 120 | 0 | 0.12 | 0.25 | 0.38 | 30.77 | 0.17 | 0.55 |
| Hex | 9F | 8C | 78 | 0 | C | 19 | 26 | 1F | 11 | 37 |
| Octal | 237 | 214 | 170 | 0 | 14 | 31 | 46 | 37 | 21 | 67 |
| Binary | 10011111 | 10001100 | 1111000 | 0 | 1100 | 11001 | 100110 | 11111 | 10001 | 110111 |
Color Harmonies of #9F8C78
Complementary color
Monochromatic Colors of #9F8C78
Black with #9F8C78
Text Example
Text Example
White with #9F8C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C78; }
p { color: rgb(159,140,120); }
H1.HeaderClassName
{
color: #9F8C78;
}
.AnyTagClassName
{
color: #9F8C78;
}
</style>
background-color css
<style>
a { background-color: #9F8C78; }
a { background-color: rgb(159,140,120); }
div.DivClassName
{
background-color: #9F8C78;
}
.BgClassName
{
background-color: #9F8C78;
}
</style>
border-color css
<style>
span { border-color: #9F8C78; }
span { border-color: rgb(159,140,120); }
td.TdClassName
{
border-color: #9F8C78;
}
.TagClassName
{
border-color: #9F8C78;
}
</style>