Shades of Finch #778452
Tints of Finch #778452
RGB
CMYK
RGB Variations
Color information
#778452 (or 0x778452) is known color: Finch. HEX triplet: 77, 84 and 52. RGB value is (119,132,82). Sum of RGB (Red+Green+Blue) = 119+132+82=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #778452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778452 is #887BAD. Grayscale: #7A7A7A. Windows color (decimal): -8944558 or 5407863. OLE color: 5407863.
HSL color Cylindrical-coordinate representation of color #778452: hue angle of 75.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778452 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 82 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.48 |
| HSL | 75.6º | 0.23% | 0.42% | - |
| HSV(B) | 75.6º | 0.38% | 0.52% | - |
| XYZ | 17.38 | 21.03 | 11.13 | - |
| YUV | 122.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 82 | 0.10 | 0 | 0.38 | 0.48 | 75.6 | 0.23 | 0.42 |
| Hex | 77 | 84 | 52 | A | 0 | 26 | 30 | 4C | 17 | 2A |
| Octal | 167 | 204 | 122 | 12 | 0 | 46 | 60 | 114 | 27 | 52 |
| Binary | 1110111 | 10000100 | 1010010 | 1010 | 0 | 100110 | 110000 | 1001100 | 10111 | 101010 |
Color Harmonies of #778452
Complementary color
Monochromatic Colors of #778452
Black with #778452
Text Example
Text Example
White with #778452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778452; }
p { color: rgb(119,132,82); }
H1.HeaderClassName
{
color: #778452;
}
.AnyTagClassName
{
color: #778452;
}
</style>
background-color css
<style>
a { background-color: #778452; }
a { background-color: rgb(119,132,82); }
div.DivClassName
{
background-color: #778452;
}
.BgClassName
{
background-color: #778452;
}
</style>
border-color css
<style>
span { border-color: #778452; }
span { border-color: rgb(119,132,82); }
td.TdClassName
{
border-color: #778452;
}
.TagClassName
{
border-color: #778452;
}
</style>