Shades of Finch #78845D
Tints of Finch #78845D
RGB
CMYK
RGB Variations
Color information
#78845D (or 0x78845D) is known color: Finch. HEX triplet: 78, 84 and 5D. RGB value is (120,132,93). Sum of RGB (Red+Green+Blue) = 120+132+93=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #78845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78845D is #877BA2. Grayscale: #7C7C7C. Windows color (decimal): -8879011 or 6128760. OLE color: 6128760.
HSL color Cylindrical-coordinate representation of color #78845D: hue angle of 78.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78845D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 93 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.48 |
| HSL | 78.46º | 0.17% | 0.44% | - |
| HSV(B) | 78.46º | 0.3% | 0.52% | - |
| XYZ | 17.97 | 21.29 | 13.52 | - |
| YUV | 123.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 93 | 0.09 | 0 | 0.30 | 0.48 | 78.46 | 0.17 | 0.44 |
| Hex | 78 | 84 | 5D | 9 | 0 | 1E | 30 | 4E | 11 | 2C |
| Octal | 170 | 204 | 135 | 11 | 0 | 36 | 60 | 116 | 21 | 54 |
| Binary | 1111000 | 10000100 | 1011101 | 1001 | 0 | 11110 | 110000 | 1001110 | 10001 | 101100 |
Color Harmonies of #78845D
Complementary color
Monochromatic Colors of #78845D
Black with #78845D
Text Example
Text Example
White with #78845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78845D; }
p { color: rgb(120,132,93); }
H1.HeaderClassName
{
color: #78845D;
}
.AnyTagClassName
{
color: #78845D;
}
</style>
background-color css
<style>
a { background-color: #78845D; }
a { background-color: rgb(120,132,93); }
div.DivClassName
{
background-color: #78845D;
}
.BgClassName
{
background-color: #78845D;
}
</style>
border-color css
<style>
span { border-color: #78845D; }
span { border-color: rgb(120,132,93); }
td.TdClassName
{
border-color: #78845D;
}
.TagClassName
{
border-color: #78845D;
}
</style>