Shades of Finch #778256
Tints of Finch #778256
RGB
CMYK
RGB Variations
Color information
#778256 (or 0x778256) is known color: Finch. HEX triplet: 77, 82 and 56. RGB value is (119,130,86). Sum of RGB (Red+Green+Blue) = 119+130+86=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #778256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778256 is #887DA9. Grayscale: #797979. Windows color (decimal): -8945066 or 5669495. OLE color: 5669495.
HSL color Cylindrical-coordinate representation of color #778256: hue angle of 75º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778256 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 86 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.49 |
| HSL | 75º | 0.2% | 0.42% | - |
| HSV(B) | 75º | 0.34% | 0.51% | - |
| XYZ | 17.27 | 20.56 | 11.86 | - |
| YUV | 121.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 86 | 0.08 | 0 | 0.34 | 0.49 | 75 | 0.2 | 0.42 |
| Hex | 77 | 82 | 56 | 8 | 0 | 22 | 31 | 4B | 14 | 2A |
| Octal | 167 | 202 | 126 | 10 | 0 | 42 | 61 | 113 | 24 | 52 |
| Binary | 1110111 | 10000010 | 1010110 | 1000 | 0 | 100010 | 110001 | 1001011 | 10100 | 101010 |
Color Harmonies of #778256
Complementary color
Monochromatic Colors of #778256
Black with #778256
Text Example
Text Example
White with #778256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778256; }
p { color: rgb(119,130,86); }
H1.HeaderClassName
{
color: #778256;
}
.AnyTagClassName
{
color: #778256;
}
</style>
background-color css
<style>
a { background-color: #778256; }
a { background-color: rgb(119,130,86); }
div.DivClassName
{
background-color: #778256;
}
.BgClassName
{
background-color: #778256;
}
</style>
border-color css
<style>
span { border-color: #778256; }
span { border-color: rgb(119,130,86); }
td.TdClassName
{
border-color: #778256;
}
.TagClassName
{
border-color: #778256;
}
</style>