Shades of Finch #787C54
Tints of Finch #787C54
RGB
CMYK
RGB Variations
Color information
#787C54 (or 0x787C54) is known color: Finch. HEX triplet: 78, 7C and 54. RGB value is (120,124,84). Sum of RGB (Red+Green+Blue) = 120+124+84=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #787C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C54 is #8783AB. Grayscale: #767676. Windows color (decimal): -8881068 or 5536888. OLE color: 5536888.
HSL color Cylindrical-coordinate representation of color #787C54: hue angle of 66º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #787C54 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 84 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.51 |
| HSL | 66º | 0.19% | 0.41% | - |
| HSV(B) | 66º | 0.32% | 0.49% | - |
| XYZ | 16.55 | 19.05 | 11.19 | - |
| YUV | 118.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 84 | 0.03 | 0 | 0.32 | 0.51 | 66 | 0.19 | 0.41 |
| Hex | 78 | 7C | 54 | 3 | 0 | 20 | 33 | 42 | 13 | 29 |
| Octal | 170 | 174 | 124 | 3 | 0 | 40 | 63 | 102 | 23 | 51 |
| Binary | 1111000 | 1111100 | 1010100 | 11 | 0 | 100000 | 110011 | 1000010 | 10011 | 101001 |
Color Harmonies of #787C54
Complementary color
Monochromatic Colors of #787C54
Black with #787C54
Text Example
Text Example
White with #787C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C54; }
p { color: rgb(120,124,84); }
H1.HeaderClassName
{
color: #787C54;
}
.AnyTagClassName
{
color: #787C54;
}
</style>
background-color css
<style>
a { background-color: #787C54; }
a { background-color: rgb(120,124,84); }
div.DivClassName
{
background-color: #787C54;
}
.BgClassName
{
background-color: #787C54;
}
</style>
border-color css
<style>
span { border-color: #787C54; }
span { border-color: rgb(120,124,84); }
td.TdClassName
{
border-color: #787C54;
}
.TagClassName
{
border-color: #787C54;
}
</style>