Shades of Finch #777A41
Tints of Finch #777A41
RGB
CMYK
RGB Variations
Color information
#777A41 (or 0x777A41) is known color: Finch. HEX triplet: 77, 7A and 41. RGB value is (119,122,65). Sum of RGB (Red+Green+Blue) = 119+122+65=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #777A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A41 is #8885BE. Grayscale: #727272. Windows color (decimal): -8947135 or 4291191. OLE color: 4291191.
HSL color Cylindrical-coordinate representation of color #777A41: hue angle of 63.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777A41 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 65 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.52 |
| HSL | 63.16º | 0.3% | 0.37% | - |
| HSV(B) | 63.16º | 0.47% | 0.48% | - |
| XYZ | 15.52 | 18.22 | 7.7 | - |
| YUV | 114.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 65 | 0.02 | 0 | 0.47 | 0.52 | 63.16 | 0.3 | 0.37 |
| Hex | 77 | 7A | 41 | 2 | 0 | 2F | 34 | 3F | 1E | 25 |
| Octal | 167 | 172 | 101 | 2 | 0 | 57 | 64 | 77 | 36 | 45 |
| Binary | 1110111 | 1111010 | 1000001 | 10 | 0 | 101111 | 110100 | 111111 | 11110 | 100101 |
Color Harmonies of #777A41
Complementary color
Monochromatic Colors of #777A41
Black with #777A41
Text Example
Text Example
White with #777A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A41; }
p { color: rgb(119,122,65); }
H1.HeaderClassName
{
color: #777A41;
}
.AnyTagClassName
{
color: #777A41;
}
</style>
background-color css
<style>
a { background-color: #777A41; }
a { background-color: rgb(119,122,65); }
div.DivClassName
{
background-color: #777A41;
}
.BgClassName
{
background-color: #777A41;
}
</style>
border-color css
<style>
span { border-color: #777A41; }
span { border-color: rgb(119,122,65); }
td.TdClassName
{
border-color: #777A41;
}
.TagClassName
{
border-color: #777A41;
}
</style>