Shades of Finch #78874A
Tints of Finch #78874A
RGB
CMYK
RGB Variations
Color information
#78874A (or 0x78874A) is known color: Finch. HEX triplet: 78, 87 and 4A. RGB value is (120,135,74). Sum of RGB (Red+Green+Blue) = 120+135+74=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #78874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78874A is #8778B5. Grayscale: #7B7B7B. Windows color (decimal): -8878262 or 4884344. OLE color: 4884344.
HSL color Cylindrical-coordinate representation of color #78874A: hue angle of 74.75º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78874A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 74 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.47 |
| HSL | 74.75º | 0.29% | 0.41% | - |
| HSV(B) | 74.75º | 0.45% | 0.53% | - |
| XYZ | 17.65 | 21.82 | 9.76 | - |
| YUV | 123.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 74 | 0.11 | 0 | 0.45 | 0.47 | 74.75 | 0.29 | 0.41 |
| Hex | 78 | 87 | 4A | B | 0 | 2D | 2F | 4B | 1D | 29 |
| Octal | 170 | 207 | 112 | 13 | 0 | 55 | 57 | 113 | 35 | 51 |
| Binary | 1111000 | 10000111 | 1001010 | 1011 | 0 | 101101 | 101111 | 1001011 | 11101 | 101001 |
Color Harmonies of #78874A
Complementary color
Monochromatic Colors of #78874A
Black with #78874A
Text Example
Text Example
White with #78874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78874A; }
p { color: rgb(120,135,74); }
H1.HeaderClassName
{
color: #78874A;
}
.AnyTagClassName
{
color: #78874A;
}
</style>
background-color css
<style>
a { background-color: #78874A; }
a { background-color: rgb(120,135,74); }
div.DivClassName
{
background-color: #78874A;
}
.BgClassName
{
background-color: #78874A;
}
</style>
border-color css
<style>
span { border-color: #78874A; }
span { border-color: rgb(120,135,74); }
td.TdClassName
{
border-color: #78874A;
}
.TagClassName
{
border-color: #78874A;
}
</style>