Shades of Finch #7A7E67
Tints of Finch #7A7E67
RGB
CMYK
RGB Variations
Color information
#7A7E67 (or 0x7A7E67) is known color: Finch. HEX triplet: 7A, 7E and 67. RGB value is (122,126,103). Sum of RGB (Red+Green+Blue) = 122+126+103=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7E67 is #858198. Grayscale: #7A7A7A. Windows color (decimal): -8749465 or 6782586. OLE color: 6782586.
HSL color Cylindrical-coordinate representation of color #7A7E67: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A7E67 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 103 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.51 |
| HSL | 70.43º | 0.1% | 0.45% | - |
| HSV(B) | 70.43º | 0.18% | 0.49% | - |
| XYZ | 17.94 | 20.04 | 15.75 | - |
| YUV | 122.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 103 | 0.03 | 0 | 0.18 | 0.51 | 70.43 | 0.1 | 0.45 |
| Hex | 7A | 7E | 67 | 3 | 0 | 12 | 33 | 46 | A | 2D |
| Octal | 172 | 176 | 147 | 3 | 0 | 22 | 63 | 106 | 12 | 55 |
| Binary | 1111010 | 1111110 | 1100111 | 11 | 0 | 10010 | 110011 | 1000110 | 1010 | 101101 |
Color Harmonies of #7A7E67
Complementary color
Monochromatic Colors of #7A7E67
Black with #7A7E67
Text Example
Text Example
White with #7A7E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E67; }
p { color: rgb(122,126,103); }
H1.HeaderClassName
{
color: #7A7E67;
}
.AnyTagClassName
{
color: #7A7E67;
}
</style>
background-color css
<style>
a { background-color: #7A7E67; }
a { background-color: rgb(122,126,103); }
div.DivClassName
{
background-color: #7A7E67;
}
.BgClassName
{
background-color: #7A7E67;
}
</style>
border-color css
<style>
span { border-color: #7A7E67; }
span { border-color: rgb(122,126,103); }
td.TdClassName
{
border-color: #7A7E67;
}
.TagClassName
{
border-color: #7A7E67;
}
</style>