Shades of Finch #797B60
Tints of Finch #797B60
RGB
CMYK
RGB Variations
Color information
#797B60 (or 0x797B60) is known color: Finch. HEX triplet: 79, 7B and 60. RGB value is (121,123,96). Sum of RGB (Red+Green+Blue) = 121+123+96=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 123 - color contains mainly: green. Hex color #797B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797B60 is #86849F. Grayscale: #777777. Windows color (decimal): -8815776 or 6323065. OLE color: 6323065.
HSL color Cylindrical-coordinate representation of color #797B60: hue angle of 64.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797B60 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 123 | 96 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.52 |
| HSL | 64.44º | 0.12% | 0.43% | - |
| HSV(B) | 64.44º | 0.22% | 0.48% | - |
| XYZ | 17.08 | 19.08 | 13.85 | - |
| YUV | 119.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 96 | 0.02 | 0 | 0.22 | 0.52 | 64.44 | 0.12 | 0.43 |
| Hex | 79 | 7B | 60 | 2 | 0 | 16 | 34 | 40 | C | 2B |
| Octal | 171 | 173 | 140 | 2 | 0 | 26 | 64 | 100 | 14 | 53 |
| Binary | 1111001 | 1111011 | 1100000 | 10 | 0 | 10110 | 110100 | 1000000 | 1100 | 101011 |
Color Harmonies of #797B60
Complementary color
Monochromatic Colors of #797B60
Black with #797B60
Text Example
Text Example
White with #797B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B60; }
p { color: rgb(121,123,96); }
H1.HeaderClassName
{
color: #797B60;
}
.AnyTagClassName
{
color: #797B60;
}
</style>
background-color css
<style>
a { background-color: #797B60; }
a { background-color: rgb(121,123,96); }
div.DivClassName
{
background-color: #797B60;
}
.BgClassName
{
background-color: #797B60;
}
</style>
border-color css
<style>
span { border-color: #797B60; }
span { border-color: rgb(121,123,96); }
td.TdClassName
{
border-color: #797B60;
}
.TagClassName
{
border-color: #797B60;
}
</style>