Shades of Tallow #A79C78
Tints of Tallow #A79C78
RGB
CMYK
RGB Variations
Color information
#A79C78 (or 0xA79C78) is known color: Tallow. HEX triplet: A7, 9C and 78. RGB value is (167,156,120). Sum of RGB (Red+Green+Blue) = 167+156+120=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C78 is #586387. Grayscale: #9B9B9B. Windows color (decimal): -5792648 or 7904423. OLE color: 7904423.
HSL color Cylindrical-coordinate representation of color #A79C78: hue angle of 45.96º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79C78 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 120 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.35 |
| HSL | 45.96º | 0.21% | 0.56% | - |
| HSV(B) | 45.96º | 0.28% | 0.65% | - |
| XYZ | 31.21 | 33.35 | 22.56 | - |
| YUV | 155.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 120 | 0 | 0.07 | 0.28 | 0.35 | 45.96 | 0.21 | 0.56 |
| Hex | A7 | 9C | 78 | 0 | 7 | 1C | 23 | 2E | 15 | 38 |
| Octal | 247 | 234 | 170 | 0 | 7 | 34 | 43 | 56 | 25 | 70 |
| Binary | 10100111 | 10011100 | 1111000 | 0 | 111 | 11100 | 100011 | 101110 | 10101 | 111000 |
Color Harmonies of #A79C78
Complementary color
Monochromatic Colors of #A79C78
Black with #A79C78
Text Example
Text Example
White with #A79C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C78; }
p { color: rgb(167,156,120); }
H1.HeaderClassName
{
color: #A79C78;
}
.AnyTagClassName
{
color: #A79C78;
}
</style>
background-color css
<style>
a { background-color: #A79C78; }
a { background-color: rgb(167,156,120); }
div.DivClassName
{
background-color: #A79C78;
}
.BgClassName
{
background-color: #A79C78;
}
</style>
border-color css
<style>
span { border-color: #A79C78; }
span { border-color: rgb(167,156,120); }
td.TdClassName
{
border-color: #A79C78;
}
.TagClassName
{
border-color: #A79C78;
}
</style>