Shades of Finch #778649
Tints of Finch #778649
RGB
CMYK
RGB Variations
Color information
#778649 (or 0x778649) is known color: Finch. HEX triplet: 77, 86 and 49. RGB value is (119,134,73). Sum of RGB (Red+Green+Blue) = 119+134+73=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #778649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778649 is #8879B6. Grayscale: #7A7A7A. Windows color (decimal): -8944055 or 4818551. OLE color: 4818551.
HSL color Cylindrical-coordinate representation of color #778649: hue angle of 74.75º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778649 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 73 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.47 |
| HSL | 74.75º | 0.29% | 0.41% | - |
| HSV(B) | 74.75º | 0.46% | 0.53% | - |
| XYZ | 17.34 | 21.45 | 9.53 | - |
| YUV | 122.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 73 | 0.11 | 0 | 0.46 | 0.47 | 74.75 | 0.29 | 0.41 |
| Hex | 77 | 86 | 49 | B | 0 | 2E | 2F | 4B | 1D | 29 |
| Octal | 167 | 206 | 111 | 13 | 0 | 56 | 57 | 113 | 35 | 51 |
| Binary | 1110111 | 10000110 | 1001001 | 1011 | 0 | 101110 | 101111 | 1001011 | 11101 | 101001 |
Color Harmonies of #778649
Complementary color
Monochromatic Colors of #778649
Black with #778649
Text Example
Text Example
White with #778649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778649; }
p { color: rgb(119,134,73); }
H1.HeaderClassName
{
color: #778649;
}
.AnyTagClassName
{
color: #778649;
}
</style>
background-color css
<style>
a { background-color: #778649; }
a { background-color: rgb(119,134,73); }
div.DivClassName
{
background-color: #778649;
}
.BgClassName
{
background-color: #778649;
}
</style>
border-color css
<style>
span { border-color: #778649; }
span { border-color: rgb(119,134,73); }
td.TdClassName
{
border-color: #778649;
}
.TagClassName
{
border-color: #778649;
}
</style>