Shades of Finch #77785E
Tints of Finch #77785E
RGB
CMYK
RGB Variations
Color information
#77785E (or 0x77785E) is known color: Finch. HEX triplet: 77, 78 and 5E. RGB value is (119,120,94). Sum of RGB (Red+Green+Blue) = 119+120+94=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #77785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77785E is #8887A1. Grayscale: #747474. Windows color (decimal): -8947618 or 6191223. OLE color: 6191223.
HSL color Cylindrical-coordinate representation of color #77785E: hue angle of 62.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77785E is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 94 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.53 |
| HSL | 62.31º | 0.12% | 0.42% | - |
| HSV(B) | 62.31º | 0.22% | 0.47% | - |
| XYZ | 16.34 | 18.16 | 13.23 | - |
| YUV | 116.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 94 | 0.01 | 0 | 0.22 | 0.53 | 62.31 | 0.12 | 0.42 |
| Hex | 77 | 78 | 5E | 1 | 0 | 16 | 35 | 3E | C | 2A |
| Octal | 167 | 170 | 136 | 1 | 0 | 26 | 65 | 76 | 14 | 52 |
| Binary | 1110111 | 1111000 | 1011110 | 1 | 0 | 10110 | 110101 | 111110 | 1100 | 101010 |
Color Harmonies of #77785E
Complementary color
Monochromatic Colors of #77785E
Black with #77785E
Text Example
Text Example
White with #77785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77785E; }
p { color: rgb(119,120,94); }
H1.HeaderClassName
{
color: #77785E;
}
.AnyTagClassName
{
color: #77785E;
}
</style>
background-color css
<style>
a { background-color: #77785E; }
a { background-color: rgb(119,120,94); }
div.DivClassName
{
background-color: #77785E;
}
.BgClassName
{
background-color: #77785E;
}
</style>
border-color css
<style>
span { border-color: #77785E; }
span { border-color: rgb(119,120,94); }
td.TdClassName
{
border-color: #77785E;
}
.TagClassName
{
border-color: #77785E;
}
</style>