Shades of Finch #777D44
Tints of Finch #777D44
RGB
CMYK
RGB Variations
Color information
#777D44 (or 0x777D44) is known color: Finch. HEX triplet: 77, 7D and 44. RGB value is (119,125,68). Sum of RGB (Red+Green+Blue) = 119+125+68=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 125 - color contains mainly: green. Hex color #777D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D44 is #8882BB. Grayscale: #747474. Windows color (decimal): -8946364 or 4488567. OLE color: 4488567.
HSL color Cylindrical-coordinate representation of color #777D44: hue angle of 66.32º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777D44 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 68 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.51 |
| HSL | 66.32º | 0.3% | 0.38% | - |
| HSV(B) | 66.32º | 0.46% | 0.49% | - |
| XYZ | 15.98 | 19.01 | 8.29 | - |
| YUV | 116.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 68 | 0.05 | 0 | 0.46 | 0.51 | 66.32 | 0.3 | 0.38 |
| Hex | 77 | 7D | 44 | 5 | 0 | 2E | 33 | 42 | 1E | 26 |
| Octal | 167 | 175 | 104 | 5 | 0 | 56 | 63 | 102 | 36 | 46 |
| Binary | 1110111 | 1111101 | 1000100 | 101 | 0 | 101110 | 110011 | 1000010 | 11110 | 100110 |
Color Harmonies of #777D44
Complementary color
Monochromatic Colors of #777D44
Black with #777D44
Text Example
Text Example
White with #777D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D44; }
p { color: rgb(119,125,68); }
H1.HeaderClassName
{
color: #777D44;
}
.AnyTagClassName
{
color: #777D44;
}
</style>
background-color css
<style>
a { background-color: #777D44; }
a { background-color: rgb(119,125,68); }
div.DivClassName
{
background-color: #777D44;
}
.BgClassName
{
background-color: #777D44;
}
</style>
border-color css
<style>
span { border-color: #777D44; }
span { border-color: rgb(119,125,68); }
td.TdClassName
{
border-color: #777D44;
}
.TagClassName
{
border-color: #777D44;
}
</style>