Shades of Finch #7C8560
Tints of Finch #7C8560
RGB
CMYK
RGB Variations
Color information
#7C8560 (or 0x7C8560) is known color: Finch. HEX triplet: 7C, 85 and 60. RGB value is (124,133,96). Sum of RGB (Red+Green+Blue) = 124+133+96=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8560 is #837A9F. Grayscale: #7E7E7E. Windows color (decimal): -8616608 or 6325628. OLE color: 6325628.
HSL color Cylindrical-coordinate representation of color #7C8560: hue angle of 74.59º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C8560 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 96 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.48 |
| HSL | 74.59º | 0.16% | 0.45% | - |
| HSV(B) | 74.59º | 0.28% | 0.52% | - |
| XYZ | 18.81 | 21.9 | 14.3 | - |
| YUV | 126.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 96 | 0.07 | 0 | 0.28 | 0.48 | 74.59 | 0.16 | 0.45 |
| Hex | 7C | 85 | 60 | 7 | 0 | 1C | 30 | 4B | 10 | 2D |
| Octal | 174 | 205 | 140 | 7 | 0 | 34 | 60 | 113 | 20 | 55 |
| Binary | 1111100 | 10000101 | 1100000 | 111 | 0 | 11100 | 110000 | 1001011 | 10000 | 101101 |
Color Harmonies of #7C8560
Complementary color
Monochromatic Colors of #7C8560
Black with #7C8560
Text Example
Text Example
White with #7C8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8560; }
p { color: rgb(124,133,96); }
H1.HeaderClassName
{
color: #7C8560;
}
.AnyTagClassName
{
color: #7C8560;
}
</style>
background-color css
<style>
a { background-color: #7C8560; }
a { background-color: rgb(124,133,96); }
div.DivClassName
{
background-color: #7C8560;
}
.BgClassName
{
background-color: #7C8560;
}
</style>
border-color css
<style>
span { border-color: #7C8560; }
span { border-color: rgb(124,133,96); }
td.TdClassName
{
border-color: #7C8560;
}
.TagClassName
{
border-color: #7C8560;
}
</style>