Shades of Finch #787944
Tints of Finch #787944
RGB
CMYK
RGB Variations
Color information
#787944 (or 0x787944) is known color: Finch. HEX triplet: 78, 79 and 44. RGB value is (120,121,68). Sum of RGB (Red+Green+Blue) = 120+121+68=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #787944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787944 is #8786BB. Grayscale: #727272. Windows color (decimal): -8881852 or 4487544. OLE color: 4487544.
HSL color Cylindrical-coordinate representation of color #787944: hue angle of 61.13º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #787944 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 68 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.53 |
| HSL | 61.13º | 0.28% | 0.37% | - |
| HSV(B) | 61.13º | 0.44% | 0.47% | - |
| XYZ | 15.63 | 18.09 | 8.14 | - |
| YUV | 114.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 68 | 0.01 | 0 | 0.44 | 0.53 | 61.13 | 0.28 | 0.37 |
| Hex | 78 | 79 | 44 | 1 | 0 | 2C | 35 | 3D | 1C | 25 |
| Octal | 170 | 171 | 104 | 1 | 0 | 54 | 65 | 75 | 34 | 45 |
| Binary | 1111000 | 1111001 | 1000100 | 1 | 0 | 101100 | 110101 | 111101 | 11100 | 100101 |
Color Harmonies of #787944
Complementary color
Monochromatic Colors of #787944
Black with #787944
Text Example
Text Example
White with #787944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787944; }
p { color: rgb(120,121,68); }
H1.HeaderClassName
{
color: #787944;
}
.AnyTagClassName
{
color: #787944;
}
</style>
background-color css
<style>
a { background-color: #787944; }
a { background-color: rgb(120,121,68); }
div.DivClassName
{
background-color: #787944;
}
.BgClassName
{
background-color: #787944;
}
</style>
border-color css
<style>
span { border-color: #787944; }
span { border-color: rgb(120,121,68); }
td.TdClassName
{
border-color: #787944;
}
.TagClassName
{
border-color: #787944;
}
</style>