Shades of Finch #777D49
Tints of Finch #777D49
RGB
CMYK
RGB Variations
Color information
#777D49 (or 0x777D49) is known color: Finch. HEX triplet: 77, 7D and 49. RGB value is (119,125,73). Sum of RGB (Red+Green+Blue) = 119+125+73=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #777D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D49 is #8882B6. Grayscale: #757575. Windows color (decimal): -8946359 or 4816247. OLE color: 4816247.
HSL color Cylindrical-coordinate representation of color #777D49: hue angle of 66.92º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777D49 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 73 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.51 |
| HSL | 66.92º | 0.26% | 0.39% | - |
| HSV(B) | 66.92º | 0.42% | 0.49% | - |
| XYZ | 16.14 | 19.07 | 9.13 | - |
| YUV | 117.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 73 | 0.05 | 0 | 0.42 | 0.51 | 66.92 | 0.26 | 0.39 |
| Hex | 77 | 7D | 49 | 5 | 0 | 2A | 33 | 43 | 1A | 27 |
| Octal | 167 | 175 | 111 | 5 | 0 | 52 | 63 | 103 | 32 | 47 |
| Binary | 1110111 | 1111101 | 1001001 | 101 | 0 | 101010 | 110011 | 1000011 | 11010 | 100111 |
Color Harmonies of #777D49
Complementary color
Monochromatic Colors of #777D49
Black with #777D49
Text Example
Text Example
White with #777D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D49; }
p { color: rgb(119,125,73); }
H1.HeaderClassName
{
color: #777D49;
}
.AnyTagClassName
{
color: #777D49;
}
</style>
background-color css
<style>
a { background-color: #777D49; }
a { background-color: rgb(119,125,73); }
div.DivClassName
{
background-color: #777D49;
}
.BgClassName
{
background-color: #777D49;
}
</style>
border-color css
<style>
span { border-color: #777D49; }
span { border-color: rgb(119,125,73); }
td.TdClassName
{
border-color: #777D49;
}
.TagClassName
{
border-color: #777D49;
}
</style>