Shades of Finch #787A64
Tints of Finch #787A64
RGB
CMYK
RGB Variations
Color information
#787A64 (or 0x787A64) is known color: Finch. HEX triplet: 78, 7A and 64. RGB value is (120,122,100). Sum of RGB (Red+Green+Blue) = 120+122+100=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #787A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A64 is #87859B. Grayscale: #767676. Windows color (decimal): -8881564 or 6584952. OLE color: 6584952.
HSL color Cylindrical-coordinate representation of color #787A64: hue angle of 65.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #787A64 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 122 | 100 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.52 |
| HSL | 65.45º | 0.1% | 0.44% | - |
| HSV(B) | 65.45º | 0.18% | 0.48% | - |
| XYZ | 17.01 | 18.83 | 14.8 | - |
| YUV | 118.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 100 | 0.02 | 0 | 0.18 | 0.52 | 65.45 | 0.1 | 0.44 |
| Hex | 78 | 7A | 64 | 2 | 0 | 12 | 34 | 41 | A | 2C |
| Octal | 170 | 172 | 144 | 2 | 0 | 22 | 64 | 101 | 12 | 54 |
| Binary | 1111000 | 1111010 | 1100100 | 10 | 0 | 10010 | 110100 | 1000001 | 1010 | 101100 |
Color Harmonies of #787A64
Complementary color
Monochromatic Colors of #787A64
Black with #787A64
Text Example
Text Example
White with #787A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A64; }
p { color: rgb(120,122,100); }
H1.HeaderClassName
{
color: #787A64;
}
.AnyTagClassName
{
color: #787A64;
}
</style>
background-color css
<style>
a { background-color: #787A64; }
a { background-color: rgb(120,122,100); }
div.DivClassName
{
background-color: #787A64;
}
.BgClassName
{
background-color: #787A64;
}
</style>
border-color css
<style>
span { border-color: #787A64; }
span { border-color: rgb(120,122,100); }
td.TdClassName
{
border-color: #787A64;
}
.TagClassName
{
border-color: #787A64;
}
</style>