Shades of Finch #777A4C
Tints of Finch #777A4C
RGB
CMYK
RGB Variations
Color information
#777A4C (or 0x777A4C) is known color: Finch. HEX triplet: 77, 7A and 4C. RGB value is (119,122,76). Sum of RGB (Red+Green+Blue) = 119+122+76=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 122 - color contains mainly: green. Hex color #777A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A4C is #8885B3. Grayscale: #747474. Windows color (decimal): -8947124 or 5012087. OLE color: 5012087.
HSL color Cylindrical-coordinate representation of color #777A4C: hue angle of 63.91º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777A4C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 76 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.52 |
| HSL | 63.91º | 0.23% | 0.39% | - |
| HSV(B) | 63.91º | 0.38% | 0.48% | - |
| XYZ | 15.87 | 18.36 | 9.55 | - |
| YUV | 115.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 76 | 0.02 | 0 | 0.38 | 0.52 | 63.91 | 0.23 | 0.39 |
| Hex | 77 | 7A | 4C | 2 | 0 | 26 | 34 | 40 | 17 | 27 |
| Octal | 167 | 172 | 114 | 2 | 0 | 46 | 64 | 100 | 27 | 47 |
| Binary | 1110111 | 1111010 | 1001100 | 10 | 0 | 100110 | 110100 | 1000000 | 10111 | 100111 |
Color Harmonies of #777A4C
Complementary color
Monochromatic Colors of #777A4C
Black with #777A4C
Text Example
Text Example
White with #777A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A4C; }
p { color: rgb(119,122,76); }
H1.HeaderClassName
{
color: #777A4C;
}
.AnyTagClassName
{
color: #777A4C;
}
</style>
background-color css
<style>
a { background-color: #777A4C; }
a { background-color: rgb(119,122,76); }
div.DivClassName
{
background-color: #777A4C;
}
.BgClassName
{
background-color: #777A4C;
}
</style>
border-color css
<style>
span { border-color: #777A4C; }
span { border-color: rgb(119,122,76); }
td.TdClassName
{
border-color: #777A4C;
}
.TagClassName
{
border-color: #777A4C;
}
</style>