Shades of Finch #778353
Tints of Finch #778353
RGB
CMYK
RGB Variations
Color information
#778353 (or 0x778353) is known color: Finch. HEX triplet: 77, 83 and 53. RGB value is (119,131,83). Sum of RGB (Red+Green+Blue) = 119+131+83=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #778353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778353 is #887CAC. Grayscale: #7A7A7A. Windows color (decimal): -8944813 or 5473143. OLE color: 5473143.
HSL color Cylindrical-coordinate representation of color #778353: hue angle of 75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778353 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 83 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.49 |
| HSL | 75º | 0.22% | 0.42% | - |
| HSV(B) | 75º | 0.37% | 0.51% | - |
| XYZ | 17.29 | 20.78 | 11.28 | - |
| YUV | 121.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 83 | 0.09 | 0 | 0.37 | 0.49 | 75 | 0.22 | 0.42 |
| Hex | 77 | 83 | 53 | 9 | 0 | 25 | 31 | 4B | 16 | 2A |
| Octal | 167 | 203 | 123 | 11 | 0 | 45 | 61 | 113 | 26 | 52 |
| Binary | 1110111 | 10000011 | 1010011 | 1001 | 0 | 100101 | 110001 | 1001011 | 10110 | 101010 |
Color Harmonies of #778353
Complementary color
Monochromatic Colors of #778353
Black with #778353
Text Example
Text Example
White with #778353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778353; }
p { color: rgb(119,131,83); }
H1.HeaderClassName
{
color: #778353;
}
.AnyTagClassName
{
color: #778353;
}
</style>
background-color css
<style>
a { background-color: #778353; }
a { background-color: rgb(119,131,83); }
div.DivClassName
{
background-color: #778353;
}
.BgClassName
{
background-color: #778353;
}
</style>
border-color css
<style>
span { border-color: #778353; }
span { border-color: rgb(119,131,83); }
td.TdClassName
{
border-color: #778353;
}
.TagClassName
{
border-color: #778353;
}
</style>