Shades of Finch #7C8958
Tints of Finch #7C8958
RGB
CMYK
RGB Variations
Color information
#7C8958 (or 0x7C8958) is known color: Finch. HEX triplet: 7C, 89 and 58. RGB value is (124,137,88). Sum of RGB (Red+Green+Blue) = 124+137+88=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8958 is #8376A7. Grayscale: #7F7F7F. Windows color (decimal): -8615592 or 5802364. OLE color: 5802364.
HSL color Cylindrical-coordinate representation of color #7C8958: hue angle of 75.92º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C8958 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 88 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.46 |
| HSL | 75.92º | 0.22% | 0.44% | - |
| HSV(B) | 75.92º | 0.36% | 0.54% | - |
| XYZ | 19.02 | 22.88 | 12.65 | - |
| YUV | 127.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 88 | 0.09 | 0 | 0.36 | 0.46 | 75.92 | 0.22 | 0.44 |
| Hex | 7C | 89 | 58 | 9 | 0 | 24 | 2E | 4C | 16 | 2C |
| Octal | 174 | 211 | 130 | 11 | 0 | 44 | 56 | 114 | 26 | 54 |
| Binary | 1111100 | 10001001 | 1011000 | 1001 | 0 | 100100 | 101110 | 1001100 | 10110 | 101100 |
Color Harmonies of #7C8958
Complementary color
Monochromatic Colors of #7C8958
Black with #7C8958
Text Example
Text Example
White with #7C8958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8958; }
p { color: rgb(124,137,88); }
H1.HeaderClassName
{
color: #7C8958;
}
.AnyTagClassName
{
color: #7C8958;
}
</style>
background-color css
<style>
a { background-color: #7C8958; }
a { background-color: rgb(124,137,88); }
div.DivClassName
{
background-color: #7C8958;
}
.BgClassName
{
background-color: #7C8958;
}
</style>
border-color css
<style>
span { border-color: #7C8958; }
span { border-color: rgb(124,137,88); }
td.TdClassName
{
border-color: #7C8958;
}
.TagClassName
{
border-color: #7C8958;
}
</style>