Shades of Finch #7C7E60
Tints of Finch #7C7E60
RGB
CMYK
RGB Variations
Color information
#7C7E60 (or 0x7C7E60) is known color: Finch. HEX triplet: 7C, 7E and 60. RGB value is (124,126,96). Sum of RGB (Red+Green+Blue) = 124+126+96=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #7C7E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7E60 is #83819F. Grayscale: #7A7A7A. Windows color (decimal): -8618400 or 6323836. OLE color: 6323836.
HSL color Cylindrical-coordinate representation of color #7C7E60: hue angle of 64º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C7E60 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 126 | 96 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.51 |
| HSL | 64º | 0.14% | 0.44% | - |
| HSV(B) | 64º | 0.24% | 0.49% | - |
| XYZ | 17.88 | 20.05 | 13.99 | - |
| YUV | 121.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 96 | 0.02 | 0 | 0.24 | 0.51 | 64 | 0.14 | 0.44 |
| Hex | 7C | 7E | 60 | 2 | 0 | 18 | 33 | 40 | E | 2C |
| Octal | 174 | 176 | 140 | 2 | 0 | 30 | 63 | 100 | 16 | 54 |
| Binary | 1111100 | 1111110 | 1100000 | 10 | 0 | 11000 | 110011 | 1000000 | 1110 | 101100 |
Color Harmonies of #7C7E60
Complementary color
Monochromatic Colors of #7C7E60
Black with #7C7E60
Text Example
Text Example
White with #7C7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7E60; }
p { color: rgb(124,126,96); }
H1.HeaderClassName
{
color: #7C7E60;
}
.AnyTagClassName
{
color: #7C7E60;
}
</style>
background-color css
<style>
a { background-color: #7C7E60; }
a { background-color: rgb(124,126,96); }
div.DivClassName
{
background-color: #7C7E60;
}
.BgClassName
{
background-color: #7C7E60;
}
</style>
border-color css
<style>
span { border-color: #7C7E60; }
span { border-color: rgb(124,126,96); }
td.TdClassName
{
border-color: #7C7E60;
}
.TagClassName
{
border-color: #7C7E60;
}
</style>