Shades of Finch #798652
Tints of Finch #798652
RGB
CMYK
RGB Variations
Color information
#798652 (or 0x798652) is known color: Finch. HEX triplet: 79, 86 and 52. RGB value is (121,134,82). Sum of RGB (Red+Green+Blue) = 121+134+82=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #798652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798652 is #8679AD. Grayscale: #7C7C7C. Windows color (decimal): -8812974 or 5408377. OLE color: 5408377.
HSL color Cylindrical-coordinate representation of color #798652: hue angle of 75º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #798652 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 134 | 82 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.47 |
| HSL | 75º | 0.24% | 0.42% | - |
| HSV(B) | 75º | 0.39% | 0.53% | - |
| XYZ | 17.93 | 21.72 | 11.23 | - |
| YUV | 124.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 82 | 0.10 | 0 | 0.39 | 0.47 | 75 | 0.24 | 0.42 |
| Hex | 79 | 86 | 52 | A | 0 | 27 | 2F | 4B | 18 | 2A |
| Octal | 171 | 206 | 122 | 12 | 0 | 47 | 57 | 113 | 30 | 52 |
| Binary | 1111001 | 10000110 | 1010010 | 1010 | 0 | 100111 | 101111 | 1001011 | 11000 | 101010 |
Color Harmonies of #798652
Complementary color
Monochromatic Colors of #798652
Black with #798652
Text Example
Text Example
White with #798652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798652; }
p { color: rgb(121,134,82); }
H1.HeaderClassName
{
color: #798652;
}
.AnyTagClassName
{
color: #798652;
}
</style>
background-color css
<style>
a { background-color: #798652; }
a { background-color: rgb(121,134,82); }
div.DivClassName
{
background-color: #798652;
}
.BgClassName
{
background-color: #798652;
}
</style>
border-color css
<style>
span { border-color: #798652; }
span { border-color: rgb(121,134,82); }
td.TdClassName
{
border-color: #798652;
}
.TagClassName
{
border-color: #798652;
}
</style>