Shades of Finch #78864B
Tints of Finch #78864B
RGB
CMYK
RGB Variations
Color information
#78864B (or 0x78864B) is known color: Finch. HEX triplet: 78, 86 and 4B. RGB value is (120,134,75). Sum of RGB (Red+Green+Blue) = 120+134+75=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #78864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78864B is #8779B4. Grayscale: #7B7B7B. Windows color (decimal): -8878517 or 4949624. OLE color: 4949624.
HSL color Cylindrical-coordinate representation of color #78864B: hue angle of 74.24º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78864B is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 75 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.47 |
| HSL | 74.24º | 0.28% | 0.41% | - |
| HSV(B) | 74.24º | 0.44% | 0.53% | - |
| XYZ | 17.54 | 21.55 | 9.89 | - |
| YUV | 123.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 75 | 0.10 | 0 | 0.44 | 0.47 | 74.24 | 0.28 | 0.41 |
| Hex | 78 | 86 | 4B | A | 0 | 2C | 2F | 4A | 1C | 29 |
| Octal | 170 | 206 | 113 | 12 | 0 | 54 | 57 | 112 | 34 | 51 |
| Binary | 1111000 | 10000110 | 1001011 | 1010 | 0 | 101100 | 101111 | 1001010 | 11100 | 101001 |
Color Harmonies of #78864B
Complementary color
Monochromatic Colors of #78864B
Black with #78864B
Text Example
Text Example
White with #78864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78864B; }
p { color: rgb(120,134,75); }
H1.HeaderClassName
{
color: #78864B;
}
.AnyTagClassName
{
color: #78864B;
}
</style>
background-color css
<style>
a { background-color: #78864B; }
a { background-color: rgb(120,134,75); }
div.DivClassName
{
background-color: #78864B;
}
.BgClassName
{
background-color: #78864B;
}
</style>
border-color css
<style>
span { border-color: #78864B; }
span { border-color: rgb(120,134,75); }
td.TdClassName
{
border-color: #78864B;
}
.TagClassName
{
border-color: #78864B;
}
</style>