Shades of Finch #7C8256
Tints of Finch #7C8256
RGB
CMYK
RGB Variations
Color information
#7C8256 (or 0x7C8256) is known color: Finch. HEX triplet: 7C, 82 and 56. RGB value is (124,130,86). Sum of RGB (Red+Green+Blue) = 124+130+86=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8256 is #837DA9. Grayscale: #7B7B7B. Windows color (decimal): -8617386 or 5669500. OLE color: 5669500.
HSL color Cylindrical-coordinate representation of color #7C8256: hue angle of 68.18º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C8256 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 130 | 86 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.49 |
| HSL | 68.18º | 0.2% | 0.42% | - |
| HSV(B) | 68.18º | 0.34% | 0.51% | - |
| XYZ | 17.97 | 20.92 | 11.9 | - |
| YUV | 123.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 86 | 0.05 | 0 | 0.34 | 0.49 | 68.18 | 0.2 | 0.42 |
| Hex | 7C | 82 | 56 | 5 | 0 | 22 | 31 | 44 | 14 | 2A |
| Octal | 174 | 202 | 126 | 5 | 0 | 42 | 61 | 104 | 24 | 52 |
| Binary | 1111100 | 10000010 | 1010110 | 101 | 0 | 100010 | 110001 | 1000100 | 10100 | 101010 |
Color Harmonies of #7C8256
Complementary color
Monochromatic Colors of #7C8256
Black with #7C8256
Text Example
Text Example
White with #7C8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8256; }
p { color: rgb(124,130,86); }
H1.HeaderClassName
{
color: #7C8256;
}
.AnyTagClassName
{
color: #7C8256;
}
</style>
background-color css
<style>
a { background-color: #7C8256; }
a { background-color: rgb(124,130,86); }
div.DivClassName
{
background-color: #7C8256;
}
.BgClassName
{
background-color: #7C8256;
}
</style>
border-color css
<style>
span { border-color: #7C8256; }
span { border-color: rgb(124,130,86); }
td.TdClassName
{
border-color: #7C8256;
}
.TagClassName
{
border-color: #7C8256;
}
</style>