Shades of Finch #778349
Tints of Finch #778349
RGB
CMYK
RGB Variations
Color information
#778349 (or 0x778349) is known color: Finch. HEX triplet: 77, 83 and 49. RGB value is (119,131,73). Sum of RGB (Red+Green+Blue) = 119+131+73=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #778349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778349 is #887CB6. Grayscale: #797979. Windows color (decimal): -8944823 or 4817783. OLE color: 4817783.
HSL color Cylindrical-coordinate representation of color #778349: hue angle of 72.41º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #778349 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 73 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.49 |
| HSL | 72.41º | 0.28% | 0.4% | - |
| HSV(B) | 72.41º | 0.44% | 0.51% | - |
| XYZ | 16.93 | 20.64 | 9.39 | - |
| YUV | 120.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 73 | 0.09 | 0 | 0.44 | 0.49 | 72.41 | 0.28 | 0.4 |
| Hex | 77 | 83 | 49 | 9 | 0 | 2C | 31 | 48 | 1C | 28 |
| Octal | 167 | 203 | 111 | 11 | 0 | 54 | 61 | 110 | 34 | 50 |
| Binary | 1110111 | 10000011 | 1001001 | 1001 | 0 | 101100 | 110001 | 1001000 | 11100 | 101000 |
Color Harmonies of #778349
Complementary color
Monochromatic Colors of #778349
Black with #778349
Text Example
Text Example
White with #778349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778349; }
p { color: rgb(119,131,73); }
H1.HeaderClassName
{
color: #778349;
}
.AnyTagClassName
{
color: #778349;
}
</style>
background-color css
<style>
a { background-color: #778349; }
a { background-color: rgb(119,131,73); }
div.DivClassName
{
background-color: #778349;
}
.BgClassName
{
background-color: #778349;
}
</style>
border-color css
<style>
span { border-color: #778349; }
span { border-color: rgb(119,131,73); }
td.TdClassName
{
border-color: #778349;
}
.TagClassName
{
border-color: #778349;
}
</style>