Shades of Finch #798252
Tints of Finch #798252
RGB
CMYK
RGB Variations
Color information
#798252 (or 0x798252) is known color: Finch. HEX triplet: 79, 82 and 52. RGB value is (121,130,82). Sum of RGB (Red+Green+Blue) = 121+130+82=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #798252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798252 is #867DAD. Grayscale: #7A7A7A. Windows color (decimal): -8813998 or 5407353. OLE color: 5407353.
HSL color Cylindrical-coordinate representation of color #798252: hue angle of 71.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #798252 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 82 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.49 |
| HSL | 71.25º | 0.23% | 0.42% | - |
| HSV(B) | 71.25º | 0.37% | 0.51% | - |
| XYZ | 17.39 | 20.64 | 11.05 | - |
| YUV | 121.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 82 | 0.07 | 0 | 0.37 | 0.49 | 71.25 | 0.23 | 0.42 |
| Hex | 79 | 82 | 52 | 7 | 0 | 25 | 31 | 47 | 17 | 2A |
| Octal | 171 | 202 | 122 | 7 | 0 | 45 | 61 | 107 | 27 | 52 |
| Binary | 1111001 | 10000010 | 1010010 | 111 | 0 | 100101 | 110001 | 1000111 | 10111 | 101010 |
Color Harmonies of #798252
Complementary color
Monochromatic Colors of #798252
Black with #798252
Text Example
Text Example
White with #798252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798252; }
p { color: rgb(121,130,82); }
H1.HeaderClassName
{
color: #798252;
}
.AnyTagClassName
{
color: #798252;
}
</style>
background-color css
<style>
a { background-color: #798252; }
a { background-color: rgb(121,130,82); }
div.DivClassName
{
background-color: #798252;
}
.BgClassName
{
background-color: #798252;
}
</style>
border-color css
<style>
span { border-color: #798252; }
span { border-color: rgb(121,130,82); }
td.TdClassName
{
border-color: #798252;
}
.TagClassName
{
border-color: #798252;
}
</style>