Shades of Finch #778044
Tints of Finch #778044
RGB
CMYK
RGB Variations
Color information
#778044 (or 0x778044) is known color: Finch. HEX triplet: 77, 80 and 44. RGB value is (119,128,68). Sum of RGB (Red+Green+Blue) = 119+128+68=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #778044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778044 is #887FBB. Grayscale: #767676. Windows color (decimal): -8945596 or 4489335. OLE color: 4489335.
HSL color Cylindrical-coordinate representation of color #778044: hue angle of 69º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778044 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 68 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.50 |
| HSL | 69º | 0.31% | 0.38% | - |
| HSV(B) | 69º | 0.47% | 0.5% | - |
| XYZ | 16.37 | 19.78 | 8.42 | - |
| YUV | 118.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 68 | 0.07 | 0 | 0.47 | 0.50 | 69 | 0.31 | 0.38 |
| Hex | 77 | 80 | 44 | 7 | 0 | 2F | 32 | 45 | 1F | 26 |
| Octal | 167 | 200 | 104 | 7 | 0 | 57 | 62 | 105 | 37 | 46 |
| Binary | 1110111 | 10000000 | 1000100 | 111 | 0 | 101111 | 110010 | 1000101 | 11111 | 100110 |
Color Harmonies of #778044
Complementary color
Monochromatic Colors of #778044
Black with #778044
Text Example
Text Example
White with #778044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778044; }
p { color: rgb(119,128,68); }
H1.HeaderClassName
{
color: #778044;
}
.AnyTagClassName
{
color: #778044;
}
</style>
background-color css
<style>
a { background-color: #778044; }
a { background-color: rgb(119,128,68); }
div.DivClassName
{
background-color: #778044;
}
.BgClassName
{
background-color: #778044;
}
</style>
border-color css
<style>
span { border-color: #778044; }
span { border-color: rgb(119,128,68); }
td.TdClassName
{
border-color: #778044;
}
.TagClassName
{
border-color: #778044;
}
</style>