Shades of Finch #7C8661
Tints of Finch #7C8661
RGB
CMYK
RGB Variations
Color information
#7C8661 (or 0x7C8661) is known color: Finch. HEX triplet: 7C, 86 and 61. RGB value is (124,134,97). Sum of RGB (Red+Green+Blue) = 124+134+97=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8661 is #83799E. Grayscale: #7E7E7E. Windows color (decimal): -8616351 or 6391420. OLE color: 6391420.
HSL color Cylindrical-coordinate representation of color #7C8661: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C8661 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 97 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.47 |
| HSL | 76.22º | 0.16% | 0.45% | - |
| HSV(B) | 76.22º | 0.28% | 0.53% | - |
| XYZ | 18.99 | 22.2 | 14.59 | - |
| YUV | 126.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 97 | 0.07 | 0 | 0.28 | 0.47 | 76.22 | 0.16 | 0.45 |
| Hex | 7C | 86 | 61 | 7 | 0 | 1C | 2F | 4C | 10 | 2D |
| Octal | 174 | 206 | 141 | 7 | 0 | 34 | 57 | 114 | 20 | 55 |
| Binary | 1111100 | 10000110 | 1100001 | 111 | 0 | 11100 | 101111 | 1001100 | 10000 | 101101 |
Color Harmonies of #7C8661
Complementary color
Monochromatic Colors of #7C8661
Black with #7C8661
Text Example
Text Example
White with #7C8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8661; }
p { color: rgb(124,134,97); }
H1.HeaderClassName
{
color: #7C8661;
}
.AnyTagClassName
{
color: #7C8661;
}
</style>
background-color css
<style>
a { background-color: #7C8661; }
a { background-color: rgb(124,134,97); }
div.DivClassName
{
background-color: #7C8661;
}
.BgClassName
{
background-color: #7C8661;
}
</style>
border-color css
<style>
span { border-color: #7C8661; }
span { border-color: rgb(124,134,97); }
td.TdClassName
{
border-color: #7C8661;
}
.TagClassName
{
border-color: #7C8661;
}
</style>