Shades of Finch #77804E
Tints of Finch #77804E
RGB
CMYK
RGB Variations
Color information
#77804E (or 0x77804E) is known color: Finch. HEX triplet: 77, 80 and 4E. RGB value is (119,128,78). Sum of RGB (Red+Green+Blue) = 119+128+78=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #77804E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77804E is #887FB1. Grayscale: #777777. Windows color (decimal): -8945586 or 5144695. OLE color: 5144695.
HSL color Cylindrical-coordinate representation of color #77804E: hue angle of 70.8º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77804E is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 78 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.50 |
| HSL | 70.8º | 0.24% | 0.4% | - |
| HSV(B) | 70.8º | 0.39% | 0.5% | - |
| XYZ | 16.7 | 19.91 | 10.17 | - |
| YUV | 119.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 78 | 0.07 | 0 | 0.39 | 0.50 | 70.8 | 0.24 | 0.4 |
| Hex | 77 | 80 | 4E | 7 | 0 | 27 | 32 | 47 | 18 | 28 |
| Octal | 167 | 200 | 116 | 7 | 0 | 47 | 62 | 107 | 30 | 50 |
| Binary | 1110111 | 10000000 | 1001110 | 111 | 0 | 100111 | 110010 | 1000111 | 11000 | 101000 |
Color Harmonies of #77804E
Complementary color
Monochromatic Colors of #77804E
Black with #77804E
Text Example
Text Example
White with #77804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77804E; }
p { color: rgb(119,128,78); }
H1.HeaderClassName
{
color: #77804E;
}
.AnyTagClassName
{
color: #77804E;
}
</style>
background-color css
<style>
a { background-color: #77804E; }
a { background-color: rgb(119,128,78); }
div.DivClassName
{
background-color: #77804E;
}
.BgClassName
{
background-color: #77804E;
}
</style>
border-color css
<style>
span { border-color: #77804E; }
span { border-color: rgb(119,128,78); }
td.TdClassName
{
border-color: #77804E;
}
.TagClassName
{
border-color: #77804E;
}
</style>