Shades of Finch #78804D
Tints of Finch #78804D
RGB
CMYK
RGB Variations
Color information
#78804D (or 0x78804D) is known color: Finch. HEX triplet: 78, 80 and 4D. RGB value is (120,128,77). Sum of RGB (Red+Green+Blue) = 120+128+77=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #78804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78804D is #877FB2. Grayscale: #777777. Windows color (decimal): -8880051 or 5079160. OLE color: 5079160.
HSL color Cylindrical-coordinate representation of color #78804D: hue angle of 69.41º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78804D is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 77 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.50 |
| HSL | 69.41º | 0.25% | 0.4% | - |
| HSV(B) | 69.41º | 0.4% | 0.5% | - |
| XYZ | 16.8 | 19.97 | 9.99 | - |
| YUV | 119.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 77 | 0.06 | 0 | 0.40 | 0.50 | 69.41 | 0.25 | 0.4 |
| Hex | 78 | 80 | 4D | 6 | 0 | 28 | 32 | 45 | 19 | 28 |
| Octal | 170 | 200 | 115 | 6 | 0 | 50 | 62 | 105 | 31 | 50 |
| Binary | 1111000 | 10000000 | 1001101 | 110 | 0 | 101000 | 110010 | 1000101 | 11001 | 101000 |
Color Harmonies of #78804D
Complementary color
Monochromatic Colors of #78804D
Black with #78804D
Text Example
Text Example
White with #78804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78804D; }
p { color: rgb(120,128,77); }
H1.HeaderClassName
{
color: #78804D;
}
.AnyTagClassName
{
color: #78804D;
}
</style>
background-color css
<style>
a { background-color: #78804D; }
a { background-color: rgb(120,128,77); }
div.DivClassName
{
background-color: #78804D;
}
.BgClassName
{
background-color: #78804D;
}
</style>
border-color css
<style>
span { border-color: #78804D; }
span { border-color: rgb(120,128,77); }
td.TdClassName
{
border-color: #78804D;
}
.TagClassName
{
border-color: #78804D;
}
</style>