Shades of Finch #798455
Tints of Finch #798455
RGB
CMYK
RGB Variations
Color information
#798455 (or 0x798455) is known color: Finch. HEX triplet: 79, 84 and 55. RGB value is (121,132,85). Sum of RGB (Red+Green+Blue) = 121+132+85=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #798455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798455 is #867BAA. Grayscale: #7B7B7B. Windows color (decimal): -8813483 or 5604473. OLE color: 5604473.
HSL color Cylindrical-coordinate representation of color #798455: hue angle of 74.04º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #798455 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 132 | 85 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.48 |
| HSL | 74.04º | 0.22% | 0.43% | - |
| HSV(B) | 74.04º | 0.36% | 0.52% | - |
| XYZ | 17.78 | 21.22 | 11.75 | - |
| YUV | 123.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 85 | 0.08 | 0 | 0.36 | 0.48 | 74.04 | 0.22 | 0.43 |
| Hex | 79 | 84 | 55 | 8 | 0 | 24 | 30 | 4A | 16 | 2B |
| Octal | 171 | 204 | 125 | 10 | 0 | 44 | 60 | 112 | 26 | 53 |
| Binary | 1111001 | 10000100 | 1010101 | 1000 | 0 | 100100 | 110000 | 1001010 | 10110 | 101011 |
Color Harmonies of #798455
Complementary color
Monochromatic Colors of #798455
Black with #798455
Text Example
Text Example
White with #798455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798455; }
p { color: rgb(121,132,85); }
H1.HeaderClassName
{
color: #798455;
}
.AnyTagClassName
{
color: #798455;
}
</style>
background-color css
<style>
a { background-color: #798455; }
a { background-color: rgb(121,132,85); }
div.DivClassName
{
background-color: #798455;
}
.BgClassName
{
background-color: #798455;
}
</style>
border-color css
<style>
span { border-color: #798455; }
span { border-color: rgb(121,132,85); }
td.TdClassName
{
border-color: #798455;
}
.TagClassName
{
border-color: #798455;
}
</style>