Shades of Finch #778655
Tints of Finch #778655
RGB
CMYK
RGB Variations
Color information
#778655 (or 0x778655) is known color: Finch. HEX triplet: 77, 86 and 55. RGB value is (119,134,85). Sum of RGB (Red+Green+Blue) = 119+134+85=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #778655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778655 is #8879AA. Grayscale: #7C7C7C. Windows color (decimal): -8944043 or 5604983. OLE color: 5604983.
HSL color Cylindrical-coordinate representation of color #778655: hue angle of 78.37º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778655 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 85 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.47 |
| HSL | 78.37º | 0.22% | 0.43% | - |
| HSV(B) | 78.37º | 0.37% | 0.53% | - |
| XYZ | 17.77 | 21.63 | 11.83 | - |
| YUV | 123.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 85 | 0.11 | 0 | 0.37 | 0.47 | 78.37 | 0.22 | 0.43 |
| Hex | 77 | 86 | 55 | B | 0 | 25 | 2F | 4E | 16 | 2B |
| Octal | 167 | 206 | 125 | 13 | 0 | 45 | 57 | 116 | 26 | 53 |
| Binary | 1110111 | 10000110 | 1010101 | 1011 | 0 | 100101 | 101111 | 1001110 | 10110 | 101011 |
Color Harmonies of #778655
Complementary color
Monochromatic Colors of #778655
Black with #778655
Text Example
Text Example
White with #778655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778655; }
p { color: rgb(119,134,85); }
H1.HeaderClassName
{
color: #778655;
}
.AnyTagClassName
{
color: #778655;
}
</style>
background-color css
<style>
a { background-color: #778655; }
a { background-color: rgb(119,134,85); }
div.DivClassName
{
background-color: #778655;
}
.BgClassName
{
background-color: #778655;
}
</style>
border-color css
<style>
span { border-color: #778655; }
span { border-color: rgb(119,134,85); }
td.TdClassName
{
border-color: #778655;
}
.TagClassName
{
border-color: #778655;
}
</style>