Shades of Finch #797B47
Tints of Finch #797B47
RGB
CMYK
RGB Variations
Color information
#797B47 (or 0x797B47) is known color: Finch. HEX triplet: 79, 7B and 47. RGB value is (121,123,71). Sum of RGB (Red+Green+Blue) = 121+123+71=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #797B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797B47 is #8684B8. Grayscale: #747474. Windows color (decimal): -8815801 or 4684665. OLE color: 4684665.
HSL color Cylindrical-coordinate representation of color #797B47: hue angle of 62.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #797B47 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 123 | 71 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.52 |
| HSL | 62.31º | 0.27% | 0.38% | - |
| HSV(B) | 62.31º | 0.42% | 0.48% | - |
| XYZ | 16.11 | 18.69 | 8.72 | - |
| YUV | 116.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 71 | 0.02 | 0 | 0.42 | 0.52 | 62.31 | 0.27 | 0.38 |
| Hex | 79 | 7B | 47 | 2 | 0 | 2A | 34 | 3E | 1B | 26 |
| Octal | 171 | 173 | 107 | 2 | 0 | 52 | 64 | 76 | 33 | 46 |
| Binary | 1111001 | 1111011 | 1000111 | 10 | 0 | 101010 | 110100 | 111110 | 11011 | 100110 |
Color Harmonies of #797B47
Complementary color
Monochromatic Colors of #797B47
Black with #797B47
Text Example
Text Example
White with #797B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B47; }
p { color: rgb(121,123,71); }
H1.HeaderClassName
{
color: #797B47;
}
.AnyTagClassName
{
color: #797B47;
}
</style>
background-color css
<style>
a { background-color: #797B47; }
a { background-color: rgb(121,123,71); }
div.DivClassName
{
background-color: #797B47;
}
.BgClassName
{
background-color: #797B47;
}
</style>
border-color css
<style>
span { border-color: #797B47; }
span { border-color: rgb(121,123,71); }
td.TdClassName
{
border-color: #797B47;
}
.TagClassName
{
border-color: #797B47;
}
</style>