Shades of Finch #787A46
Tints of Finch #787A46
RGB
CMYK
RGB Variations
Color information
#787A46 (or 0x787A46) is known color: Finch. HEX triplet: 78, 7A and 46. RGB value is (120,122,70). Sum of RGB (Red+Green+Blue) = 120+122+70=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #787A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787A46 is #8785B9. Grayscale: #737373. Windows color (decimal): -8881594 or 4618872. OLE color: 4618872.
HSL color Cylindrical-coordinate representation of color #787A46: hue angle of 62.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #787A46 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 122 | 70 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.52 |
| HSL | 62.31º | 0.27% | 0.38% | - |
| HSV(B) | 62.31º | 0.43% | 0.48% | - |
| XYZ | 15.81 | 18.35 | 8.5 | - |
| YUV | 115.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 70 | 0.02 | 0 | 0.43 | 0.52 | 62.31 | 0.27 | 0.38 |
| Hex | 78 | 7A | 46 | 2 | 0 | 2B | 34 | 3E | 1B | 26 |
| Octal | 170 | 172 | 106 | 2 | 0 | 53 | 64 | 76 | 33 | 46 |
| Binary | 1111000 | 1111010 | 1000110 | 10 | 0 | 101011 | 110100 | 111110 | 11011 | 100110 |
Color Harmonies of #787A46
Complementary color
Monochromatic Colors of #787A46
Black with #787A46
Text Example
Text Example
White with #787A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A46; }
p { color: rgb(120,122,70); }
H1.HeaderClassName
{
color: #787A46;
}
.AnyTagClassName
{
color: #787A46;
}
</style>
background-color css
<style>
a { background-color: #787A46; }
a { background-color: rgb(120,122,70); }
div.DivClassName
{
background-color: #787A46;
}
.BgClassName
{
background-color: #787A46;
}
</style>
border-color css
<style>
span { border-color: #787A46; }
span { border-color: rgb(120,122,70); }
td.TdClassName
{
border-color: #787A46;
}
.TagClassName
{
border-color: #787A46;
}
</style>