Shades of Finch #7C8357
Tints of Finch #7C8357
RGB
CMYK
RGB Variations
Color information
#7C8357 (or 0x7C8357) is known color: Finch. HEX triplet: 7C, 83 and 57. RGB value is (124,131,87). Sum of RGB (Red+Green+Blue) = 124+131+87=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #7C8357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8357 is #837CA8. Grayscale: #7C7C7C. Windows color (decimal): -8617129 or 5735292. OLE color: 5735292.
HSL color Cylindrical-coordinate representation of color #7C8357: hue angle of 69.55º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C8357 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 131 | 87 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.49 |
| HSL | 69.55º | 0.2% | 0.43% | - |
| HSV(B) | 69.55º | 0.34% | 0.51% | - |
| XYZ | 18.15 | 21.21 | 12.15 | - |
| YUV | 123.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 131 | 87 | 0.05 | 0 | 0.34 | 0.49 | 69.55 | 0.2 | 0.43 |
| Hex | 7C | 83 | 57 | 5 | 0 | 22 | 31 | 46 | 14 | 2B |
| Octal | 174 | 203 | 127 | 5 | 0 | 42 | 61 | 106 | 24 | 53 |
| Binary | 1111100 | 10000011 | 1010111 | 101 | 0 | 100010 | 110001 | 1000110 | 10100 | 101011 |
Color Harmonies of #7C8357
Complementary color
Monochromatic Colors of #7C8357
Black with #7C8357
Text Example
Text Example
White with #7C8357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8357; }
p { color: rgb(124,131,87); }
H1.HeaderClassName
{
color: #7C8357;
}
.AnyTagClassName
{
color: #7C8357;
}
</style>
background-color css
<style>
a { background-color: #7C8357; }
a { background-color: rgb(124,131,87); }
div.DivClassName
{
background-color: #7C8357;
}
.BgClassName
{
background-color: #7C8357;
}
</style>
border-color css
<style>
span { border-color: #7C8357; }
span { border-color: rgb(124,131,87); }
td.TdClassName
{
border-color: #7C8357;
}
.TagClassName
{
border-color: #7C8357;
}
</style>