Shades of Finch #7E7F5F
Tints of Finch #7E7F5F
RGB
CMYK
RGB Variations
Color information
#7E7F5F (or 0x7E7F5F) is known color: Finch. HEX triplet: 7E, 7F and 5F. RGB value is (126,127,95). Sum of RGB (Red+Green+Blue) = 126+127+95=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7F5F is #8180A0. Grayscale: #7B7B7B. Windows color (decimal): -8487073 or 6258558. OLE color: 6258558.
HSL color Cylindrical-coordinate representation of color #7E7F5F: hue angle of 61.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E7F5F is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 127 | 95 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.50 |
| HSL | 61.88º | 0.14% | 0.44% | - |
| HSV(B) | 61.88º | 0.25% | 0.5% | - |
| XYZ | 18.26 | 20.44 | 13.81 | - |
| YUV | 123.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 95 | 0.01 | 0 | 0.25 | 0.50 | 61.88 | 0.14 | 0.44 |
| Hex | 7E | 7F | 5F | 1 | 0 | 19 | 32 | 3E | E | 2C |
| Octal | 176 | 177 | 137 | 1 | 0 | 31 | 62 | 76 | 16 | 54 |
| Binary | 1111110 | 1111111 | 1011111 | 1 | 0 | 11001 | 110010 | 111110 | 1110 | 101100 |
Color Harmonies of #7E7F5F
Complementary color
Monochromatic Colors of #7E7F5F
Black with #7E7F5F
Text Example
Text Example
White with #7E7F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7F5F; }
p { color: rgb(126,127,95); }
H1.HeaderClassName
{
color: #7E7F5F;
}
.AnyTagClassName
{
color: #7E7F5F;
}
</style>
background-color css
<style>
a { background-color: #7E7F5F; }
a { background-color: rgb(126,127,95); }
div.DivClassName
{
background-color: #7E7F5F;
}
.BgClassName
{
background-color: #7E7F5F;
}
</style>
border-color css
<style>
span { border-color: #7E7F5F; }
span { border-color: rgb(126,127,95); }
td.TdClassName
{
border-color: #7E7F5F;
}
.TagClassName
{
border-color: #7E7F5F;
}
</style>