Shades of Finch #777A60
Tints of Finch #777A60
RGB
CMYK
RGB Variations
Color information
#777A60 (or 0x777A60) is known color: Finch. HEX triplet: 77, 7A and 60. RGB value is (119,122,96). Sum of RGB (Red+Green+Blue) = 119+122+96=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 122 - color contains mainly: green. Hex color #777A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A60 is #88859F. Grayscale: #767676. Windows color (decimal): -8947104 or 6322807. OLE color: 6322807.
HSL color Cylindrical-coordinate representation of color #777A60: hue angle of 66.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777A60 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 96 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.52 |
| HSL | 66.92º | 0.12% | 0.43% | - |
| HSV(B) | 66.92º | 0.21% | 0.48% | - |
| XYZ | 16.68 | 18.69 | 13.79 | - |
| YUV | 118.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 96 | 0.02 | 0 | 0.21 | 0.52 | 66.92 | 0.12 | 0.43 |
| Hex | 77 | 7A | 60 | 2 | 0 | 15 | 34 | 43 | C | 2B |
| Octal | 167 | 172 | 140 | 2 | 0 | 25 | 64 | 103 | 14 | 53 |
| Binary | 1110111 | 1111010 | 1100000 | 10 | 0 | 10101 | 110100 | 1000011 | 1100 | 101011 |
Color Harmonies of #777A60
Complementary color
Monochromatic Colors of #777A60
Black with #777A60
Text Example
Text Example
White with #777A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A60; }
p { color: rgb(119,122,96); }
H1.HeaderClassName
{
color: #777A60;
}
.AnyTagClassName
{
color: #777A60;
}
</style>
background-color css
<style>
a { background-color: #777A60; }
a { background-color: rgb(119,122,96); }
div.DivClassName
{
background-color: #777A60;
}
.BgClassName
{
background-color: #777A60;
}
</style>
border-color css
<style>
span { border-color: #777A60; }
span { border-color: rgb(119,122,96); }
td.TdClassName
{
border-color: #777A60;
}
.TagClassName
{
border-color: #777A60;
}
</style>