Shades of Finch #787E60
Tints of Finch #787E60
RGB
CMYK
RGB Variations
Color information
#787E60 (or 0x787E60) is known color: Finch. HEX triplet: 78, 7E and 60. RGB value is (120,126,96). Sum of RGB (Red+Green+Blue) = 120+126+96=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 126 - color contains mainly: green. Hex color #787E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787E60 is #87819F. Grayscale: #787878. Windows color (decimal): -8880544 or 6323832. OLE color: 6323832.
HSL color Cylindrical-coordinate representation of color #787E60: hue angle of 72º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787E60 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 96 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.51 |
| HSL | 72º | 0.14% | 0.44% | - |
| HSV(B) | 72º | 0.24% | 0.49% | - |
| XYZ | 17.32 | 19.76 | 13.97 | - |
| YUV | 120.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 96 | 0.05 | 0 | 0.24 | 0.51 | 72 | 0.14 | 0.44 |
| Hex | 78 | 7E | 60 | 5 | 0 | 18 | 33 | 48 | E | 2C |
| Octal | 170 | 176 | 140 | 5 | 0 | 30 | 63 | 110 | 16 | 54 |
| Binary | 1111000 | 1111110 | 1100000 | 101 | 0 | 11000 | 110011 | 1001000 | 1110 | 101100 |
Color Harmonies of #787E60
Complementary color
Monochromatic Colors of #787E60
Black with #787E60
Text Example
Text Example
White with #787E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E60; }
p { color: rgb(120,126,96); }
H1.HeaderClassName
{
color: #787E60;
}
.AnyTagClassName
{
color: #787E60;
}
</style>
background-color css
<style>
a { background-color: #787E60; }
a { background-color: rgb(120,126,96); }
div.DivClassName
{
background-color: #787E60;
}
.BgClassName
{
background-color: #787E60;
}
</style>
border-color css
<style>
span { border-color: #787E60; }
span { border-color: rgb(120,126,96); }
td.TdClassName
{
border-color: #787E60;
}
.TagClassName
{
border-color: #787E60;
}
</style>