Shades of Finch #777856
Tints of Finch #777856
RGB
CMYK
RGB Variations
Color information
#777856 (or 0x777856) is known color: Finch. HEX triplet: 77, 78 and 56. RGB value is (119,120,86). Sum of RGB (Red+Green+Blue) = 119+120+86=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #777856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777856 is #8887A9. Grayscale: #737373. Windows color (decimal): -8947626 or 5666935. OLE color: 5666935.
HSL color Cylindrical-coordinate representation of color #777856: hue angle of 61.76º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #777856 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 86 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.53 |
| HSL | 61.76º | 0.17% | 0.4% | - |
| HSV(B) | 61.76º | 0.28% | 0.47% | - |
| XYZ | 16 | 18.03 | 11.44 | - |
| YUV | 115.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 86 | 0.01 | 0 | 0.28 | 0.53 | 61.76 | 0.17 | 0.4 |
| Hex | 77 | 78 | 56 | 1 | 0 | 1C | 35 | 3E | 11 | 28 |
| Octal | 167 | 170 | 126 | 1 | 0 | 34 | 65 | 76 | 21 | 50 |
| Binary | 1110111 | 1111000 | 1010110 | 1 | 0 | 11100 | 110101 | 111110 | 10001 | 101000 |
Color Harmonies of #777856
Complementary color
Monochromatic Colors of #777856
Black with #777856
Text Example
Text Example
White with #777856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777856; }
p { color: rgb(119,120,86); }
H1.HeaderClassName
{
color: #777856;
}
.AnyTagClassName
{
color: #777856;
}
</style>
background-color css
<style>
a { background-color: #777856; }
a { background-color: rgb(119,120,86); }
div.DivClassName
{
background-color: #777856;
}
.BgClassName
{
background-color: #777856;
}
</style>
border-color css
<style>
span { border-color: #777856; }
span { border-color: rgb(119,120,86); }
td.TdClassName
{
border-color: #777856;
}
.TagClassName
{
border-color: #777856;
}
</style>