Shades of Finch #7A884F
Tints of Finch #7A884F
RGB
CMYK
RGB Variations
Color information
#7A884F (or 0x7A884F) is known color: Finch. HEX triplet: 7A, 88 and 4F. RGB value is (122,136,79). Sum of RGB (Red+Green+Blue) = 122+136+79=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #7A884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A884F is #8577B0. Grayscale: #7D7D7D. Windows color (decimal): -8746929 or 5212282. OLE color: 5212282.
HSL color Cylindrical-coordinate representation of color #7A884F: hue angle of 74.74º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A884F is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 79 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.47 |
| HSL | 74.74º | 0.27% | 0.42% | - |
| HSV(B) | 74.74º | 0.42% | 0.53% | - |
| XYZ | 18.24 | 22.31 | 10.74 | - |
| YUV | 125.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 79 | 0.10 | 0 | 0.42 | 0.47 | 74.74 | 0.27 | 0.42 |
| Hex | 7A | 88 | 4F | A | 0 | 2A | 2F | 4B | 1B | 2A |
| Octal | 172 | 210 | 117 | 12 | 0 | 52 | 57 | 113 | 33 | 52 |
| Binary | 1111010 | 10001000 | 1001111 | 1010 | 0 | 101010 | 101111 | 1001011 | 11011 | 101010 |
Color Harmonies of #7A884F
Complementary color
Monochromatic Colors of #7A884F
Black with #7A884F
Text Example
Text Example
White with #7A884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A884F; }
p { color: rgb(122,136,79); }
H1.HeaderClassName
{
color: #7A884F;
}
.AnyTagClassName
{
color: #7A884F;
}
</style>
background-color css
<style>
a { background-color: #7A884F; }
a { background-color: rgb(122,136,79); }
div.DivClassName
{
background-color: #7A884F;
}
.BgClassName
{
background-color: #7A884F;
}
</style>
border-color css
<style>
span { border-color: #7A884F; }
span { border-color: rgb(122,136,79); }
td.TdClassName
{
border-color: #7A884F;
}
.TagClassName
{
border-color: #7A884F;
}
</style>