Shades of Finch #778246
Tints of Finch #778246
RGB
CMYK
RGB Variations
Color information
#778246 (or 0x778246) is known color: Finch. HEX triplet: 77, 82 and 46. RGB value is (119,130,70). Sum of RGB (Red+Green+Blue) = 119+130+70=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #778246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778246 is #887DB9. Grayscale: #787878. Windows color (decimal): -8945082 or 4620919. OLE color: 4620919.
HSL color Cylindrical-coordinate representation of color #778246: hue angle of 71º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778246 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 70 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.49 |
| HSL | 71º | 0.3% | 0.39% | - |
| HSV(B) | 71º | 0.46% | 0.51% | - |
| XYZ | 16.7 | 20.33 | 8.84 | - |
| YUV | 119.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 70 | 0.08 | 0 | 0.46 | 0.49 | 71 | 0.3 | 0.39 |
| Hex | 77 | 82 | 46 | 8 | 0 | 2E | 31 | 47 | 1E | 27 |
| Octal | 167 | 202 | 106 | 10 | 0 | 56 | 61 | 107 | 36 | 47 |
| Binary | 1110111 | 10000010 | 1000110 | 1000 | 0 | 101110 | 110001 | 1000111 | 11110 | 100111 |
Color Harmonies of #778246
Complementary color
Monochromatic Colors of #778246
Black with #778246
Text Example
Text Example
White with #778246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778246; }
p { color: rgb(119,130,70); }
H1.HeaderClassName
{
color: #778246;
}
.AnyTagClassName
{
color: #778246;
}
</style>
background-color css
<style>
a { background-color: #778246; }
a { background-color: rgb(119,130,70); }
div.DivClassName
{
background-color: #778246;
}
.BgClassName
{
background-color: #778246;
}
</style>
border-color css
<style>
span { border-color: #778246; }
span { border-color: rgb(119,130,70); }
td.TdClassName
{
border-color: #778246;
}
.TagClassName
{
border-color: #778246;
}
</style>