Shades of Mongoose #A78D76
Tints of Mongoose #A78D76
RGB
CMYK
RGB Variations
Color information
#A78D76 (or 0xA78D76) is known color: Mongoose. HEX triplet: A7, 8D and 76. RGB value is (167,141,118). Sum of RGB (Red+Green+Blue) = 167+141+118=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D76 is #587289. Grayscale: #929292. Windows color (decimal): -5796490 or 7769511. OLE color: 7769511.
HSL color Cylindrical-coordinate representation of color #A78D76: hue angle of 28.16º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A78D76 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 118 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.35 |
| HSL | 28.16º | 0.22% | 0.56% | - |
| HSV(B) | 28.16º | 0.29% | 0.65% | - |
| XYZ | 28.73 | 28.57 | 21.14 | - |
| YUV | 146.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 118 | 0 | 0.16 | 0.29 | 0.35 | 28.16 | 0.22 | 0.56 |
| Hex | A7 | 8D | 76 | 0 | 10 | 1D | 23 | 1C | 16 | 38 |
| Octal | 247 | 215 | 166 | 0 | 20 | 35 | 43 | 34 | 26 | 70 |
| Binary | 10100111 | 10001101 | 1110110 | 0 | 10000 | 11101 | 100011 | 11100 | 10110 | 111000 |
Color Harmonies of #A78D76
Complementary color
Monochromatic Colors of #A78D76
Black with #A78D76
Text Example
Text Example
White with #A78D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D76; }
p { color: rgb(167,141,118); }
H1.HeaderClassName
{
color: #A78D76;
}
.AnyTagClassName
{
color: #A78D76;
}
</style>
background-color css
<style>
a { background-color: #A78D76; }
a { background-color: rgb(167,141,118); }
div.DivClassName
{
background-color: #A78D76;
}
.BgClassName
{
background-color: #A78D76;
}
</style>
border-color css
<style>
span { border-color: #A78D76; }
span { border-color: rgb(167,141,118); }
td.TdClassName
{
border-color: #A78D76;
}
.TagClassName
{
border-color: #A78D76;
}
</style>