Shades of Finch #797C48
Tints of Finch #797C48
RGB
CMYK
RGB Variations
Color information
#797C48 (or 0x797C48) is known color: Finch. HEX triplet: 79, 7C and 48. RGB value is (121,124,72). Sum of RGB (Red+Green+Blue) = 121+124+72=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #797C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797C48 is #8683B7. Grayscale: #757575. Windows color (decimal): -8815544 or 4750457. OLE color: 4750457.
HSL color Cylindrical-coordinate representation of color #797C48: hue angle of 63.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #797C48 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 124 | 72 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.51 |
| HSL | 63.46º | 0.27% | 0.38% | - |
| HSV(B) | 63.46º | 0.42% | 0.49% | - |
| XYZ | 16.26 | 18.95 | 8.93 | - |
| YUV | 117.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 72 | 0.02 | 0 | 0.42 | 0.51 | 63.46 | 0.27 | 0.38 |
| Hex | 79 | 7C | 48 | 2 | 0 | 2A | 33 | 3F | 1B | 26 |
| Octal | 171 | 174 | 110 | 2 | 0 | 52 | 63 | 77 | 33 | 46 |
| Binary | 1111001 | 1111100 | 1001000 | 10 | 0 | 101010 | 110011 | 111111 | 11011 | 100110 |
Color Harmonies of #797C48
Complementary color
Monochromatic Colors of #797C48
Black with #797C48
Text Example
Text Example
White with #797C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C48; }
p { color: rgb(121,124,72); }
H1.HeaderClassName
{
color: #797C48;
}
.AnyTagClassName
{
color: #797C48;
}
</style>
background-color css
<style>
a { background-color: #797C48; }
a { background-color: rgb(121,124,72); }
div.DivClassName
{
background-color: #797C48;
}
.BgClassName
{
background-color: #797C48;
}
</style>
border-color css
<style>
span { border-color: #797C48; }
span { border-color: rgb(121,124,72); }
td.TdClassName
{
border-color: #797C48;
}
.TagClassName
{
border-color: #797C48;
}
</style>