Shades of Finch #787C5D
Tints of Finch #787C5D
RGB
CMYK
RGB Variations
Color information
#787C5D (or 0x787C5D) is known color: Finch. HEX triplet: 78, 7C and 5D. RGB value is (120,124,93). Sum of RGB (Red+Green+Blue) = 120+124+93=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 124 - color contains mainly: green. Hex color #787C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C5D is #8783A2. Grayscale: #777777. Windows color (decimal): -8881059 or 6126712. OLE color: 6126712.
HSL color Cylindrical-coordinate representation of color #787C5D: hue angle of 67.74º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787C5D is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 93 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.51 |
| HSL | 67.74º | 0.14% | 0.43% | - |
| HSV(B) | 67.74º | 0.25% | 0.49% | - |
| XYZ | 16.93 | 19.2 | 13.17 | - |
| YUV | 119.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 93 | 0.03 | 0 | 0.25 | 0.51 | 67.74 | 0.14 | 0.43 |
| Hex | 78 | 7C | 5D | 3 | 0 | 19 | 33 | 44 | E | 2B |
| Octal | 170 | 174 | 135 | 3 | 0 | 31 | 63 | 104 | 16 | 53 |
| Binary | 1111000 | 1111100 | 1011101 | 11 | 0 | 11001 | 110011 | 1000100 | 1110 | 101011 |
Color Harmonies of #787C5D
Complementary color
Monochromatic Colors of #787C5D
Black with #787C5D
Text Example
Text Example
White with #787C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C5D; }
p { color: rgb(120,124,93); }
H1.HeaderClassName
{
color: #787C5D;
}
.AnyTagClassName
{
color: #787C5D;
}
</style>
background-color css
<style>
a { background-color: #787C5D; }
a { background-color: rgb(120,124,93); }
div.DivClassName
{
background-color: #787C5D;
}
.BgClassName
{
background-color: #787C5D;
}
</style>
border-color css
<style>
span { border-color: #787C5D; }
span { border-color: rgb(120,124,93); }
td.TdClassName
{
border-color: #787C5D;
}
.TagClassName
{
border-color: #787C5D;
}
</style>