Shades of Finch #798152
Tints of Finch #798152
RGB
CMYK
RGB Variations
Color information
#798152 (or 0x798152) is known color: Finch. HEX triplet: 79, 81 and 52. RGB value is (121,129,82). Sum of RGB (Red+Green+Blue) = 121+129+82=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #798152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798152 is #867EAD. Grayscale: #797979. Windows color (decimal): -8814254 or 5407097. OLE color: 5407097.
HSL color Cylindrical-coordinate representation of color #798152: hue angle of 70.21º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #798152 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 129 | 82 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.49 |
| HSL | 70.21º | 0.22% | 0.41% | - |
| HSV(B) | 70.21º | 0.36% | 0.51% | - |
| XYZ | 17.26 | 20.37 | 11.01 | - |
| YUV | 121.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 82 | 0.06 | 0 | 0.36 | 0.49 | 70.21 | 0.22 | 0.41 |
| Hex | 79 | 81 | 52 | 6 | 0 | 24 | 31 | 46 | 16 | 29 |
| Octal | 171 | 201 | 122 | 6 | 0 | 44 | 61 | 106 | 26 | 51 |
| Binary | 1111001 | 10000001 | 1010010 | 110 | 0 | 100100 | 110001 | 1000110 | 10110 | 101001 |
Color Harmonies of #798152
Complementary color
Monochromatic Colors of #798152
Black with #798152
Text Example
Text Example
White with #798152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798152; }
p { color: rgb(121,129,82); }
H1.HeaderClassName
{
color: #798152;
}
.AnyTagClassName
{
color: #798152;
}
</style>
background-color css
<style>
a { background-color: #798152; }
a { background-color: rgb(121,129,82); }
div.DivClassName
{
background-color: #798152;
}
.BgClassName
{
background-color: #798152;
}
</style>
border-color css
<style>
span { border-color: #798152; }
span { border-color: rgb(121,129,82); }
td.TdClassName
{
border-color: #798152;
}
.TagClassName
{
border-color: #798152;
}
</style>