Shades of Finch #798050
Tints of Finch #798050
RGB
CMYK
RGB Variations
Color information
#798050 (or 0x798050) is known color: Finch. HEX triplet: 79, 80 and 50. RGB value is (121,128,80). Sum of RGB (Red+Green+Blue) = 121+128+80=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #798050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798050 is #867FAF. Grayscale: #787878. Windows color (decimal): -8814512 or 5275769. OLE color: 5275769.
HSL color Cylindrical-coordinate representation of color #798050: hue angle of 68.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #798050 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 80 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.50 |
| HSL | 68.75º | 0.23% | 0.41% | - |
| HSV(B) | 68.75º | 0.38% | 0.5% | - |
| XYZ | 17.05 | 20.08 | 10.57 | - |
| YUV | 120.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 80 | 0.05 | 0 | 0.38 | 0.50 | 68.75 | 0.23 | 0.41 |
| Hex | 79 | 80 | 50 | 5 | 0 | 26 | 32 | 45 | 17 | 29 |
| Octal | 171 | 200 | 120 | 5 | 0 | 46 | 62 | 105 | 27 | 51 |
| Binary | 1111001 | 10000000 | 1010000 | 101 | 0 | 100110 | 110010 | 1000101 | 10111 | 101001 |
Color Harmonies of #798050
Complementary color
Monochromatic Colors of #798050
Black with #798050
Text Example
Text Example
White with #798050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798050; }
p { color: rgb(121,128,80); }
H1.HeaderClassName
{
color: #798050;
}
.AnyTagClassName
{
color: #798050;
}
</style>
background-color css
<style>
a { background-color: #798050; }
a { background-color: rgb(121,128,80); }
div.DivClassName
{
background-color: #798050;
}
.BgClassName
{
background-color: #798050;
}
</style>
border-color css
<style>
span { border-color: #798050; }
span { border-color: rgb(121,128,80); }
td.TdClassName
{
border-color: #798050;
}
.TagClassName
{
border-color: #798050;
}
</style>