Shades of Mongoose #A78B72
Tints of Mongoose #A78B72
RGB
CMYK
RGB Variations
Color information
#A78B72 (or 0xA78B72) is known color: Mongoose. HEX triplet: A7, 8B and 72. RGB value is (167,139,114). Sum of RGB (Red+Green+Blue) = 167+139+114=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B72 is #58748D. Grayscale: #909090. Windows color (decimal): -5797006 or 7506855. OLE color: 7506855.
HSL color Cylindrical-coordinate representation of color #A78B72: hue angle of 28.3º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A78B72 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 114 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.35 |
| HSL | 28.3º | 0.23% | 0.55% | - |
| HSV(B) | 28.3º | 0.32% | 0.65% | - |
| XYZ | 28.21 | 27.9 | 19.82 | - |
| YUV | 144.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 114 | 0 | 0.17 | 0.32 | 0.35 | 28.3 | 0.23 | 0.55 |
| Hex | A7 | 8B | 72 | 0 | 11 | 20 | 23 | 1C | 17 | 37 |
| Octal | 247 | 213 | 162 | 0 | 21 | 40 | 43 | 34 | 27 | 67 |
| Binary | 10100111 | 10001011 | 1110010 | 0 | 10001 | 100000 | 100011 | 11100 | 10111 | 110111 |
Color Harmonies of #A78B72
Complementary color
Monochromatic Colors of #A78B72
Black with #A78B72
Text Example
Text Example
White with #A78B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B72; }
p { color: rgb(167,139,114); }
H1.HeaderClassName
{
color: #A78B72;
}
.AnyTagClassName
{
color: #A78B72;
}
</style>
background-color css
<style>
a { background-color: #A78B72; }
a { background-color: rgb(167,139,114); }
div.DivClassName
{
background-color: #A78B72;
}
.BgClassName
{
background-color: #A78B72;
}
</style>
border-color css
<style>
span { border-color: #A78B72; }
span { border-color: rgb(167,139,114); }
td.TdClassName
{
border-color: #A78B72;
}
.TagClassName
{
border-color: #A78B72;
}
</style>