Shades of Finch #7A7E65
Tints of Finch #7A7E65
RGB
CMYK
RGB Variations
Color information
#7A7E65 (or 0x7A7E65) is known color: Finch. HEX triplet: 7A, 7E and 65. RGB value is (122,126,101). Sum of RGB (Red+Green+Blue) = 122+126+101=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7E65 is #85819A. Grayscale: #7A7A7A. Windows color (decimal): -8749467 or 6651514. OLE color: 6651514.
HSL color Cylindrical-coordinate representation of color #7A7E65: hue angle of 69.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A7E65 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 101 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.51 |
| HSL | 69.6º | 0.11% | 0.45% | - |
| HSV(B) | 69.6º | 0.2% | 0.49% | - |
| XYZ | 17.84 | 20 | 15.23 | - |
| YUV | 121.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 101 | 0.03 | 0 | 0.20 | 0.51 | 69.6 | 0.11 | 0.45 |
| Hex | 7A | 7E | 65 | 3 | 0 | 14 | 33 | 46 | B | 2D |
| Octal | 172 | 176 | 145 | 3 | 0 | 24 | 63 | 106 | 13 | 55 |
| Binary | 1111010 | 1111110 | 1100101 | 11 | 0 | 10100 | 110011 | 1000110 | 1011 | 101101 |
Color Harmonies of #7A7E65
Complementary color
Monochromatic Colors of #7A7E65
Black with #7A7E65
Text Example
Text Example
White with #7A7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E65; }
p { color: rgb(122,126,101); }
H1.HeaderClassName
{
color: #7A7E65;
}
.AnyTagClassName
{
color: #7A7E65;
}
</style>
background-color css
<style>
a { background-color: #7A7E65; }
a { background-color: rgb(122,126,101); }
div.DivClassName
{
background-color: #7A7E65;
}
.BgClassName
{
background-color: #7A7E65;
}
</style>
border-color css
<style>
span { border-color: #7A7E65; }
span { border-color: rgb(122,126,101); }
td.TdClassName
{
border-color: #7A7E65;
}
.TagClassName
{
border-color: #7A7E65;
}
</style>