Shades of Finch #7E814C
Tints of Finch #7E814C
RGB
CMYK
RGB Variations
Color information
#7E814C (or 0x7E814C) is known color: Finch. HEX triplet: 7E, 81 and 4C. RGB value is (126,129,76). Sum of RGB (Red+Green+Blue) = 126+129+76=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #7E814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E814C is #817EB3. Grayscale: #7A7A7A. Windows color (decimal): -8486580 or 5013886. OLE color: 5013886.
HSL color Cylindrical-coordinate representation of color #7E814C: hue angle of 63.4º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E814C is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 76 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.49 |
| HSL | 63.4º | 0.26% | 0.4% | - |
| HSV(B) | 63.4º | 0.41% | 0.51% | - |
| XYZ | 17.76 | 20.66 | 9.89 | - |
| YUV | 122.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 76 | 0.02 | 0 | 0.41 | 0.49 | 63.4 | 0.26 | 0.4 |
| Hex | 7E | 81 | 4C | 2 | 0 | 29 | 31 | 3F | 1A | 28 |
| Octal | 176 | 201 | 114 | 2 | 0 | 51 | 61 | 77 | 32 | 50 |
| Binary | 1111110 | 10000001 | 1001100 | 10 | 0 | 101001 | 110001 | 111111 | 11010 | 101000 |
Color Harmonies of #7E814C
Complementary color
Monochromatic Colors of #7E814C
Black with #7E814C
Text Example
Text Example
White with #7E814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E814C; }
p { color: rgb(126,129,76); }
H1.HeaderClassName
{
color: #7E814C;
}
.AnyTagClassName
{
color: #7E814C;
}
</style>
background-color css
<style>
a { background-color: #7E814C; }
a { background-color: rgb(126,129,76); }
div.DivClassName
{
background-color: #7E814C;
}
.BgClassName
{
background-color: #7E814C;
}
</style>
border-color css
<style>
span { border-color: #7E814C; }
span { border-color: rgb(126,129,76); }
td.TdClassName
{
border-color: #7E814C;
}
.TagClassName
{
border-color: #7E814C;
}
</style>