Shades of Finch #78845A
Tints of Finch #78845A
RGB
CMYK
RGB Variations
Color information
#78845A (or 0x78845A) is known color: Finch. HEX triplet: 78, 84 and 5A. RGB value is (120,132,90). Sum of RGB (Red+Green+Blue) = 120+132+90=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #78845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78845A is #877BA5. Grayscale: #7B7B7B. Windows color (decimal): -8879014 or 5932152. OLE color: 5932152.
HSL color Cylindrical-coordinate representation of color #78845A: hue angle of 77.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78845A is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 90 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.48 |
| HSL | 77.14º | 0.19% | 0.44% | - |
| HSV(B) | 77.14º | 0.32% | 0.52% | - |
| XYZ | 17.84 | 21.23 | 12.83 | - |
| YUV | 123.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 90 | 0.09 | 0 | 0.32 | 0.48 | 77.14 | 0.19 | 0.44 |
| Hex | 78 | 84 | 5A | 9 | 0 | 20 | 30 | 4D | 13 | 2C |
| Octal | 170 | 204 | 132 | 11 | 0 | 40 | 60 | 115 | 23 | 54 |
| Binary | 1111000 | 10000100 | 1011010 | 1001 | 0 | 100000 | 110000 | 1001101 | 10011 | 101100 |
Color Harmonies of #78845A
Complementary color
Monochromatic Colors of #78845A
Black with #78845A
Text Example
Text Example
White with #78845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78845A; }
p { color: rgb(120,132,90); }
H1.HeaderClassName
{
color: #78845A;
}
.AnyTagClassName
{
color: #78845A;
}
</style>
background-color css
<style>
a { background-color: #78845A; }
a { background-color: rgb(120,132,90); }
div.DivClassName
{
background-color: #78845A;
}
.BgClassName
{
background-color: #78845A;
}
</style>
border-color css
<style>
span { border-color: #78845A; }
span { border-color: rgb(120,132,90); }
td.TdClassName
{
border-color: #78845A;
}
.TagClassName
{
border-color: #78845A;
}
</style>