Shades of Finch #787C64
Tints of Finch #787C64
RGB
CMYK
RGB Variations
Color information
#787C64 (or 0x787C64) is known color: Finch. HEX triplet: 78, 7C and 64. RGB value is (120,124,100). Sum of RGB (Red+Green+Blue) = 120+124+100=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #787C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C64 is #87839B. Grayscale: #787878. Windows color (decimal): -8881052 or 6585464. OLE color: 6585464.
HSL color Cylindrical-coordinate representation of color #787C64: hue angle of 70º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #787C64 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 100 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.51 |
| HSL | 70º | 0.11% | 0.44% | - |
| HSV(B) | 70º | 0.19% | 0.49% | - |
| XYZ | 17.25 | 19.33 | 14.88 | - |
| YUV | 120.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 100 | 0.03 | 0 | 0.19 | 0.51 | 70 | 0.11 | 0.44 |
| Hex | 78 | 7C | 64 | 3 | 0 | 13 | 33 | 46 | B | 2C |
| Octal | 170 | 174 | 144 | 3 | 0 | 23 | 63 | 106 | 13 | 54 |
| Binary | 1111000 | 1111100 | 1100100 | 11 | 0 | 10011 | 110011 | 1000110 | 1011 | 101100 |
Color Harmonies of #787C64
Complementary color
Monochromatic Colors of #787C64
Black with #787C64
Text Example
Text Example
White with #787C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C64; }
p { color: rgb(120,124,100); }
H1.HeaderClassName
{
color: #787C64;
}
.AnyTagClassName
{
color: #787C64;
}
</style>
background-color css
<style>
a { background-color: #787C64; }
a { background-color: rgb(120,124,100); }
div.DivClassName
{
background-color: #787C64;
}
.BgClassName
{
background-color: #787C64;
}
</style>
border-color css
<style>
span { border-color: #787C64; }
span { border-color: rgb(120,124,100); }
td.TdClassName
{
border-color: #787C64;
}
.TagClassName
{
border-color: #787C64;
}
</style>