Shades of Finch #7A8156
Tints of Finch #7A8156
RGB
CMYK
RGB Variations
Color information
#7A8156 (or 0x7A8156) is known color: Finch. HEX triplet: 7A, 81 and 56. RGB value is (122,129,86). Sum of RGB (Red+Green+Blue) = 122+129+86=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8156 is #857EA9. Grayscale: #7A7A7A. Windows color (decimal): -8748714 or 5669242. OLE color: 5669242.
HSL color Cylindrical-coordinate representation of color #7A8156: hue angle of 69.77º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A8156 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 86 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.49 |
| HSL | 69.77º | 0.2% | 0.42% | - |
| HSV(B) | 69.77º | 0.33% | 0.51% | - |
| XYZ | 17.56 | 20.51 | 11.84 | - |
| YUV | 122.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 86 | 0.05 | 0 | 0.33 | 0.49 | 69.77 | 0.2 | 0.42 |
| Hex | 7A | 81 | 56 | 5 | 0 | 21 | 31 | 46 | 14 | 2A |
| Octal | 172 | 201 | 126 | 5 | 0 | 41 | 61 | 106 | 24 | 52 |
| Binary | 1111010 | 10000001 | 1010110 | 101 | 0 | 100001 | 110001 | 1000110 | 10100 | 101010 |
Color Harmonies of #7A8156
Complementary color
Monochromatic Colors of #7A8156
Black with #7A8156
Text Example
Text Example
White with #7A8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8156; }
p { color: rgb(122,129,86); }
H1.HeaderClassName
{
color: #7A8156;
}
.AnyTagClassName
{
color: #7A8156;
}
</style>
background-color css
<style>
a { background-color: #7A8156; }
a { background-color: rgb(122,129,86); }
div.DivClassName
{
background-color: #7A8156;
}
.BgClassName
{
background-color: #7A8156;
}
</style>
border-color css
<style>
span { border-color: #7A8156; }
span { border-color: rgb(122,129,86); }
td.TdClassName
{
border-color: #7A8156;
}
.TagClassName
{
border-color: #7A8156;
}
</style>