Shades of Finch #79805E
Tints of Finch #79805E
RGB
CMYK
RGB Variations
Color information
#79805E (or 0x79805E) is known color: Finch. HEX triplet: 79, 80 and 5E. RGB value is (121,128,94). Sum of RGB (Red+Green+Blue) = 121+128+94=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #79805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79805E is #867FA1. Grayscale: #7A7A7A. Windows color (decimal): -8814498 or 6193273. OLE color: 6193273.
HSL color Cylindrical-coordinate representation of color #79805E: hue angle of 72.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79805E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 94 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.50 |
| HSL | 72.35º | 0.15% | 0.44% | - |
| HSV(B) | 72.35º | 0.27% | 0.5% | - |
| XYZ | 17.62 | 20.31 | 13.58 | - |
| YUV | 122.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 94 | 0.05 | 0 | 0.27 | 0.50 | 72.35 | 0.15 | 0.44 |
| Hex | 79 | 80 | 5E | 5 | 0 | 1B | 32 | 48 | F | 2C |
| Octal | 171 | 200 | 136 | 5 | 0 | 33 | 62 | 110 | 17 | 54 |
| Binary | 1111001 | 10000000 | 1011110 | 101 | 0 | 11011 | 110010 | 1001000 | 1111 | 101100 |
Color Harmonies of #79805E
Complementary color
Monochromatic Colors of #79805E
Black with #79805E
Text Example
Text Example
White with #79805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79805E; }
p { color: rgb(121,128,94); }
H1.HeaderClassName
{
color: #79805E;
}
.AnyTagClassName
{
color: #79805E;
}
</style>
background-color css
<style>
a { background-color: #79805E; }
a { background-color: rgb(121,128,94); }
div.DivClassName
{
background-color: #79805E;
}
.BgClassName
{
background-color: #79805E;
}
</style>
border-color css
<style>
span { border-color: #79805E; }
span { border-color: rgb(121,128,94); }
td.TdClassName
{
border-color: #79805E;
}
.TagClassName
{
border-color: #79805E;
}
</style>