Shades of Finch #78814C
Tints of Finch #78814C
RGB
CMYK
RGB Variations
Color information
#78814C (or 0x78814C) is known color: Finch. HEX triplet: 78, 81 and 4C. RGB value is (120,129,76). Sum of RGB (Red+Green+Blue) = 120+129+76=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #78814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78814C is #877EB3. Grayscale: #787878. Windows color (decimal): -8879796 or 5013880. OLE color: 5013880.
HSL color Cylindrical-coordinate representation of color #78814C: hue angle of 70.19º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78814C is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 76 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.49 |
| HSL | 70.19º | 0.26% | 0.4% | - |
| HSV(B) | 70.19º | 0.41% | 0.51% | - |
| XYZ | 16.9 | 20.22 | 9.85 | - |
| YUV | 120.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 76 | 0.07 | 0 | 0.41 | 0.49 | 70.19 | 0.26 | 0.4 |
| Hex | 78 | 81 | 4C | 7 | 0 | 29 | 31 | 46 | 1A | 28 |
| Octal | 170 | 201 | 114 | 7 | 0 | 51 | 61 | 106 | 32 | 50 |
| Binary | 1111000 | 10000001 | 1001100 | 111 | 0 | 101001 | 110001 | 1000110 | 11010 | 101000 |
Color Harmonies of #78814C
Complementary color
Monochromatic Colors of #78814C
Black with #78814C
Text Example
Text Example
White with #78814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78814C; }
p { color: rgb(120,129,76); }
H1.HeaderClassName
{
color: #78814C;
}
.AnyTagClassName
{
color: #78814C;
}
</style>
background-color css
<style>
a { background-color: #78814C; }
a { background-color: rgb(120,129,76); }
div.DivClassName
{
background-color: #78814C;
}
.BgClassName
{
background-color: #78814C;
}
</style>
border-color css
<style>
span { border-color: #78814C; }
span { border-color: rgb(120,129,76); }
td.TdClassName
{
border-color: #78814C;
}
.TagClassName
{
border-color: #78814C;
}
</style>