Shades of Finch #788246
Tints of Finch #788246
RGB
CMYK
RGB Variations
Color information
#788246 (or 0x788246) is known color: Finch. HEX triplet: 78, 82 and 46. RGB value is (120,130,70). Sum of RGB (Red+Green+Blue) = 120+130+70=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #788246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788246 is #877DB9. Grayscale: #787878. Windows color (decimal): -8879546 or 4620920. OLE color: 4620920.
HSL color Cylindrical-coordinate representation of color #788246: hue angle of 70º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #788246 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 130 | 70 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.49 |
| HSL | 70º | 0.3% | 0.39% | - |
| HSV(B) | 70º | 0.46% | 0.51% | - |
| XYZ | 16.83 | 20.4 | 8.84 | - |
| YUV | 120.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 70 | 0.08 | 0 | 0.46 | 0.49 | 70 | 0.3 | 0.39 |
| Hex | 78 | 82 | 46 | 8 | 0 | 2E | 31 | 46 | 1E | 27 |
| Octal | 170 | 202 | 106 | 10 | 0 | 56 | 61 | 106 | 36 | 47 |
| Binary | 1111000 | 10000010 | 1000110 | 1000 | 0 | 101110 | 110001 | 1000110 | 11110 | 100111 |
Color Harmonies of #788246
Complementary color
Monochromatic Colors of #788246
Black with #788246
Text Example
Text Example
White with #788246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788246; }
p { color: rgb(120,130,70); }
H1.HeaderClassName
{
color: #788246;
}
.AnyTagClassName
{
color: #788246;
}
</style>
background-color css
<style>
a { background-color: #788246; }
a { background-color: rgb(120,130,70); }
div.DivClassName
{
background-color: #788246;
}
.BgClassName
{
background-color: #788246;
}
</style>
border-color css
<style>
span { border-color: #788246; }
span { border-color: rgb(120,130,70); }
td.TdClassName
{
border-color: #788246;
}
.TagClassName
{
border-color: #788246;
}
</style>