Shades of Finch #7C8463
Tints of Finch #7C8463
RGB
CMYK
RGB Variations
Color information
#7C8463 (or 0x7C8463) is known color: Finch. HEX triplet: 7C, 84 and 63. RGB value is (124,132,99). Sum of RGB (Red+Green+Blue) = 124+132+99=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8463 is #837B9C. Grayscale: #7D7D7D. Windows color (decimal): -8616861 or 6521980. OLE color: 6521980.
HSL color Cylindrical-coordinate representation of color #7C8463: hue angle of 74.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C8463 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 99 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.48 |
| HSL | 74.55º | 0.14% | 0.45% | - |
| HSV(B) | 74.55º | 0.25% | 0.52% | - |
| XYZ | 18.82 | 21.69 | 15 | - |
| YUV | 125.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 99 | 0.06 | 0 | 0.25 | 0.48 | 74.55 | 0.14 | 0.45 |
| Hex | 7C | 84 | 63 | 6 | 0 | 19 | 30 | 4B | E | 2D |
| Octal | 174 | 204 | 143 | 6 | 0 | 31 | 60 | 113 | 16 | 55 |
| Binary | 1111100 | 10000100 | 1100011 | 110 | 0 | 11001 | 110000 | 1001011 | 1110 | 101101 |
Color Harmonies of #7C8463
Complementary color
Monochromatic Colors of #7C8463
Black with #7C8463
Text Example
Text Example
White with #7C8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8463; }
p { color: rgb(124,132,99); }
H1.HeaderClassName
{
color: #7C8463;
}
.AnyTagClassName
{
color: #7C8463;
}
</style>
background-color css
<style>
a { background-color: #7C8463; }
a { background-color: rgb(124,132,99); }
div.DivClassName
{
background-color: #7C8463;
}
.BgClassName
{
background-color: #7C8463;
}
</style>
border-color css
<style>
span { border-color: #7C8463; }
span { border-color: rgb(124,132,99); }
td.TdClassName
{
border-color: #7C8463;
}
.TagClassName
{
border-color: #7C8463;
}
</style>