Shades of Finch #78794E
Tints of Finch #78794E
RGB
CMYK
RGB Variations
Color information
#78794E (or 0x78794E) is known color: Finch. HEX triplet: 78, 79 and 4E. RGB value is (120,121,78). Sum of RGB (Red+Green+Blue) = 120+121+78=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #78794E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78794E is #8786B1. Grayscale: #737373. Windows color (decimal): -8881842 or 5142904. OLE color: 5142904.
HSL color Cylindrical-coordinate representation of color #78794E: hue angle of 61.4º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78794E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 78 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.53 |
| HSL | 61.4º | 0.22% | 0.39% | - |
| HSV(B) | 61.4º | 0.36% | 0.47% | - |
| XYZ | 15.96 | 18.22 | 9.88 | - |
| YUV | 115.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 78 | 0.01 | 0 | 0.36 | 0.53 | 61.4 | 0.22 | 0.39 |
| Hex | 78 | 79 | 4E | 1 | 0 | 24 | 35 | 3D | 16 | 27 |
| Octal | 170 | 171 | 116 | 1 | 0 | 44 | 65 | 75 | 26 | 47 |
| Binary | 1111000 | 1111001 | 1001110 | 1 | 0 | 100100 | 110101 | 111101 | 10110 | 100111 |
Color Harmonies of #78794E
Complementary color
Monochromatic Colors of #78794E
Black with #78794E
Text Example
Text Example
White with #78794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78794E; }
p { color: rgb(120,121,78); }
H1.HeaderClassName
{
color: #78794E;
}
.AnyTagClassName
{
color: #78794E;
}
</style>
background-color css
<style>
a { background-color: #78794E; }
a { background-color: rgb(120,121,78); }
div.DivClassName
{
background-color: #78794E;
}
.BgClassName
{
background-color: #78794E;
}
</style>
border-color css
<style>
span { border-color: #78794E; }
span { border-color: rgb(120,121,78); }
td.TdClassName
{
border-color: #78794E;
}
.TagClassName
{
border-color: #78794E;
}
</style>