Shades of Finch #788950
Tints of Finch #788950
RGB
CMYK
RGB Variations
Color information
#788950 (or 0x788950) is known color: Finch. HEX triplet: 78, 89 and 50. RGB value is (120,137,80). Sum of RGB (Red+Green+Blue) = 120+137+80=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #788950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788950 is #8776AF. Grayscale: #7D7D7D. Windows color (decimal): -8877744 or 5278072. OLE color: 5278072.
HSL color Cylindrical-coordinate representation of color #788950: hue angle of 77.89º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788950 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 80 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.46 |
| HSL | 77.89º | 0.26% | 0.43% | - |
| HSV(B) | 77.89º | 0.42% | 0.54% | - |
| XYZ | 18.14 | 22.46 | 10.97 | - |
| YUV | 125.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 80 | 0.12 | 0 | 0.42 | 0.46 | 77.89 | 0.26 | 0.43 |
| Hex | 78 | 89 | 50 | C | 0 | 2A | 2E | 4E | 1A | 2B |
| Octal | 170 | 211 | 120 | 14 | 0 | 52 | 56 | 116 | 32 | 53 |
| Binary | 1111000 | 10001001 | 1010000 | 1100 | 0 | 101010 | 101110 | 1001110 | 11010 | 101011 |
Color Harmonies of #788950
Complementary color
Monochromatic Colors of #788950
Black with #788950
Text Example
Text Example
White with #788950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788950; }
p { color: rgb(120,137,80); }
H1.HeaderClassName
{
color: #788950;
}
.AnyTagClassName
{
color: #788950;
}
</style>
background-color css
<style>
a { background-color: #788950; }
a { background-color: rgb(120,137,80); }
div.DivClassName
{
background-color: #788950;
}
.BgClassName
{
background-color: #788950;
}
</style>
border-color css
<style>
span { border-color: #788950; }
span { border-color: rgb(120,137,80); }
td.TdClassName
{
border-color: #788950;
}
.TagClassName
{
border-color: #788950;
}
</style>