Shades of Finch #7A865A
Tints of Finch #7A865A
RGB
CMYK
RGB Variations
Color information
#7A865A (or 0x7A865A) is known color: Finch. HEX triplet: 7A, 86 and 5A. RGB value is (122,134,90). Sum of RGB (Red+Green+Blue) = 122+134+90=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #7A865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A865A is #8579A5. Grayscale: #7D7D7D. Windows color (decimal): -8747430 or 5932666. OLE color: 5932666.
HSL color Cylindrical-coordinate representation of color #7A865A: hue angle of 76.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A865A is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 90 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.47 |
| HSL | 76.36º | 0.2% | 0.44% | - |
| HSV(B) | 76.36º | 0.33% | 0.53% | - |
| XYZ | 18.4 | 21.93 | 12.94 | - |
| YUV | 125.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 90 | 0.09 | 0 | 0.33 | 0.47 | 76.36 | 0.2 | 0.44 |
| Hex | 7A | 86 | 5A | 9 | 0 | 21 | 2F | 4C | 14 | 2C |
| Octal | 172 | 206 | 132 | 11 | 0 | 41 | 57 | 114 | 24 | 54 |
| Binary | 1111010 | 10000110 | 1011010 | 1001 | 0 | 100001 | 101111 | 1001100 | 10100 | 101100 |
Color Harmonies of #7A865A
Complementary color
Monochromatic Colors of #7A865A
Black with #7A865A
Text Example
Text Example
White with #7A865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A865A; }
p { color: rgb(122,134,90); }
H1.HeaderClassName
{
color: #7A865A;
}
.AnyTagClassName
{
color: #7A865A;
}
</style>
background-color css
<style>
a { background-color: #7A865A; }
a { background-color: rgb(122,134,90); }
div.DivClassName
{
background-color: #7A865A;
}
.BgClassName
{
background-color: #7A865A;
}
</style>
border-color css
<style>
span { border-color: #7A865A; }
span { border-color: rgb(122,134,90); }
td.TdClassName
{
border-color: #7A865A;
}
.TagClassName
{
border-color: #7A865A;
}
</style>