Shades of Finch #7C8856
Tints of Finch #7C8856
RGB
CMYK
RGB Variations
Color information
#7C8856 (or 0x7C8856) is known color: Finch. HEX triplet: 7C, 88 and 56. RGB value is (124,136,86). Sum of RGB (Red+Green+Blue) = 124+136+86=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8856 is #8377A9. Grayscale: #7E7E7E. Windows color (decimal): -8615850 or 5671036. OLE color: 5671036.
HSL color Cylindrical-coordinate representation of color #7C8856: hue angle of 74.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C8856 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 86 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.47 |
| HSL | 74.4º | 0.23% | 0.44% | - |
| HSV(B) | 74.4º | 0.37% | 0.53% | - |
| XYZ | 18.8 | 22.57 | 12.17 | - |
| YUV | 126.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 86 | 0.09 | 0 | 0.37 | 0.47 | 74.4 | 0.23 | 0.44 |
| Hex | 7C | 88 | 56 | 9 | 0 | 25 | 2F | 4A | 17 | 2C |
| Octal | 174 | 210 | 126 | 11 | 0 | 45 | 57 | 112 | 27 | 54 |
| Binary | 1111100 | 10001000 | 1010110 | 1001 | 0 | 100101 | 101111 | 1001010 | 10111 | 101100 |
Color Harmonies of #7C8856
Complementary color
Monochromatic Colors of #7C8856
Black with #7C8856
Text Example
Text Example
White with #7C8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8856; }
p { color: rgb(124,136,86); }
H1.HeaderClassName
{
color: #7C8856;
}
.AnyTagClassName
{
color: #7C8856;
}
</style>
background-color css
<style>
a { background-color: #7C8856; }
a { background-color: rgb(124,136,86); }
div.DivClassName
{
background-color: #7C8856;
}
.BgClassName
{
background-color: #7C8856;
}
</style>
border-color css
<style>
span { border-color: #7C8856; }
span { border-color: rgb(124,136,86); }
td.TdClassName
{
border-color: #7C8856;
}
.TagClassName
{
border-color: #7C8856;
}
</style>