Shades of Finch #798052
Tints of Finch #798052
RGB
CMYK
RGB Variations
Color information
#798052 (or 0x798052) is known color: Finch. HEX triplet: 79, 80 and 52. RGB value is (121,128,82). Sum of RGB (Red+Green+Blue) = 121+128+82=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 128 - color contains mainly: green. Hex color #798052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798052 is #867FAD. Grayscale: #787878. Windows color (decimal): -8814510 or 5406841. OLE color: 5406841.
HSL color Cylindrical-coordinate representation of color #798052: hue angle of 69.13º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #798052 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 82 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.50 |
| HSL | 69.13º | 0.22% | 0.41% | - |
| HSV(B) | 69.13º | 0.36% | 0.5% | - |
| XYZ | 17.13 | 20.11 | 10.96 | - |
| YUV | 120.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 82 | 0.05 | 0 | 0.36 | 0.50 | 69.13 | 0.22 | 0.41 |
| Hex | 79 | 80 | 52 | 5 | 0 | 24 | 32 | 45 | 16 | 29 |
| Octal | 171 | 200 | 122 | 5 | 0 | 44 | 62 | 105 | 26 | 51 |
| Binary | 1111001 | 10000000 | 1010010 | 101 | 0 | 100100 | 110010 | 1000101 | 10110 | 101001 |
Color Harmonies of #798052
Complementary color
Monochromatic Colors of #798052
Black with #798052
Text Example
Text Example
White with #798052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798052; }
p { color: rgb(121,128,82); }
H1.HeaderClassName
{
color: #798052;
}
.AnyTagClassName
{
color: #798052;
}
</style>
background-color css
<style>
a { background-color: #798052; }
a { background-color: rgb(121,128,82); }
div.DivClassName
{
background-color: #798052;
}
.BgClassName
{
background-color: #798052;
}
</style>
border-color css
<style>
span { border-color: #798052; }
span { border-color: rgb(121,128,82); }
td.TdClassName
{
border-color: #798052;
}
.TagClassName
{
border-color: #798052;
}
</style>