Shades of Finch #7A8056
Tints of Finch #7A8056
RGB
CMYK
RGB Variations
Color information
#7A8056 (or 0x7A8056) is known color: Finch. HEX triplet: 7A, 80 and 56. RGB value is (122,128,86). Sum of RGB (Red+Green+Blue) = 122+128+86=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8056 is #857FA9. Grayscale: #797979. Windows color (decimal): -8748970 or 5668986. OLE color: 5668986.
HSL color Cylindrical-coordinate representation of color #7A8056: hue angle of 68.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A8056 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 86 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.50 |
| HSL | 68.57º | 0.2% | 0.42% | - |
| HSV(B) | 68.57º | 0.33% | 0.5% | - |
| XYZ | 17.42 | 20.25 | 11.79 | - |
| YUV | 121.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 86 | 0.05 | 0 | 0.33 | 0.50 | 68.57 | 0.2 | 0.42 |
| Hex | 7A | 80 | 56 | 5 | 0 | 21 | 32 | 45 | 14 | 2A |
| Octal | 172 | 200 | 126 | 5 | 0 | 41 | 62 | 105 | 24 | 52 |
| Binary | 1111010 | 10000000 | 1010110 | 101 | 0 | 100001 | 110010 | 1000101 | 10100 | 101010 |
Color Harmonies of #7A8056
Complementary color
Monochromatic Colors of #7A8056
Black with #7A8056
Text Example
Text Example
White with #7A8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8056; }
p { color: rgb(122,128,86); }
H1.HeaderClassName
{
color: #7A8056;
}
.AnyTagClassName
{
color: #7A8056;
}
</style>
background-color css
<style>
a { background-color: #7A8056; }
a { background-color: rgb(122,128,86); }
div.DivClassName
{
background-color: #7A8056;
}
.BgClassName
{
background-color: #7A8056;
}
</style>
border-color css
<style>
span { border-color: #7A8056; }
span { border-color: rgb(122,128,86); }
td.TdClassName
{
border-color: #7A8056;
}
.TagClassName
{
border-color: #7A8056;
}
</style>