Shades of Finch #7C8559
Tints of Finch #7C8559
RGB
CMYK
RGB Variations
Color information
#7C8559 (or 0x7C8559) is known color: Finch. HEX triplet: 7C, 85 and 59. RGB value is (124,133,89). Sum of RGB (Red+Green+Blue) = 124+133+89=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8559 is #837AA6. Grayscale: #7D7D7D. Windows color (decimal): -8616615 or 5866876. OLE color: 5866876.
HSL color Cylindrical-coordinate representation of color #7C8559: hue angle of 72.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C8559 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 89 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.48 |
| HSL | 72.27º | 0.2% | 0.44% | - |
| HSV(B) | 72.27º | 0.33% | 0.52% | - |
| XYZ | 18.5 | 21.78 | 12.68 | - |
| YUV | 125.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 89 | 0.07 | 0 | 0.33 | 0.48 | 72.27 | 0.2 | 0.44 |
| Hex | 7C | 85 | 59 | 7 | 0 | 21 | 30 | 48 | 14 | 2C |
| Octal | 174 | 205 | 131 | 7 | 0 | 41 | 60 | 110 | 24 | 54 |
| Binary | 1111100 | 10000101 | 1011001 | 111 | 0 | 100001 | 110000 | 1001000 | 10100 | 101100 |
Color Harmonies of #7C8559
Complementary color
Monochromatic Colors of #7C8559
Black with #7C8559
Text Example
Text Example
White with #7C8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8559; }
p { color: rgb(124,133,89); }
H1.HeaderClassName
{
color: #7C8559;
}
.AnyTagClassName
{
color: #7C8559;
}
</style>
background-color css
<style>
a { background-color: #7C8559; }
a { background-color: rgb(124,133,89); }
div.DivClassName
{
background-color: #7C8559;
}
.BgClassName
{
background-color: #7C8559;
}
</style>
border-color css
<style>
span { border-color: #7C8559; }
span { border-color: rgb(124,133,89); }
td.TdClassName
{
border-color: #7C8559;
}
.TagClassName
{
border-color: #7C8559;
}
</style>