Shades of Finch #7A7C62
Tints of Finch #7A7C62
RGB
CMYK
RGB Variations
Color information
#7A7C62 (or 0x7A7C62) is known color: Finch. HEX triplet: 7A, 7C and 62. RGB value is (122,124,98). Sum of RGB (Red+Green+Blue) = 122+124+98=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7C62 is #85839D. Grayscale: #787878. Windows color (decimal): -8749982 or 6454394. OLE color: 6454394.
HSL color Cylindrical-coordinate representation of color #7A7C62: hue angle of 64.62º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7C62 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 98 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.51 |
| HSL | 64.62º | 0.12% | 0.44% | - |
| HSV(B) | 64.62º | 0.21% | 0.49% | - |
| XYZ | 17.44 | 19.43 | 14.39 | - |
| YUV | 120.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 98 | 0.02 | 0 | 0.21 | 0.51 | 64.62 | 0.12 | 0.44 |
| Hex | 7A | 7C | 62 | 2 | 0 | 15 | 33 | 41 | C | 2C |
| Octal | 172 | 174 | 142 | 2 | 0 | 25 | 63 | 101 | 14 | 54 |
| Binary | 1111010 | 1111100 | 1100010 | 10 | 0 | 10101 | 110011 | 1000001 | 1100 | 101100 |
Color Harmonies of #7A7C62
Complementary color
Monochromatic Colors of #7A7C62
Black with #7A7C62
Text Example
Text Example
White with #7A7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C62; }
p { color: rgb(122,124,98); }
H1.HeaderClassName
{
color: #7A7C62;
}
.AnyTagClassName
{
color: #7A7C62;
}
</style>
background-color css
<style>
a { background-color: #7A7C62; }
a { background-color: rgb(122,124,98); }
div.DivClassName
{
background-color: #7A7C62;
}
.BgClassName
{
background-color: #7A7C62;
}
</style>
border-color css
<style>
span { border-color: #7A7C62; }
span { border-color: rgb(122,124,98); }
td.TdClassName
{
border-color: #7A7C62;
}
.TagClassName
{
border-color: #7A7C62;
}
</style>