Shades of Finch #78874E
Tints of Finch #78874E
RGB
CMYK
RGB Variations
Color information
#78874E (or 0x78874E) is known color: Finch. HEX triplet: 78, 87 and 4E. RGB value is (120,135,78). Sum of RGB (Red+Green+Blue) = 120+135+78=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #78874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78874E is #8778B1. Grayscale: #7C7C7C. Windows color (decimal): -8878258 or 5146488. OLE color: 5146488.
HSL color Cylindrical-coordinate representation of color #78874E: hue angle of 75.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78874E is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 78 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.47 |
| HSL | 75.79º | 0.27% | 0.42% | - |
| HSV(B) | 75.79º | 0.42% | 0.53% | - |
| XYZ | 17.78 | 21.87 | 10.49 | - |
| YUV | 124.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 78 | 0.11 | 0 | 0.42 | 0.47 | 75.79 | 0.27 | 0.42 |
| Hex | 78 | 87 | 4E | B | 0 | 2A | 2F | 4C | 1B | 2A |
| Octal | 170 | 207 | 116 | 13 | 0 | 52 | 57 | 114 | 33 | 52 |
| Binary | 1111000 | 10000111 | 1001110 | 1011 | 0 | 101010 | 101111 | 1001100 | 11011 | 101010 |
Color Harmonies of #78874E
Complementary color
Monochromatic Colors of #78874E
Black with #78874E
Text Example
Text Example
White with #78874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78874E; }
p { color: rgb(120,135,78); }
H1.HeaderClassName
{
color: #78874E;
}
.AnyTagClassName
{
color: #78874E;
}
</style>
background-color css
<style>
a { background-color: #78874E; }
a { background-color: rgb(120,135,78); }
div.DivClassName
{
background-color: #78874E;
}
.BgClassName
{
background-color: #78874E;
}
</style>
border-color css
<style>
span { border-color: #78874E; }
span { border-color: rgb(120,135,78); }
td.TdClassName
{
border-color: #78874E;
}
.TagClassName
{
border-color: #78874E;
}
</style>