Shades of Finch #7A8659
Tints of Finch #7A8659
RGB
CMYK
RGB Variations
Color information
#7A8659 (or 0x7A8659) is known color: Finch. HEX triplet: 7A, 86 and 59. RGB value is (122,134,89). Sum of RGB (Red+Green+Blue) = 122+134+89=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8659 is #8579A6. Grayscale: #7D7D7D. Windows color (decimal): -8747431 or 5867130. OLE color: 5867130.
HSL color Cylindrical-coordinate representation of color #7A8659: hue angle of 76º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A8659 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 89 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.47 |
| HSL | 76º | 0.2% | 0.44% | - |
| HSV(B) | 76º | 0.34% | 0.53% | - |
| XYZ | 18.35 | 21.91 | 12.71 | - |
| YUV | 125.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 89 | 0.09 | 0 | 0.34 | 0.47 | 76 | 0.2 | 0.44 |
| Hex | 7A | 86 | 59 | 9 | 0 | 22 | 2F | 4C | 14 | 2C |
| Octal | 172 | 206 | 131 | 11 | 0 | 42 | 57 | 114 | 24 | 54 |
| Binary | 1111010 | 10000110 | 1011001 | 1001 | 0 | 100010 | 101111 | 1001100 | 10100 | 101100 |
Color Harmonies of #7A8659
Complementary color
Monochromatic Colors of #7A8659
Black with #7A8659
Text Example
Text Example
White with #7A8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8659; }
p { color: rgb(122,134,89); }
H1.HeaderClassName
{
color: #7A8659;
}
.AnyTagClassName
{
color: #7A8659;
}
</style>
background-color css
<style>
a { background-color: #7A8659; }
a { background-color: rgb(122,134,89); }
div.DivClassName
{
background-color: #7A8659;
}
.BgClassName
{
background-color: #7A8659;
}
</style>
border-color css
<style>
span { border-color: #7A8659; }
span { border-color: rgb(122,134,89); }
td.TdClassName
{
border-color: #7A8659;
}
.TagClassName
{
border-color: #7A8659;
}
</style>