Shades of Finch #778145
Tints of Finch #778145
RGB
CMYK
RGB Variations
Color information
#778145 (or 0x778145) is known color: Finch. HEX triplet: 77, 81 and 45. RGB value is (119,129,69). Sum of RGB (Red+Green+Blue) = 119+129+69=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #778145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778145 is #887EBA. Grayscale: #777777. Windows color (decimal): -8945339 or 4555127. OLE color: 4555127.
HSL color Cylindrical-coordinate representation of color #778145: hue angle of 70º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778145 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 69 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.49 |
| HSL | 70º | 0.3% | 0.39% | - |
| HSV(B) | 70º | 0.47% | 0.51% | - |
| XYZ | 16.53 | 20.05 | 8.63 | - |
| YUV | 119.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 69 | 0.08 | 0 | 0.47 | 0.49 | 70 | 0.3 | 0.39 |
| Hex | 77 | 81 | 45 | 8 | 0 | 2F | 31 | 46 | 1E | 27 |
| Octal | 167 | 201 | 105 | 10 | 0 | 57 | 61 | 106 | 36 | 47 |
| Binary | 1110111 | 10000001 | 1000101 | 1000 | 0 | 101111 | 110001 | 1000110 | 11110 | 100111 |
Color Harmonies of #778145
Complementary color
Monochromatic Colors of #778145
Black with #778145
Text Example
Text Example
White with #778145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778145; }
p { color: rgb(119,129,69); }
H1.HeaderClassName
{
color: #778145;
}
.AnyTagClassName
{
color: #778145;
}
</style>
background-color css
<style>
a { background-color: #778145; }
a { background-color: rgb(119,129,69); }
div.DivClassName
{
background-color: #778145;
}
.BgClassName
{
background-color: #778145;
}
</style>
border-color css
<style>
span { border-color: #778145; }
span { border-color: rgb(119,129,69); }
td.TdClassName
{
border-color: #778145;
}
.TagClassName
{
border-color: #778145;
}
</style>