Shades of Finch #787A4E
Tints of Finch #787A4E
RGB
CMYK
RGB Variations
Color information
#787A4E (or 0x787A4E) is known color: Finch. HEX triplet: 78, 7A and 4E. RGB value is (120,122,78). Sum of RGB (Red+Green+Blue) = 120+122+78=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #787A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A4E is #8785B1. Grayscale: #747474. Windows color (decimal): -8881586 or 5143160. OLE color: 5143160.
HSL color Cylindrical-coordinate representation of color #787A4E: hue angle of 62.73º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #787A4E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 122 | 78 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.52 |
| HSL | 62.73º | 0.22% | 0.39% | - |
| HSV(B) | 62.73º | 0.36% | 0.48% | - |
| XYZ | 16.08 | 18.46 | 9.92 | - |
| YUV | 116.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 78 | 0.02 | 0 | 0.36 | 0.52 | 62.73 | 0.22 | 0.39 |
| Hex | 78 | 7A | 4E | 2 | 0 | 24 | 34 | 3F | 16 | 27 |
| Octal | 170 | 172 | 116 | 2 | 0 | 44 | 64 | 77 | 26 | 47 |
| Binary | 1111000 | 1111010 | 1001110 | 10 | 0 | 100100 | 110100 | 111111 | 10110 | 100111 |
Color Harmonies of #787A4E
Complementary color
Monochromatic Colors of #787A4E
Black with #787A4E
Text Example
Text Example
White with #787A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A4E; }
p { color: rgb(120,122,78); }
H1.HeaderClassName
{
color: #787A4E;
}
.AnyTagClassName
{
color: #787A4E;
}
</style>
background-color css
<style>
a { background-color: #787A4E; }
a { background-color: rgb(120,122,78); }
div.DivClassName
{
background-color: #787A4E;
}
.BgClassName
{
background-color: #787A4E;
}
</style>
border-color css
<style>
span { border-color: #787A4E; }
span { border-color: rgb(120,122,78); }
td.TdClassName
{
border-color: #787A4E;
}
.TagClassName
{
border-color: #787A4E;
}
</style>