Shades of Finch #798253
Tints of Finch #798253
RGB
CMYK
RGB Variations
Color information
#798253 (or 0x798253) is known color: Finch. HEX triplet: 79, 82 and 53. RGB value is (121,130,83). Sum of RGB (Red+Green+Blue) = 121+130+83=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #798253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798253 is #867DAC. Grayscale: #7A7A7A. Windows color (decimal): -8813997 or 5472889. OLE color: 5472889.
HSL color Cylindrical-coordinate representation of color #798253: hue angle of 71.49º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #798253 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 83 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.49 |
| HSL | 71.49º | 0.22% | 0.42% | - |
| HSV(B) | 71.49º | 0.36% | 0.51% | - |
| XYZ | 17.43 | 20.65 | 11.25 | - |
| YUV | 121.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 83 | 0.07 | 0 | 0.36 | 0.49 | 71.49 | 0.22 | 0.42 |
| Hex | 79 | 82 | 53 | 7 | 0 | 24 | 31 | 47 | 16 | 2A |
| Octal | 171 | 202 | 123 | 7 | 0 | 44 | 61 | 107 | 26 | 52 |
| Binary | 1111001 | 10000010 | 1010011 | 111 | 0 | 100100 | 110001 | 1000111 | 10110 | 101010 |
Color Harmonies of #798253
Complementary color
Monochromatic Colors of #798253
Black with #798253
Text Example
Text Example
White with #798253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798253; }
p { color: rgb(121,130,83); }
H1.HeaderClassName
{
color: #798253;
}
.AnyTagClassName
{
color: #798253;
}
</style>
background-color css
<style>
a { background-color: #798253; }
a { background-color: rgb(121,130,83); }
div.DivClassName
{
background-color: #798253;
}
.BgClassName
{
background-color: #798253;
}
</style>
border-color css
<style>
span { border-color: #798253; }
span { border-color: rgb(121,130,83); }
td.TdClassName
{
border-color: #798253;
}
.TagClassName
{
border-color: #798253;
}
</style>