Shades of Finch #7A844A
Tints of Finch #7A844A
RGB
CMYK
RGB Variations
Color information
#7A844A (or 0x7A844A) is known color: Finch. HEX triplet: 7A, 84 and 4A. RGB value is (122,132,74). Sum of RGB (Red+Green+Blue) = 122+132+74=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #7A844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A844A is #857BB5. Grayscale: #7A7A7A. Windows color (decimal): -8747958 or 4883578. OLE color: 4883578.
HSL color Cylindrical-coordinate representation of color #7A844A: hue angle of 70.34º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A844A is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 74 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.48 |
| HSL | 70.34º | 0.28% | 0.4% | - |
| HSV(B) | 70.34º | 0.44% | 0.52% | - |
| XYZ | 17.51 | 21.13 | 9.63 | - |
| YUV | 122.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 74 | 0.08 | 0 | 0.44 | 0.48 | 70.34 | 0.28 | 0.4 |
| Hex | 7A | 84 | 4A | 8 | 0 | 2C | 30 | 46 | 1C | 28 |
| Octal | 172 | 204 | 112 | 10 | 0 | 54 | 60 | 106 | 34 | 50 |
| Binary | 1111010 | 10000100 | 1001010 | 1000 | 0 | 101100 | 110000 | 1000110 | 11100 | 101000 |
Color Harmonies of #7A844A
Complementary color
Monochromatic Colors of #7A844A
Black with #7A844A
Text Example
Text Example
White with #7A844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A844A; }
p { color: rgb(122,132,74); }
H1.HeaderClassName
{
color: #7A844A;
}
.AnyTagClassName
{
color: #7A844A;
}
</style>
background-color css
<style>
a { background-color: #7A844A; }
a { background-color: rgb(122,132,74); }
div.DivClassName
{
background-color: #7A844A;
}
.BgClassName
{
background-color: #7A844A;
}
</style>
border-color css
<style>
span { border-color: #7A844A; }
span { border-color: rgb(122,132,74); }
td.TdClassName
{
border-color: #7A844A;
}
.TagClassName
{
border-color: #7A844A;
}
</style>