Shades of Finch #7C884C
Tints of Finch #7C884C
RGB
CMYK
RGB Variations
Color information
#7C884C (or 0x7C884C) is known color: Finch. HEX triplet: 7C, 88 and 4C. RGB value is (124,136,76). Sum of RGB (Red+Green+Blue) = 124+136+76=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #7C884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C884C is #8377B3. Grayscale: #7D7D7D. Windows color (decimal): -8615860 or 5015676. OLE color: 5015676.
HSL color Cylindrical-coordinate representation of color #7C884C: hue angle of 72º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C884C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 76 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.47 |
| HSL | 72º | 0.28% | 0.42% | - |
| HSV(B) | 72º | 0.44% | 0.53% | - |
| XYZ | 18.42 | 22.42 | 10.19 | - |
| YUV | 125.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 76 | 0.09 | 0 | 0.44 | 0.47 | 72 | 0.28 | 0.42 |
| Hex | 7C | 88 | 4C | 9 | 0 | 2C | 2F | 48 | 1C | 2A |
| Octal | 174 | 210 | 114 | 11 | 0 | 54 | 57 | 110 | 34 | 52 |
| Binary | 1111100 | 10001000 | 1001100 | 1001 | 0 | 101100 | 101111 | 1001000 | 11100 | 101010 |
Color Harmonies of #7C884C
Complementary color
Monochromatic Colors of #7C884C
Black with #7C884C
Text Example
Text Example
White with #7C884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C884C; }
p { color: rgb(124,136,76); }
H1.HeaderClassName
{
color: #7C884C;
}
.AnyTagClassName
{
color: #7C884C;
}
</style>
background-color css
<style>
a { background-color: #7C884C; }
a { background-color: rgb(124,136,76); }
div.DivClassName
{
background-color: #7C884C;
}
.BgClassName
{
background-color: #7C884C;
}
</style>
border-color css
<style>
span { border-color: #7C884C; }
span { border-color: rgb(124,136,76); }
td.TdClassName
{
border-color: #7C884C;
}
.TagClassName
{
border-color: #7C884C;
}
</style>