Shades of Finch #7C8065
Tints of Finch #7C8065
RGB
CMYK
RGB Variations
Color information
#7C8065 (or 0x7C8065) is known color: Finch. HEX triplet: 7C, 80 and 65. RGB value is (124,128,101). Sum of RGB (Red+Green+Blue) = 124+128+101=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8065 is #837F9A. Grayscale: #7B7B7B. Windows color (decimal): -8617883 or 6652028. OLE color: 6652028.
HSL color Cylindrical-coordinate representation of color #7C8065: hue angle of 68.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C8065 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 128 | 101 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.50 |
| HSL | 68.89º | 0.12% | 0.45% | - |
| HSV(B) | 68.89º | 0.21% | 0.5% | - |
| XYZ | 18.38 | 20.66 | 15.33 | - |
| YUV | 123.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 101 | 0.03 | 0 | 0.21 | 0.50 | 68.89 | 0.12 | 0.45 |
| Hex | 7C | 80 | 65 | 3 | 0 | 15 | 32 | 45 | C | 2D |
| Octal | 174 | 200 | 145 | 3 | 0 | 25 | 62 | 105 | 14 | 55 |
| Binary | 1111100 | 10000000 | 1100101 | 11 | 0 | 10101 | 110010 | 1000101 | 1100 | 101101 |
Color Harmonies of #7C8065
Complementary color
Monochromatic Colors of #7C8065
Black with #7C8065
Text Example
Text Example
White with #7C8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8065; }
p { color: rgb(124,128,101); }
H1.HeaderClassName
{
color: #7C8065;
}
.AnyTagClassName
{
color: #7C8065;
}
</style>
background-color css
<style>
a { background-color: #7C8065; }
a { background-color: rgb(124,128,101); }
div.DivClassName
{
background-color: #7C8065;
}
.BgClassName
{
background-color: #7C8065;
}
</style>
border-color css
<style>
span { border-color: #7C8065; }
span { border-color: rgb(124,128,101); }
td.TdClassName
{
border-color: #7C8065;
}
.TagClassName
{
border-color: #7C8065;
}
</style>