Shades of Finch #778148
Tints of Finch #778148
RGB
CMYK
RGB Variations
Color information
#778148 (or 0x778148) is known color: Finch. HEX triplet: 77, 81 and 48. RGB value is (119,129,72). Sum of RGB (Red+Green+Blue) = 119+129+72=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #778148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778148 is #887EB7. Grayscale: #777777. Windows color (decimal): -8945336 or 4751735. OLE color: 4751735.
HSL color Cylindrical-coordinate representation of color #778148: hue angle of 70.53º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #778148 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 72 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.49 |
| HSL | 70.53º | 0.28% | 0.39% | - |
| HSV(B) | 70.53º | 0.44% | 0.51% | - |
| XYZ | 16.63 | 20.09 | 9.13 | - |
| YUV | 119.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 72 | 0.08 | 0 | 0.44 | 0.49 | 70.53 | 0.28 | 0.39 |
| Hex | 77 | 81 | 48 | 8 | 0 | 2C | 31 | 47 | 1C | 27 |
| Octal | 167 | 201 | 110 | 10 | 0 | 54 | 61 | 107 | 34 | 47 |
| Binary | 1110111 | 10000001 | 1001000 | 1000 | 0 | 101100 | 110001 | 1000111 | 11100 | 100111 |
Color Harmonies of #778148
Complementary color
Monochromatic Colors of #778148
Black with #778148
Text Example
Text Example
White with #778148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778148; }
p { color: rgb(119,129,72); }
H1.HeaderClassName
{
color: #778148;
}
.AnyTagClassName
{
color: #778148;
}
</style>
background-color css
<style>
a { background-color: #778148; }
a { background-color: rgb(119,129,72); }
div.DivClassName
{
background-color: #778148;
}
.BgClassName
{
background-color: #778148;
}
</style>
border-color css
<style>
span { border-color: #778148; }
span { border-color: rgb(119,129,72); }
td.TdClassName
{
border-color: #778148;
}
.TagClassName
{
border-color: #778148;
}
</style>