Shades of Finch #787C52
Tints of Finch #787C52
RGB
CMYK
RGB Variations
Color information
#787C52 (or 0x787C52) is known color: Finch. HEX triplet: 78, 7C and 52. RGB value is (120,124,82). Sum of RGB (Red+Green+Blue) = 120+124+82=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #787C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C52 is #8783AD. Grayscale: #767676. Windows color (decimal): -8881070 or 5405816. OLE color: 5405816.
HSL color Cylindrical-coordinate representation of color #787C52: hue angle of 65.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #787C52 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 82 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.51 |
| HSL | 65.71º | 0.2% | 0.4% | - |
| HSV(B) | 65.71º | 0.34% | 0.49% | - |
| XYZ | 16.48 | 19.02 | 10.79 | - |
| YUV | 118.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 82 | 0.03 | 0 | 0.34 | 0.51 | 65.71 | 0.2 | 0.4 |
| Hex | 78 | 7C | 52 | 3 | 0 | 22 | 33 | 42 | 14 | 28 |
| Octal | 170 | 174 | 122 | 3 | 0 | 42 | 63 | 102 | 24 | 50 |
| Binary | 1111000 | 1111100 | 1010010 | 11 | 0 | 100010 | 110011 | 1000010 | 10100 | 101000 |
Color Harmonies of #787C52
Complementary color
Monochromatic Colors of #787C52
Black with #787C52
Text Example
Text Example
White with #787C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C52; }
p { color: rgb(120,124,82); }
H1.HeaderClassName
{
color: #787C52;
}
.AnyTagClassName
{
color: #787C52;
}
</style>
background-color css
<style>
a { background-color: #787C52; }
a { background-color: rgb(120,124,82); }
div.DivClassName
{
background-color: #787C52;
}
.BgClassName
{
background-color: #787C52;
}
</style>
border-color css
<style>
span { border-color: #787C52; }
span { border-color: rgb(120,124,82); }
td.TdClassName
{
border-color: #787C52;
}
.TagClassName
{
border-color: #787C52;
}
</style>