Shades of Finch #787C5B
Tints of Finch #787C5B
RGB
CMYK
RGB Variations
Color information
#787C5B (or 0x787C5B) is known color: Finch. HEX triplet: 78, 7C and 5B. RGB value is (120,124,91). Sum of RGB (Red+Green+Blue) = 120+124+91=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #787C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C5B is #8783A4. Grayscale: #777777. Windows color (decimal): -8881061 or 5995640. OLE color: 5995640.
HSL color Cylindrical-coordinate representation of color #787C5B: hue angle of 67.27º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787C5B is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 91 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.51 |
| HSL | 67.27º | 0.15% | 0.42% | - |
| HSV(B) | 67.27º | 0.27% | 0.49% | - |
| XYZ | 16.84 | 19.16 | 12.71 | - |
| YUV | 119.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 91 | 0.03 | 0 | 0.27 | 0.51 | 67.27 | 0.15 | 0.42 |
| Hex | 78 | 7C | 5B | 3 | 0 | 1B | 33 | 43 | F | 2A |
| Octal | 170 | 174 | 133 | 3 | 0 | 33 | 63 | 103 | 17 | 52 |
| Binary | 1111000 | 1111100 | 1011011 | 11 | 0 | 11011 | 110011 | 1000011 | 1111 | 101010 |
Color Harmonies of #787C5B
Complementary color
Monochromatic Colors of #787C5B
Black with #787C5B
Text Example
Text Example
White with #787C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C5B; }
p { color: rgb(120,124,91); }
H1.HeaderClassName
{
color: #787C5B;
}
.AnyTagClassName
{
color: #787C5B;
}
</style>
background-color css
<style>
a { background-color: #787C5B; }
a { background-color: rgb(120,124,91); }
div.DivClassName
{
background-color: #787C5B;
}
.BgClassName
{
background-color: #787C5B;
}
</style>
border-color css
<style>
span { border-color: #787C5B; }
span { border-color: rgb(120,124,91); }
td.TdClassName
{
border-color: #787C5B;
}
.TagClassName
{
border-color: #787C5B;
}
</style>