Shades of Finch #7A8256
Tints of Finch #7A8256
RGB
CMYK
RGB Variations
Color information
#7A8256 (or 0x7A8256) is known color: Finch. HEX triplet: 7A, 82 and 56. RGB value is (122,130,86). Sum of RGB (Red+Green+Blue) = 122+130+86=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8256 is #857DA9. Grayscale: #7A7A7A. Windows color (decimal): -8748458 or 5669498. OLE color: 5669498.
HSL color Cylindrical-coordinate representation of color #7A8256: hue angle of 70.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A8256 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 130 | 86 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.49 |
| HSL | 70.91º | 0.2% | 0.42% | - |
| HSV(B) | 70.91º | 0.34% | 0.51% | - |
| XYZ | 17.69 | 20.77 | 11.88 | - |
| YUV | 122.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 130 | 86 | 0.06 | 0 | 0.34 | 0.49 | 70.91 | 0.2 | 0.42 |
| Hex | 7A | 82 | 56 | 6 | 0 | 22 | 31 | 47 | 14 | 2A |
| Octal | 172 | 202 | 126 | 6 | 0 | 42 | 61 | 107 | 24 | 52 |
| Binary | 1111010 | 10000010 | 1010110 | 110 | 0 | 100010 | 110001 | 1000111 | 10100 | 101010 |
Color Harmonies of #7A8256
Complementary color
Monochromatic Colors of #7A8256
Black with #7A8256
Text Example
Text Example
White with #7A8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8256; }
p { color: rgb(122,130,86); }
H1.HeaderClassName
{
color: #7A8256;
}
.AnyTagClassName
{
color: #7A8256;
}
</style>
background-color css
<style>
a { background-color: #7A8256; }
a { background-color: rgb(122,130,86); }
div.DivClassName
{
background-color: #7A8256;
}
.BgClassName
{
background-color: #7A8256;
}
</style>
border-color css
<style>
span { border-color: #7A8256; }
span { border-color: rgb(122,130,86); }
td.TdClassName
{
border-color: #7A8256;
}
.TagClassName
{
border-color: #7A8256;
}
</style>