Shades of Finch #78794C
Tints of Finch #78794C
RGB
CMYK
RGB Variations
Color information
#78794C (or 0x78794C) is known color: Finch. HEX triplet: 78, 79 and 4C. RGB value is (120,121,76). Sum of RGB (Red+Green+Blue) = 120+121+76=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #78794C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78794C is #8786B3. Grayscale: #737373. Windows color (decimal): -8881844 or 5011832. OLE color: 5011832.
HSL color Cylindrical-coordinate representation of color #78794C: hue angle of 61.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78794C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 76 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.53 |
| HSL | 61.33º | 0.23% | 0.39% | - |
| HSV(B) | 61.33º | 0.37% | 0.47% | - |
| XYZ | 15.89 | 18.19 | 9.51 | - |
| YUV | 115.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 76 | 0.01 | 0 | 0.37 | 0.53 | 61.33 | 0.23 | 0.39 |
| Hex | 78 | 79 | 4C | 1 | 0 | 25 | 35 | 3D | 17 | 27 |
| Octal | 170 | 171 | 114 | 1 | 0 | 45 | 65 | 75 | 27 | 47 |
| Binary | 1111000 | 1111001 | 1001100 | 1 | 0 | 100101 | 110101 | 111101 | 10111 | 100111 |
Color Harmonies of #78794C
Complementary color
Monochromatic Colors of #78794C
Black with #78794C
Text Example
Text Example
White with #78794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78794C; }
p { color: rgb(120,121,76); }
H1.HeaderClassName
{
color: #78794C;
}
.AnyTagClassName
{
color: #78794C;
}
</style>
background-color css
<style>
a { background-color: #78794C; }
a { background-color: rgb(120,121,76); }
div.DivClassName
{
background-color: #78794C;
}
.BgClassName
{
background-color: #78794C;
}
</style>
border-color css
<style>
span { border-color: #78794C; }
span { border-color: rgb(120,121,76); }
td.TdClassName
{
border-color: #78794C;
}
.TagClassName
{
border-color: #78794C;
}
</style>