Shades of Finch #778057
Tints of Finch #778057
RGB
CMYK
RGB Variations
Color information
#778057 (or 0x778057) is known color: Finch. HEX triplet: 77, 80 and 57. RGB value is (119,128,87). Sum of RGB (Red+Green+Blue) = 119+128+87=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #778057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778057 is #887FA8. Grayscale: #787878. Windows color (decimal): -8945577 or 5734519. OLE color: 5734519.
HSL color Cylindrical-coordinate representation of color #778057: hue angle of 73.17º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778057 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 87 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.50 |
| HSL | 73.17º | 0.19% | 0.42% | - |
| HSV(B) | 73.17º | 0.32% | 0.5% | - |
| XYZ | 17.05 | 20.05 | 11.99 | - |
| YUV | 120.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 87 | 0.07 | 0 | 0.32 | 0.50 | 73.17 | 0.19 | 0.42 |
| Hex | 77 | 80 | 57 | 7 | 0 | 20 | 32 | 49 | 13 | 2A |
| Octal | 167 | 200 | 127 | 7 | 0 | 40 | 62 | 111 | 23 | 52 |
| Binary | 1110111 | 10000000 | 1010111 | 111 | 0 | 100000 | 110010 | 1001001 | 10011 | 101010 |
Color Harmonies of #778057
Complementary color
Monochromatic Colors of #778057
Black with #778057
Text Example
Text Example
White with #778057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778057; }
p { color: rgb(119,128,87); }
H1.HeaderClassName
{
color: #778057;
}
.AnyTagClassName
{
color: #778057;
}
</style>
background-color css
<style>
a { background-color: #778057; }
a { background-color: rgb(119,128,87); }
div.DivClassName
{
background-color: #778057;
}
.BgClassName
{
background-color: #778057;
}
</style>
border-color css
<style>
span { border-color: #778057; }
span { border-color: rgb(119,128,87); }
td.TdClassName
{
border-color: #778057;
}
.TagClassName
{
border-color: #778057;
}
</style>