Shades of Finch #797F63
Tints of Finch #797F63
RGB
CMYK
RGB Variations
Color information
#797F63 (or 0x797F63) is known color: Finch. HEX triplet: 79, 7F and 63. RGB value is (121,127,99). Sum of RGB (Red+Green+Blue) = 121+127+99=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #797F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F63 is #86809C. Grayscale: #7A7A7A. Windows color (decimal): -8814749 or 6520697. OLE color: 6520697.
HSL color Cylindrical-coordinate representation of color #797F63: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797F63 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 99 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.50 |
| HSL | 72.86º | 0.12% | 0.44% | - |
| HSV(B) | 72.86º | 0.22% | 0.5% | - |
| XYZ | 17.73 | 20.14 | 14.76 | - |
| YUV | 122.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 99 | 0.05 | 0 | 0.22 | 0.50 | 72.86 | 0.12 | 0.44 |
| Hex | 79 | 7F | 63 | 5 | 0 | 16 | 32 | 49 | C | 2C |
| Octal | 171 | 177 | 143 | 5 | 0 | 26 | 62 | 111 | 14 | 54 |
| Binary | 1111001 | 1111111 | 1100011 | 101 | 0 | 10110 | 110010 | 1001001 | 1100 | 101100 |
Color Harmonies of #797F63
Complementary color
Monochromatic Colors of #797F63
Black with #797F63
Text Example
Text Example
White with #797F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F63; }
p { color: rgb(121,127,99); }
H1.HeaderClassName
{
color: #797F63;
}
.AnyTagClassName
{
color: #797F63;
}
</style>
background-color css
<style>
a { background-color: #797F63; }
a { background-color: rgb(121,127,99); }
div.DivClassName
{
background-color: #797F63;
}
.BgClassName
{
background-color: #797F63;
}
</style>
border-color css
<style>
span { border-color: #797F63; }
span { border-color: rgb(121,127,99); }
td.TdClassName
{
border-color: #797F63;
}
.TagClassName
{
border-color: #797F63;
}
</style>