Shades of Finch #777A44
Tints of Finch #777A44
RGB
CMYK
RGB Variations
Color information
#777A44 (or 0x777A44) is known color: Finch. HEX triplet: 77, 7A and 44. RGB value is (119,122,68). Sum of RGB (Red+Green+Blue) = 119+122+68=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #777A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A44 is #8885BB. Grayscale: #737373. Windows color (decimal): -8947132 or 4487799. OLE color: 4487799.
HSL color Cylindrical-coordinate representation of color #777A44: hue angle of 63.33º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #777A44 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 68 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.52 |
| HSL | 63.33º | 0.28% | 0.37% | - |
| HSV(B) | 63.33º | 0.44% | 0.48% | - |
| XYZ | 15.61 | 18.26 | 8.17 | - |
| YUV | 114.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 68 | 0.02 | 0 | 0.44 | 0.52 | 63.33 | 0.28 | 0.37 |
| Hex | 77 | 7A | 44 | 2 | 0 | 2C | 34 | 3F | 1C | 25 |
| Octal | 167 | 172 | 104 | 2 | 0 | 54 | 64 | 77 | 34 | 45 |
| Binary | 1110111 | 1111010 | 1000100 | 10 | 0 | 101100 | 110100 | 111111 | 11100 | 100101 |
Color Harmonies of #777A44
Complementary color
Monochromatic Colors of #777A44
Black with #777A44
Text Example
Text Example
White with #777A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A44; }
p { color: rgb(119,122,68); }
H1.HeaderClassName
{
color: #777A44;
}
.AnyTagClassName
{
color: #777A44;
}
</style>
background-color css
<style>
a { background-color: #777A44; }
a { background-color: rgb(119,122,68); }
div.DivClassName
{
background-color: #777A44;
}
.BgClassName
{
background-color: #777A44;
}
</style>
border-color css
<style>
span { border-color: #777A44; }
span { border-color: rgb(119,122,68); }
td.TdClassName
{
border-color: #777A44;
}
.TagClassName
{
border-color: #777A44;
}
</style>