Shades of Finch #778453
Tints of Finch #778453
RGB
CMYK
RGB Variations
Color information
#778453 (or 0x778453) is known color: Finch. HEX triplet: 77, 84 and 53. RGB value is (119,132,83). Sum of RGB (Red+Green+Blue) = 119+132+83=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #778453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778453 is #887BAC. Grayscale: #7A7A7A. Windows color (decimal): -8944557 or 5473399. OLE color: 5473399.
HSL color Cylindrical-coordinate representation of color #778453: hue angle of 75.92º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778453 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 83 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.48 |
| HSL | 75.92º | 0.23% | 0.42% | - |
| HSV(B) | 75.92º | 0.37% | 0.52% | - |
| XYZ | 17.42 | 21.05 | 11.33 | - |
| YUV | 122.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 83 | 0.10 | 0 | 0.37 | 0.48 | 75.92 | 0.23 | 0.42 |
| Hex | 77 | 84 | 53 | A | 0 | 25 | 30 | 4C | 17 | 2A |
| Octal | 167 | 204 | 123 | 12 | 0 | 45 | 60 | 114 | 27 | 52 |
| Binary | 1110111 | 10000100 | 1010011 | 1010 | 0 | 100101 | 110000 | 1001100 | 10111 | 101010 |
Color Harmonies of #778453
Complementary color
Monochromatic Colors of #778453
Black with #778453
Text Example
Text Example
White with #778453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778453; }
p { color: rgb(119,132,83); }
H1.HeaderClassName
{
color: #778453;
}
.AnyTagClassName
{
color: #778453;
}
</style>
background-color css
<style>
a { background-color: #778453; }
a { background-color: rgb(119,132,83); }
div.DivClassName
{
background-color: #778453;
}
.BgClassName
{
background-color: #778453;
}
</style>
border-color css
<style>
span { border-color: #778453; }
span { border-color: rgb(119,132,83); }
td.TdClassName
{
border-color: #778453;
}
.TagClassName
{
border-color: #778453;
}
</style>