Shades of Finch #797C65
Tints of Finch #797C65
RGB
CMYK
RGB Variations
Color information
#797C65 (or 0x797C65) is known color: Finch. HEX triplet: 79, 7C and 65. RGB value is (121,124,101). Sum of RGB (Red+Green+Blue) = 121+124+101=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #797C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C65 is #86839A. Grayscale: #787878. Windows color (decimal): -8815515 or 6651001. OLE color: 6651001.
HSL color Cylindrical-coordinate representation of color #797C65: hue angle of 67.83º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #797C65 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 124 | 101 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.51 |
| HSL | 67.83º | 0.1% | 0.44% | - |
| HSV(B) | 67.83º | 0.19% | 0.49% | - |
| XYZ | 17.44 | 19.42 | 15.14 | - |
| YUV | 120.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 101 | 0.02 | 0 | 0.19 | 0.51 | 67.83 | 0.1 | 0.44 |
| Hex | 79 | 7C | 65 | 2 | 0 | 13 | 33 | 44 | A | 2C |
| Octal | 171 | 174 | 145 | 2 | 0 | 23 | 63 | 104 | 12 | 54 |
| Binary | 1111001 | 1111100 | 1100101 | 10 | 0 | 10011 | 110011 | 1000100 | 1010 | 101100 |
Color Harmonies of #797C65
Complementary color
Monochromatic Colors of #797C65
Black with #797C65
Text Example
Text Example
White with #797C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C65; }
p { color: rgb(121,124,101); }
H1.HeaderClassName
{
color: #797C65;
}
.AnyTagClassName
{
color: #797C65;
}
</style>
background-color css
<style>
a { background-color: #797C65; }
a { background-color: rgb(121,124,101); }
div.DivClassName
{
background-color: #797C65;
}
.BgClassName
{
background-color: #797C65;
}
</style>
border-color css
<style>
span { border-color: #797C65; }
span { border-color: rgb(121,124,101); }
td.TdClassName
{
border-color: #797C65;
}
.TagClassName
{
border-color: #797C65;
}
</style>