Shades of Finch #79854E
Tints of Finch #79854E
RGB
CMYK
RGB Variations
Color information
#79854E (or 0x79854E) is known color: Finch. HEX triplet: 79, 85 and 4E. RGB value is (121,133,78). Sum of RGB (Red+Green+Blue) = 121+133+78=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #79854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79854E is #867AB1. Grayscale: #7B7B7B. Windows color (decimal): -8813234 or 5145977. OLE color: 5145977.
HSL color Cylindrical-coordinate representation of color #79854E: hue angle of 73.09º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79854E is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 133 | 78 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.48 |
| HSL | 73.09º | 0.26% | 0.41% | - |
| HSV(B) | 73.09º | 0.41% | 0.52% | - |
| XYZ | 17.65 | 21.39 | 10.41 | - |
| YUV | 123.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 78 | 0.09 | 0 | 0.41 | 0.48 | 73.09 | 0.26 | 0.41 |
| Hex | 79 | 85 | 4E | 9 | 0 | 29 | 30 | 49 | 1A | 29 |
| Octal | 171 | 205 | 116 | 11 | 0 | 51 | 60 | 111 | 32 | 51 |
| Binary | 1111001 | 10000101 | 1001110 | 1001 | 0 | 101001 | 110000 | 1001001 | 11010 | 101001 |
Color Harmonies of #79854E
Complementary color
Monochromatic Colors of #79854E
Black with #79854E
Text Example
Text Example
White with #79854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79854E; }
p { color: rgb(121,133,78); }
H1.HeaderClassName
{
color: #79854E;
}
.AnyTagClassName
{
color: #79854E;
}
</style>
background-color css
<style>
a { background-color: #79854E; }
a { background-color: rgb(121,133,78); }
div.DivClassName
{
background-color: #79854E;
}
.BgClassName
{
background-color: #79854E;
}
</style>
border-color css
<style>
span { border-color: #79854E; }
span { border-color: rgb(121,133,78); }
td.TdClassName
{
border-color: #79854E;
}
.TagClassName
{
border-color: #79854E;
}
</style>