Shades of Finch #7A894D
Tints of Finch #7A894D
RGB
CMYK
RGB Variations
Color information
#7A894D (or 0x7A894D) is known color: Finch. HEX triplet: 7A, 89 and 4D. RGB value is (122,137,77). Sum of RGB (Red+Green+Blue) = 122+137+77=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #7A894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A894D is #8576B2. Grayscale: #7D7D7D. Windows color (decimal): -8746675 or 5081466. OLE color: 5081466.
HSL color Cylindrical-coordinate representation of color #7A894D: hue angle of 75º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A894D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 77 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.46 |
| HSL | 75º | 0.28% | 0.42% | - |
| HSV(B) | 75º | 0.44% | 0.54% | - |
| XYZ | 18.31 | 22.56 | 10.41 | - |
| YUV | 125.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 77 | 0.11 | 0 | 0.44 | 0.46 | 75 | 0.28 | 0.42 |
| Hex | 7A | 89 | 4D | B | 0 | 2C | 2E | 4B | 1C | 2A |
| Octal | 172 | 211 | 115 | 13 | 0 | 54 | 56 | 113 | 34 | 52 |
| Binary | 1111010 | 10001001 | 1001101 | 1011 | 0 | 101100 | 101110 | 1001011 | 11100 | 101010 |
Color Harmonies of #7A894D
Complementary color
Monochromatic Colors of #7A894D
Black with #7A894D
Text Example
Text Example
White with #7A894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A894D; }
p { color: rgb(122,137,77); }
H1.HeaderClassName
{
color: #7A894D;
}
.AnyTagClassName
{
color: #7A894D;
}
</style>
background-color css
<style>
a { background-color: #7A894D; }
a { background-color: rgb(122,137,77); }
div.DivClassName
{
background-color: #7A894D;
}
.BgClassName
{
background-color: #7A894D;
}
</style>
border-color css
<style>
span { border-color: #7A894D; }
span { border-color: rgb(122,137,77); }
td.TdClassName
{
border-color: #7A894D;
}
.TagClassName
{
border-color: #7A894D;
}
</style>