Shades of Finch #7E7F61
Tints of Finch #7E7F61
RGB
CMYK
RGB Variations
Color information
#7E7F61 (or 0x7E7F61) is known color: Finch. HEX triplet: 7E, 7F and 61. RGB value is (126,127,97). Sum of RGB (Red+Green+Blue) = 126+127+97=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7F61 is #81809E. Grayscale: #7B7B7B. Windows color (decimal): -8487071 or 6389630. OLE color: 6389630.
HSL color Cylindrical-coordinate representation of color #7E7F61: hue angle of 62º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E7F61 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 127 | 97 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.50 |
| HSL | 62º | 0.13% | 0.44% | - |
| HSV(B) | 62º | 0.24% | 0.5% | - |
| XYZ | 18.35 | 20.48 | 14.29 | - |
| YUV | 123.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 97 | 0.01 | 0 | 0.24 | 0.50 | 62 | 0.13 | 0.44 |
| Hex | 7E | 7F | 61 | 1 | 0 | 18 | 32 | 3E | D | 2C |
| Octal | 176 | 177 | 141 | 1 | 0 | 30 | 62 | 76 | 15 | 54 |
| Binary | 1111110 | 1111111 | 1100001 | 1 | 0 | 11000 | 110010 | 111110 | 1101 | 101100 |
Color Harmonies of #7E7F61
Complementary color
Monochromatic Colors of #7E7F61
Black with #7E7F61
Text Example
Text Example
White with #7E7F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7F61; }
p { color: rgb(126,127,97); }
H1.HeaderClassName
{
color: #7E7F61;
}
.AnyTagClassName
{
color: #7E7F61;
}
</style>
background-color css
<style>
a { background-color: #7E7F61; }
a { background-color: rgb(126,127,97); }
div.DivClassName
{
background-color: #7E7F61;
}
.BgClassName
{
background-color: #7E7F61;
}
</style>
border-color css
<style>
span { border-color: #7E7F61; }
span { border-color: rgb(126,127,97); }
td.TdClassName
{
border-color: #7E7F61;
}
.TagClassName
{
border-color: #7E7F61;
}
</style>