Shades of Finch #777C64
Tints of Finch #777C64
RGB
CMYK
RGB Variations
Color information
#777C64 (or 0x777C64) is known color: Finch. HEX triplet: 77, 7C and 64. RGB value is (119,124,100). Sum of RGB (Red+Green+Blue) = 119+124+100=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 124 - color contains mainly: green. Hex color #777C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C64 is #88839B. Grayscale: #777777. Windows color (decimal): -8946588 or 6585463. OLE color: 6585463.
HSL color Cylindrical-coordinate representation of color #777C64: hue angle of 72.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777C64 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 100 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.51 |
| HSL | 72.5º | 0.11% | 0.44% | - |
| HSV(B) | 72.5º | 0.19% | 0.49% | - |
| XYZ | 17.12 | 19.26 | 14.87 | - |
| YUV | 119.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 100 | 0.04 | 0 | 0.19 | 0.51 | 72.5 | 0.11 | 0.44 |
| Hex | 77 | 7C | 64 | 4 | 0 | 13 | 33 | 48 | B | 2C |
| Octal | 167 | 174 | 144 | 4 | 0 | 23 | 63 | 110 | 13 | 54 |
| Binary | 1110111 | 1111100 | 1100100 | 100 | 0 | 10011 | 110011 | 1001000 | 1011 | 101100 |
Color Harmonies of #777C64
Complementary color
Monochromatic Colors of #777C64
Black with #777C64
Text Example
Text Example
White with #777C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C64; }
p { color: rgb(119,124,100); }
H1.HeaderClassName
{
color: #777C64;
}
.AnyTagClassName
{
color: #777C64;
}
</style>
background-color css
<style>
a { background-color: #777C64; }
a { background-color: rgb(119,124,100); }
div.DivClassName
{
background-color: #777C64;
}
.BgClassName
{
background-color: #777C64;
}
</style>
border-color css
<style>
span { border-color: #777C64; }
span { border-color: rgb(119,124,100); }
td.TdClassName
{
border-color: #777C64;
}
.TagClassName
{
border-color: #777C64;
}
</style>