Shades of Finch #778160
Tints of Finch #778160
RGB
CMYK
RGB Variations
Color information
#778160 (or 0x778160) is known color: Finch. HEX triplet: 77, 81 and 60. RGB value is (119,129,96). Sum of RGB (Red+Green+Blue) = 119+129+96=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #778160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778160 is #887E9F. Grayscale: #7A7A7A. Windows color (decimal): -8945312 or 6324599. OLE color: 6324599.
HSL color Cylindrical-coordinate representation of color #778160: hue angle of 78.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #778160 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 96 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.49 |
| HSL | 78.18º | 0.15% | 0.44% | - |
| HSV(B) | 78.18º | 0.26% | 0.51% | - |
| XYZ | 17.57 | 20.47 | 14.09 | - |
| YUV | 122.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 96 | 0.08 | 0 | 0.26 | 0.49 | 78.18 | 0.15 | 0.44 |
| Hex | 77 | 81 | 60 | 8 | 0 | 1A | 31 | 4E | F | 2C |
| Octal | 167 | 201 | 140 | 10 | 0 | 32 | 61 | 116 | 17 | 54 |
| Binary | 1110111 | 10000001 | 1100000 | 1000 | 0 | 11010 | 110001 | 1001110 | 1111 | 101100 |
Color Harmonies of #778160
Complementary color
Monochromatic Colors of #778160
Black with #778160
Text Example
Text Example
White with #778160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778160; }
p { color: rgb(119,129,96); }
H1.HeaderClassName
{
color: #778160;
}
.AnyTagClassName
{
color: #778160;
}
</style>
background-color css
<style>
a { background-color: #778160; }
a { background-color: rgb(119,129,96); }
div.DivClassName
{
background-color: #778160;
}
.BgClassName
{
background-color: #778160;
}
</style>
border-color css
<style>
span { border-color: #778160; }
span { border-color: rgb(119,129,96); }
td.TdClassName
{
border-color: #778160;
}
.TagClassName
{
border-color: #778160;
}
</style>