Shades of Finch #777C62
Tints of Finch #777C62
RGB
CMYK
RGB Variations
Color information
#777C62 (or 0x777C62) is known color: Finch. HEX triplet: 77, 7C and 62. RGB value is (119,124,98). Sum of RGB (Red+Green+Blue) = 119+124+98=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #777C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C62 is #88839D. Grayscale: #777777. Windows color (decimal): -8946590 or 6454391. OLE color: 6454391.
HSL color Cylindrical-coordinate representation of color #777C62: hue angle of 71.54º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777C62 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 98 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.51 |
| HSL | 71.54º | 0.12% | 0.44% | - |
| HSV(B) | 71.54º | 0.21% | 0.49% | - |
| XYZ | 17.02 | 19.22 | 14.37 | - |
| YUV | 119.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 98 | 0.04 | 0 | 0.21 | 0.51 | 71.54 | 0.12 | 0.44 |
| Hex | 77 | 7C | 62 | 4 | 0 | 15 | 33 | 48 | C | 2C |
| Octal | 167 | 174 | 142 | 4 | 0 | 25 | 63 | 110 | 14 | 54 |
| Binary | 1110111 | 1111100 | 1100010 | 100 | 0 | 10101 | 110011 | 1001000 | 1100 | 101100 |
Color Harmonies of #777C62
Complementary color
Monochromatic Colors of #777C62
Black with #777C62
Text Example
Text Example
White with #777C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C62; }
p { color: rgb(119,124,98); }
H1.HeaderClassName
{
color: #777C62;
}
.AnyTagClassName
{
color: #777C62;
}
</style>
background-color css
<style>
a { background-color: #777C62; }
a { background-color: rgb(119,124,98); }
div.DivClassName
{
background-color: #777C62;
}
.BgClassName
{
background-color: #777C62;
}
</style>
border-color css
<style>
span { border-color: #777C62; }
span { border-color: rgb(119,124,98); }
td.TdClassName
{
border-color: #777C62;
}
.TagClassName
{
border-color: #777C62;
}
</style>