Shades of Finch #787D47
Tints of Finch #787D47
RGB
CMYK
RGB Variations
Color information
#787D47 (or 0x787D47) is known color: Finch. HEX triplet: 78, 7D and 47. RGB value is (120,125,71). Sum of RGB (Red+Green+Blue) = 120+125+71=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 125 - color contains mainly: green. Hex color #787D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787D47 is #8782B8. Grayscale: #757575. Windows color (decimal): -8880825 or 4685176. OLE color: 4685176.
HSL color Cylindrical-coordinate representation of color #787D47: hue angle of 65.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #787D47 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 125 | 71 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.51 |
| HSL | 65.56º | 0.28% | 0.38% | - |
| HSV(B) | 65.56º | 0.43% | 0.49% | - |
| XYZ | 16.22 | 19.12 | 8.8 | - |
| YUV | 117.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 71 | 0.04 | 0 | 0.43 | 0.51 | 65.56 | 0.28 | 0.38 |
| Hex | 78 | 7D | 47 | 4 | 0 | 2B | 33 | 42 | 1C | 26 |
| Octal | 170 | 175 | 107 | 4 | 0 | 53 | 63 | 102 | 34 | 46 |
| Binary | 1111000 | 1111101 | 1000111 | 100 | 0 | 101011 | 110011 | 1000010 | 11100 | 100110 |
Color Harmonies of #787D47
Complementary color
Monochromatic Colors of #787D47
Black with #787D47
Text Example
Text Example
White with #787D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D47; }
p { color: rgb(120,125,71); }
H1.HeaderClassName
{
color: #787D47;
}
.AnyTagClassName
{
color: #787D47;
}
</style>
background-color css
<style>
a { background-color: #787D47; }
a { background-color: rgb(120,125,71); }
div.DivClassName
{
background-color: #787D47;
}
.BgClassName
{
background-color: #787D47;
}
</style>
border-color css
<style>
span { border-color: #787D47; }
span { border-color: rgb(120,125,71); }
td.TdClassName
{
border-color: #787D47;
}
.TagClassName
{
border-color: #787D47;
}
</style>