Shades of Finch #78804C
Tints of Finch #78804C
RGB
CMYK
RGB Variations
Color information
#78804C (or 0x78804C) is known color: Finch. HEX triplet: 78, 80 and 4C. RGB value is (120,128,76). Sum of RGB (Red+Green+Blue) = 120+128+76=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #78804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78804C is #877FB3. Grayscale: #777777. Windows color (decimal): -8880052 or 5013624. OLE color: 5013624.
HSL color Cylindrical-coordinate representation of color #78804C: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78804C is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 76 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.50 |
| HSL | 69.23º | 0.25% | 0.4% | - |
| HSV(B) | 69.23º | 0.41% | 0.5% | - |
| XYZ | 16.77 | 19.95 | 9.8 | - |
| YUV | 119.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 76 | 0.06 | 0 | 0.41 | 0.50 | 69.23 | 0.25 | 0.4 |
| Hex | 78 | 80 | 4C | 6 | 0 | 29 | 32 | 45 | 19 | 28 |
| Octal | 170 | 200 | 114 | 6 | 0 | 51 | 62 | 105 | 31 | 50 |
| Binary | 1111000 | 10000000 | 1001100 | 110 | 0 | 101001 | 110010 | 1000101 | 11001 | 101000 |
Color Harmonies of #78804C
Complementary color
Monochromatic Colors of #78804C
Black with #78804C
Text Example
Text Example
White with #78804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78804C; }
p { color: rgb(120,128,76); }
H1.HeaderClassName
{
color: #78804C;
}
.AnyTagClassName
{
color: #78804C;
}
</style>
background-color css
<style>
a { background-color: #78804C; }
a { background-color: rgb(120,128,76); }
div.DivClassName
{
background-color: #78804C;
}
.BgClassName
{
background-color: #78804C;
}
</style>
border-color css
<style>
span { border-color: #78804C; }
span { border-color: rgb(120,128,76); }
td.TdClassName
{
border-color: #78804C;
}
.TagClassName
{
border-color: #78804C;
}
</style>