Shades of Finch #7C814C
Tints of Finch #7C814C
RGB
CMYK
RGB Variations
Color information
#7C814C (or 0x7C814C) is known color: Finch. HEX triplet: 7C, 81 and 4C. RGB value is (124,129,76). Sum of RGB (Red+Green+Blue) = 124+129+76=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #7C814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C814C is #837EB3. Grayscale: #797979. Windows color (decimal): -8617652 or 5013884. OLE color: 5013884.
HSL color Cylindrical-coordinate representation of color #7C814C: hue angle of 65.66º 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 #7C814C is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 76 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.49 |
| HSL | 65.66º | 0.26% | 0.4% | - |
| HSV(B) | 65.66º | 0.41% | 0.51% | - |
| XYZ | 17.47 | 20.51 | 9.88 | - |
| YUV | 121.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 76 | 0.04 | 0 | 0.41 | 0.49 | 65.66 | 0.26 | 0.4 |
| Hex | 7C | 81 | 4C | 4 | 0 | 29 | 31 | 42 | 1A | 28 |
| Octal | 174 | 201 | 114 | 4 | 0 | 51 | 61 | 102 | 32 | 50 |
| Binary | 1111100 | 10000001 | 1001100 | 100 | 0 | 101001 | 110001 | 1000010 | 11010 | 101000 |
Color Harmonies of #7C814C
Complementary color
Monochromatic Colors of #7C814C
Black with #7C814C
Text Example
Text Example
White with #7C814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C814C; }
p { color: rgb(124,129,76); }
H1.HeaderClassName
{
color: #7C814C;
}
.AnyTagClassName
{
color: #7C814C;
}
</style>
background-color css
<style>
a { background-color: #7C814C; }
a { background-color: rgb(124,129,76); }
div.DivClassName
{
background-color: #7C814C;
}
.BgClassName
{
background-color: #7C814C;
}
</style>
border-color css
<style>
span { border-color: #7C814C; }
span { border-color: rgb(124,129,76); }
td.TdClassName
{
border-color: #7C814C;
}
.TagClassName
{
border-color: #7C814C;
}
</style>