Shades of Finch #777D47
Tints of Finch #777D47
RGB
CMYK
RGB Variations
Color information
#777D47 (or 0x777D47) is known color: Finch. HEX triplet: 77, 7D and 47. RGB value is (119,125,71). Sum of RGB (Red+Green+Blue) = 119+125+71=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #777D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D47 is #8882B8. Grayscale: #757575. Windows color (decimal): -8946361 or 4685175. OLE color: 4685175.
HSL color Cylindrical-coordinate representation of color #777D47: hue angle of 66.67º 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 #777D47 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 71 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.51 |
| HSL | 66.67º | 0.28% | 0.38% | - |
| HSV(B) | 66.67º | 0.43% | 0.49% | - |
| XYZ | 16.08 | 19.04 | 8.79 | - |
| YUV | 117.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 71 | 0.05 | 0 | 0.43 | 0.51 | 66.67 | 0.28 | 0.38 |
| Hex | 77 | 7D | 47 | 5 | 0 | 2B | 33 | 43 | 1C | 26 |
| Octal | 167 | 175 | 107 | 5 | 0 | 53 | 63 | 103 | 34 | 46 |
| Binary | 1110111 | 1111101 | 1000111 | 101 | 0 | 101011 | 110011 | 1000011 | 11100 | 100110 |
Color Harmonies of #777D47
Complementary color
Monochromatic Colors of #777D47
Black with #777D47
Text Example
Text Example
White with #777D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D47; }
p { color: rgb(119,125,71); }
H1.HeaderClassName
{
color: #777D47;
}
.AnyTagClassName
{
color: #777D47;
}
</style>
background-color css
<style>
a { background-color: #777D47; }
a { background-color: rgb(119,125,71); }
div.DivClassName
{
background-color: #777D47;
}
.BgClassName
{
background-color: #777D47;
}
</style>
border-color css
<style>
span { border-color: #777D47; }
span { border-color: rgb(119,125,71); }
td.TdClassName
{
border-color: #777D47;
}
.TagClassName
{
border-color: #777D47;
}
</style>