Shades of Finch #78815E
Tints of Finch #78815E
RGB
CMYK
RGB Variations
Color information
#78815E (or 0x78815E) is known color: Finch. HEX triplet: 78, 81 and 5E. RGB value is (120,129,94). Sum of RGB (Red+Green+Blue) = 120+129+94=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #78815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78815E is #877EA1. Grayscale: #7A7A7A. Windows color (decimal): -8879778 or 6193528. OLE color: 6193528.
HSL color Cylindrical-coordinate representation of color #78815E: hue angle of 75.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78815E is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 94 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.49 |
| HSL | 75.43º | 0.16% | 0.44% | - |
| HSV(B) | 75.43º | 0.27% | 0.51% | - |
| XYZ | 17.62 | 20.5 | 13.62 | - |
| YUV | 122.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 94 | 0.07 | 0 | 0.27 | 0.49 | 75.43 | 0.16 | 0.44 |
| Hex | 78 | 81 | 5E | 7 | 0 | 1B | 31 | 4B | 10 | 2C |
| Octal | 170 | 201 | 136 | 7 | 0 | 33 | 61 | 113 | 20 | 54 |
| Binary | 1111000 | 10000001 | 1011110 | 111 | 0 | 11011 | 110001 | 1001011 | 10000 | 101100 |
Color Harmonies of #78815E
Complementary color
Monochromatic Colors of #78815E
Black with #78815E
Text Example
Text Example
White with #78815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78815E; }
p { color: rgb(120,129,94); }
H1.HeaderClassName
{
color: #78815E;
}
.AnyTagClassName
{
color: #78815E;
}
</style>
background-color css
<style>
a { background-color: #78815E; }
a { background-color: rgb(120,129,94); }
div.DivClassName
{
background-color: #78815E;
}
.BgClassName
{
background-color: #78815E;
}
</style>
border-color css
<style>
span { border-color: #78815E; }
span { border-color: rgb(120,129,94); }
td.TdClassName
{
border-color: #78815E;
}
.TagClassName
{
border-color: #78815E;
}
</style>