Shades of Finch #787A53
Tints of Finch #787A53
RGB
CMYK
RGB Variations
Color information
#787A53 (or 0x787A53) is known color: Finch. HEX triplet: 78, 7A and 53. RGB value is (120,122,83). Sum of RGB (Red+Green+Blue) = 120+122+83=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #787A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A53 is #8785AC. Grayscale: #757575. Windows color (decimal): -8881581 or 5470840. OLE color: 5470840.
HSL color Cylindrical-coordinate representation of color #787A53: hue angle of 63.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #787A53 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 122 | 83 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.52 |
| HSL | 63.08º | 0.19% | 0.4% | - |
| HSV(B) | 63.08º | 0.32% | 0.48% | - |
| XYZ | 16.27 | 18.54 | 10.9 | - |
| YUV | 116.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 83 | 0.02 | 0 | 0.32 | 0.52 | 63.08 | 0.19 | 0.4 |
| Hex | 78 | 7A | 53 | 2 | 0 | 20 | 34 | 3F | 13 | 28 |
| Octal | 170 | 172 | 123 | 2 | 0 | 40 | 64 | 77 | 23 | 50 |
| Binary | 1111000 | 1111010 | 1010011 | 10 | 0 | 100000 | 110100 | 111111 | 10011 | 101000 |
Color Harmonies of #787A53
Complementary color
Monochromatic Colors of #787A53
Black with #787A53
Text Example
Text Example
White with #787A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A53; }
p { color: rgb(120,122,83); }
H1.HeaderClassName
{
color: #787A53;
}
.AnyTagClassName
{
color: #787A53;
}
</style>
background-color css
<style>
a { background-color: #787A53; }
a { background-color: rgb(120,122,83); }
div.DivClassName
{
background-color: #787A53;
}
.BgClassName
{
background-color: #787A53;
}
</style>
border-color css
<style>
span { border-color: #787A53; }
span { border-color: rgb(120,122,83); }
td.TdClassName
{
border-color: #787A53;
}
.TagClassName
{
border-color: #787A53;
}
</style>