Shades of Finch #7A7C65
Tints of Finch #7A7C65
RGB
CMYK
RGB Variations
Color information
#7A7C65 (or 0x7A7C65) is known color: Finch. HEX triplet: 7A, 7C and 65. RGB value is (122,124,101). Sum of RGB (Red+Green+Blue) = 122+124+101=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7C65 is #85839A. Grayscale: #787878. Windows color (decimal): -8749979 or 6651002. OLE color: 6651002.
HSL color Cylindrical-coordinate representation of color #7A7C65: hue angle of 65.22º 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 #7A7C65 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 101 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.51 |
| HSL | 65.22º | 0.1% | 0.44% | - |
| HSV(B) | 65.22º | 0.19% | 0.49% | - |
| XYZ | 17.58 | 19.49 | 15.15 | - |
| YUV | 120.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 101 | 0.02 | 0 | 0.19 | 0.51 | 65.22 | 0.1 | 0.44 |
| Hex | 7A | 7C | 65 | 2 | 0 | 13 | 33 | 41 | A | 2C |
| Octal | 172 | 174 | 145 | 2 | 0 | 23 | 63 | 101 | 12 | 54 |
| Binary | 1111010 | 1111100 | 1100101 | 10 | 0 | 10011 | 110011 | 1000001 | 1010 | 101100 |
Color Harmonies of #7A7C65
Complementary color
Monochromatic Colors of #7A7C65
Black with #7A7C65
Text Example
Text Example
White with #7A7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C65; }
p { color: rgb(122,124,101); }
H1.HeaderClassName
{
color: #7A7C65;
}
.AnyTagClassName
{
color: #7A7C65;
}
</style>
background-color css
<style>
a { background-color: #7A7C65; }
a { background-color: rgb(122,124,101); }
div.DivClassName
{
background-color: #7A7C65;
}
.BgClassName
{
background-color: #7A7C65;
}
</style>
border-color css
<style>
span { border-color: #7A7C65; }
span { border-color: rgb(122,124,101); }
td.TdClassName
{
border-color: #7A7C65;
}
.TagClassName
{
border-color: #7A7C65;
}
</style>