Shades of Finch #788050
Tints of Finch #788050
RGB
CMYK
RGB Variations
Color information
#788050 (or 0x788050) is known color: Finch. HEX triplet: 78, 80 and 50. RGB value is (120,128,80). Sum of RGB (Red+Green+Blue) = 120+128+80=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #788050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788050 is #877FAF. Grayscale: #787878. Windows color (decimal): -8880048 or 5275768. OLE color: 5275768.
HSL color Cylindrical-coordinate representation of color #788050: hue angle of 70º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788050 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 80 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.50 |
| HSL | 70º | 0.23% | 0.41% | - |
| HSV(B) | 70º | 0.38% | 0.5% | - |
| XYZ | 16.91 | 20.01 | 10.56 | - |
| YUV | 120.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 80 | 0.06 | 0 | 0.38 | 0.50 | 70 | 0.23 | 0.41 |
| Hex | 78 | 80 | 50 | 6 | 0 | 26 | 32 | 46 | 17 | 29 |
| Octal | 170 | 200 | 120 | 6 | 0 | 46 | 62 | 106 | 27 | 51 |
| Binary | 1111000 | 10000000 | 1010000 | 110 | 0 | 100110 | 110010 | 1000110 | 10111 | 101001 |
Color Harmonies of #788050
Complementary color
Monochromatic Colors of #788050
Black with #788050
Text Example
Text Example
White with #788050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788050; }
p { color: rgb(120,128,80); }
H1.HeaderClassName
{
color: #788050;
}
.AnyTagClassName
{
color: #788050;
}
</style>
background-color css
<style>
a { background-color: #788050; }
a { background-color: rgb(120,128,80); }
div.DivClassName
{
background-color: #788050;
}
.BgClassName
{
background-color: #788050;
}
</style>
border-color css
<style>
span { border-color: #788050; }
span { border-color: rgb(120,128,80); }
td.TdClassName
{
border-color: #788050;
}
.TagClassName
{
border-color: #788050;
}
</style>