Shades of Finch #778355
Tints of Finch #778355
RGB
CMYK
RGB Variations
Color information
#778355 (or 0x778355) is known color: Finch. HEX triplet: 77, 83 and 55. RGB value is (119,131,85). Sum of RGB (Red+Green+Blue) = 119+131+85=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #778355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778355 is #887CAA. Grayscale: #7A7A7A. Windows color (decimal): -8944811 or 5604215. OLE color: 5604215.
HSL color Cylindrical-coordinate representation of color #778355: hue angle of 75.65º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #778355 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 85 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.49 |
| HSL | 75.65º | 0.21% | 0.42% | - |
| HSV(B) | 75.65º | 0.35% | 0.51% | - |
| XYZ | 17.36 | 20.81 | 11.7 | - |
| YUV | 122.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 85 | 0.09 | 0 | 0.35 | 0.49 | 75.65 | 0.21 | 0.42 |
| Hex | 77 | 83 | 55 | 9 | 0 | 23 | 31 | 4C | 15 | 2A |
| Octal | 167 | 203 | 125 | 11 | 0 | 43 | 61 | 114 | 25 | 52 |
| Binary | 1110111 | 10000011 | 1010101 | 1001 | 0 | 100011 | 110001 | 1001100 | 10101 | 101010 |
Color Harmonies of #778355
Complementary color
Monochromatic Colors of #778355
Black with #778355
Text Example
Text Example
White with #778355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778355; }
p { color: rgb(119,131,85); }
H1.HeaderClassName
{
color: #778355;
}
.AnyTagClassName
{
color: #778355;
}
</style>
background-color css
<style>
a { background-color: #778355; }
a { background-color: rgb(119,131,85); }
div.DivClassName
{
background-color: #778355;
}
.BgClassName
{
background-color: #778355;
}
</style>
border-color css
<style>
span { border-color: #778355; }
span { border-color: rgb(119,131,85); }
td.TdClassName
{
border-color: #778355;
}
.TagClassName
{
border-color: #778355;
}
</style>