Shades of Finch #777D62
Tints of Finch #777D62
RGB
CMYK
RGB Variations
Color information
#777D62 (or 0x777D62) is known color: Finch. HEX triplet: 77, 7D and 62. RGB value is (119,125,98). Sum of RGB (Red+Green+Blue) = 119+125+98=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 125 - color contains mainly: green. Hex color #777D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D62 is #88829D. Grayscale: #787878. Windows color (decimal): -8946334 or 6454647. OLE color: 6454647.
HSL color Cylindrical-coordinate representation of color #777D62: hue angle of 73.33º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #777D62 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 98 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.51 |
| HSL | 73.33º | 0.12% | 0.44% | - |
| HSV(B) | 73.33º | 0.22% | 0.49% | - |
| XYZ | 17.15 | 19.47 | 14.41 | - |
| YUV | 120.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 98 | 0.05 | 0 | 0.22 | 0.51 | 73.33 | 0.12 | 0.44 |
| Hex | 77 | 7D | 62 | 5 | 0 | 16 | 33 | 49 | C | 2C |
| Octal | 167 | 175 | 142 | 5 | 0 | 26 | 63 | 111 | 14 | 54 |
| Binary | 1110111 | 1111101 | 1100010 | 101 | 0 | 10110 | 110011 | 1001001 | 1100 | 101100 |
Color Harmonies of #777D62
Complementary color
Monochromatic Colors of #777D62
Black with #777D62
Text Example
Text Example
White with #777D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D62; }
p { color: rgb(119,125,98); }
H1.HeaderClassName
{
color: #777D62;
}
.AnyTagClassName
{
color: #777D62;
}
</style>
background-color css
<style>
a { background-color: #777D62; }
a { background-color: rgb(119,125,98); }
div.DivClassName
{
background-color: #777D62;
}
.BgClassName
{
background-color: #777D62;
}
</style>
border-color css
<style>
span { border-color: #777D62; }
span { border-color: rgb(119,125,98); }
td.TdClassName
{
border-color: #777D62;
}
.TagClassName
{
border-color: #777D62;
}
</style>