Shades of Finch #787A59
Tints of Finch #787A59
RGB
CMYK
RGB Variations
Color information
#787A59 (or 0x787A59) is known color: Finch. HEX triplet: 78, 7A and 59. RGB value is (120,122,89). Sum of RGB (Red+Green+Blue) = 120+122+89=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 122 - color contains mainly: green. Hex color #787A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A59 is #8785A6. Grayscale: #757575. Windows color (decimal): -8881575 or 5864056. OLE color: 5864056.
HSL color Cylindrical-coordinate representation of color #787A59: hue angle of 63.64º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787A59 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 122 | 89 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.52 |
| HSL | 63.64º | 0.16% | 0.41% | - |
| HSV(B) | 63.64º | 0.27% | 0.48% | - |
| XYZ | 16.51 | 18.63 | 12.18 | - |
| YUV | 117.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 89 | 0.02 | 0 | 0.27 | 0.52 | 63.64 | 0.16 | 0.41 |
| Hex | 78 | 7A | 59 | 2 | 0 | 1B | 34 | 40 | 10 | 29 |
| Octal | 170 | 172 | 131 | 2 | 0 | 33 | 64 | 100 | 20 | 51 |
| Binary | 1111000 | 1111010 | 1011001 | 10 | 0 | 11011 | 110100 | 1000000 | 10000 | 101001 |
Color Harmonies of #787A59
Complementary color
Monochromatic Colors of #787A59
Black with #787A59
Text Example
Text Example
White with #787A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A59; }
p { color: rgb(120,122,89); }
H1.HeaderClassName
{
color: #787A59;
}
.AnyTagClassName
{
color: #787A59;
}
</style>
background-color css
<style>
a { background-color: #787A59; }
a { background-color: rgb(120,122,89); }
div.DivClassName
{
background-color: #787A59;
}
.BgClassName
{
background-color: #787A59;
}
</style>
border-color css
<style>
span { border-color: #787A59; }
span { border-color: rgb(120,122,89); }
td.TdClassName
{
border-color: #787A59;
}
.TagClassName
{
border-color: #787A59;
}
</style>