Shades of Finch #778159
Tints of Finch #778159
RGB
CMYK
RGB Variations
Color information
#778159 (or 0x778159) is known color: Finch. HEX triplet: 77, 81 and 59. RGB value is (119,129,89). Sum of RGB (Red+Green+Blue) = 119+129+89=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #778159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778159 is #887EA6. Grayscale: #797979. Windows color (decimal): -8945319 or 5865847. OLE color: 5865847.
HSL color Cylindrical-coordinate representation of color #778159: hue angle of 75º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #778159 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 89 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.49 |
| HSL | 75º | 0.18% | 0.43% | - |
| HSV(B) | 75º | 0.31% | 0.51% | - |
| XYZ | 17.26 | 20.34 | 12.47 | - |
| YUV | 121.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 89 | 0.08 | 0 | 0.31 | 0.49 | 75 | 0.18 | 0.43 |
| Hex | 77 | 81 | 59 | 8 | 0 | 1F | 31 | 4B | 12 | 2B |
| Octal | 167 | 201 | 131 | 10 | 0 | 37 | 61 | 113 | 22 | 53 |
| Binary | 1110111 | 10000001 | 1011001 | 1000 | 0 | 11111 | 110001 | 1001011 | 10010 | 101011 |
Color Harmonies of #778159
Complementary color
Monochromatic Colors of #778159
Black with #778159
Text Example
Text Example
White with #778159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778159; }
p { color: rgb(119,129,89); }
H1.HeaderClassName
{
color: #778159;
}
.AnyTagClassName
{
color: #778159;
}
</style>
background-color css
<style>
a { background-color: #778159; }
a { background-color: rgb(119,129,89); }
div.DivClassName
{
background-color: #778159;
}
.BgClassName
{
background-color: #778159;
}
</style>
border-color css
<style>
span { border-color: #778159; }
span { border-color: rgb(119,129,89); }
td.TdClassName
{
border-color: #778159;
}
.TagClassName
{
border-color: #778159;
}
</style>