Shades of Finch #797A5A
Tints of Finch #797A5A
RGB
CMYK
RGB Variations
Color information
#797A5A (or 0x797A5A) is known color: Finch. HEX triplet: 79, 7A and 5A. RGB value is (121,122,90). Sum of RGB (Red+Green+Blue) = 121+122+90=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 122 - color contains mainly: green. Hex color #797A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A5A is #8685A5. Grayscale: #767676. Windows color (decimal): -8816038 or 5929593. OLE color: 5929593.
HSL color Cylindrical-coordinate representation of color #797A5A: hue angle of 61.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #797A5A is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 90 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.52 |
| HSL | 61.88º | 0.15% | 0.42% | - |
| HSV(B) | 61.88º | 0.26% | 0.48% | - |
| XYZ | 16.69 | 18.72 | 12.41 | - |
| YUV | 118.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 90 | 0.01 | 0 | 0.26 | 0.52 | 61.88 | 0.15 | 0.42 |
| Hex | 79 | 7A | 5A | 1 | 0 | 1A | 34 | 3E | F | 2A |
| Octal | 171 | 172 | 132 | 1 | 0 | 32 | 64 | 76 | 17 | 52 |
| Binary | 1111001 | 1111010 | 1011010 | 1 | 0 | 11010 | 110100 | 111110 | 1111 | 101010 |
Color Harmonies of #797A5A
Complementary color
Monochromatic Colors of #797A5A
Black with #797A5A
Text Example
Text Example
White with #797A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A5A; }
p { color: rgb(121,122,90); }
H1.HeaderClassName
{
color: #797A5A;
}
.AnyTagClassName
{
color: #797A5A;
}
</style>
background-color css
<style>
a { background-color: #797A5A; }
a { background-color: rgb(121,122,90); }
div.DivClassName
{
background-color: #797A5A;
}
.BgClassName
{
background-color: #797A5A;
}
</style>
border-color css
<style>
span { border-color: #797A5A; }
span { border-color: rgb(121,122,90); }
td.TdClassName
{
border-color: #797A5A;
}
.TagClassName
{
border-color: #797A5A;
}
</style>