Shades of Finch #798251
Tints of Finch #798251
RGB
CMYK
RGB Variations
Color information
#798251 (or 0x798251) is known color: Finch. HEX triplet: 79, 82 and 51. RGB value is (121,130,81). Sum of RGB (Red+Green+Blue) = 121+130+81=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #798251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798251 is #867DAE. Grayscale: #797979. Windows color (decimal): -8813999 or 5341817. OLE color: 5341817.
HSL color Cylindrical-coordinate representation of color #798251: hue angle of 71.02º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #798251 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 81 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.49 |
| HSL | 71.02º | 0.23% | 0.41% | - |
| HSV(B) | 71.02º | 0.38% | 0.51% | - |
| XYZ | 17.35 | 20.62 | 10.85 | - |
| YUV | 121.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 81 | 0.07 | 0 | 0.38 | 0.49 | 71.02 | 0.23 | 0.41 |
| Hex | 79 | 82 | 51 | 7 | 0 | 26 | 31 | 47 | 17 | 29 |
| Octal | 171 | 202 | 121 | 7 | 0 | 46 | 61 | 107 | 27 | 51 |
| Binary | 1111001 | 10000010 | 1010001 | 111 | 0 | 100110 | 110001 | 1000111 | 10111 | 101001 |
Color Harmonies of #798251
Complementary color
Monochromatic Colors of #798251
Black with #798251
Text Example
Text Example
White with #798251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798251; }
p { color: rgb(121,130,81); }
H1.HeaderClassName
{
color: #798251;
}
.AnyTagClassName
{
color: #798251;
}
</style>
background-color css
<style>
a { background-color: #798251; }
a { background-color: rgb(121,130,81); }
div.DivClassName
{
background-color: #798251;
}
.BgClassName
{
background-color: #798251;
}
</style>
border-color css
<style>
span { border-color: #798251; }
span { border-color: rgb(121,130,81); }
td.TdClassName
{
border-color: #798251;
}
.TagClassName
{
border-color: #798251;
}
</style>