Shades of Finch #787E4D
Tints of Finch #787E4D
RGB
CMYK
RGB Variations
Color information
#787E4D (or 0x787E4D) is known color: Finch. HEX triplet: 78, 7E and 4D. RGB value is (120,126,77). Sum of RGB (Red+Green+Blue) = 120+126+77=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 126 - color contains mainly: green. Hex color #787E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787E4D is #8781B2. Grayscale: #767676. Windows color (decimal): -8880563 or 5078648. OLE color: 5078648.
HSL color Cylindrical-coordinate representation of color #787E4D: hue angle of 67.35º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #787E4D is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 77 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.51 |
| HSL | 67.35º | 0.24% | 0.4% | - |
| HSV(B) | 67.35º | 0.39% | 0.49% | - |
| XYZ | 16.55 | 19.45 | 9.9 | - |
| YUV | 118.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 77 | 0.05 | 0 | 0.39 | 0.51 | 67.35 | 0.24 | 0.4 |
| Hex | 78 | 7E | 4D | 5 | 0 | 27 | 33 | 43 | 18 | 28 |
| Octal | 170 | 176 | 115 | 5 | 0 | 47 | 63 | 103 | 30 | 50 |
| Binary | 1111000 | 1111110 | 1001101 | 101 | 0 | 100111 | 110011 | 1000011 | 11000 | 101000 |
Color Harmonies of #787E4D
Complementary color
Monochromatic Colors of #787E4D
Black with #787E4D
Text Example
Text Example
White with #787E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E4D; }
p { color: rgb(120,126,77); }
H1.HeaderClassName
{
color: #787E4D;
}
.AnyTagClassName
{
color: #787E4D;
}
</style>
background-color css
<style>
a { background-color: #787E4D; }
a { background-color: rgb(120,126,77); }
div.DivClassName
{
background-color: #787E4D;
}
.BgClassName
{
background-color: #787E4D;
}
</style>
border-color css
<style>
span { border-color: #787E4D; }
span { border-color: rgb(120,126,77); }
td.TdClassName
{
border-color: #787E4D;
}
.TagClassName
{
border-color: #787E4D;
}
</style>