Shades of Finch #777A47
Tints of Finch #777A47
RGB
CMYK
RGB Variations
Color information
#777A47 (or 0x777A47) is known color: Finch. HEX triplet: 77, 7A and 47. RGB value is (119,122,71). Sum of RGB (Red+Green+Blue) = 119+122+71=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #777A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A47 is #8885B8. Grayscale: #737373. Windows color (decimal): -8947129 or 4684407. OLE color: 4684407.
HSL color Cylindrical-coordinate representation of color #777A47: hue angle of 63.53º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777A47 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 71 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.52 |
| HSL | 63.53º | 0.26% | 0.38% | - |
| HSV(B) | 63.53º | 0.42% | 0.48% | - |
| XYZ | 15.7 | 18.3 | 8.66 | - |
| YUV | 115.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 71 | 0.02 | 0 | 0.42 | 0.52 | 63.53 | 0.26 | 0.38 |
| Hex | 77 | 7A | 47 | 2 | 0 | 2A | 34 | 40 | 1A | 26 |
| Octal | 167 | 172 | 107 | 2 | 0 | 52 | 64 | 100 | 32 | 46 |
| Binary | 1110111 | 1111010 | 1000111 | 10 | 0 | 101010 | 110100 | 1000000 | 11010 | 100110 |
Color Harmonies of #777A47
Complementary color
Monochromatic Colors of #777A47
Black with #777A47
Text Example
Text Example
White with #777A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A47; }
p { color: rgb(119,122,71); }
H1.HeaderClassName
{
color: #777A47;
}
.AnyTagClassName
{
color: #777A47;
}
</style>
background-color css
<style>
a { background-color: #777A47; }
a { background-color: rgb(119,122,71); }
div.DivClassName
{
background-color: #777A47;
}
.BgClassName
{
background-color: #777A47;
}
</style>
border-color css
<style>
span { border-color: #777A47; }
span { border-color: rgb(119,122,71); }
td.TdClassName
{
border-color: #777A47;
}
.TagClassName
{
border-color: #777A47;
}
</style>