Shades of Finch #7A7D61
Tints of Finch #7A7D61
RGB
CMYK
RGB Variations
Color information
#7A7D61 (or 0x7A7D61) is known color: Finch. HEX triplet: 7A, 7D and 61. RGB value is (122,125,97). Sum of RGB (Red+Green+Blue) = 122+125+97=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7D61 is #85829E. Grayscale: #797979. Windows color (decimal): -8749727 or 6389114. OLE color: 6389114.
HSL color Cylindrical-coordinate representation of color #7A7D61: hue angle of 66.43º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A7D61 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 125 | 97 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.51 |
| HSL | 66.43º | 0.13% | 0.44% | - |
| HSV(B) | 66.43º | 0.22% | 0.49% | - |
| XYZ | 17.52 | 19.67 | 14.18 | - |
| YUV | 120.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 97 | 0.02 | 0 | 0.22 | 0.51 | 66.43 | 0.13 | 0.44 |
| Hex | 7A | 7D | 61 | 2 | 0 | 16 | 33 | 42 | D | 2C |
| Octal | 172 | 175 | 141 | 2 | 0 | 26 | 63 | 102 | 15 | 54 |
| Binary | 1111010 | 1111101 | 1100001 | 10 | 0 | 10110 | 110011 | 1000010 | 1101 | 101100 |
Color Harmonies of #7A7D61
Complementary color
Monochromatic Colors of #7A7D61
Black with #7A7D61
Text Example
Text Example
White with #7A7D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D61; }
p { color: rgb(122,125,97); }
H1.HeaderClassName
{
color: #7A7D61;
}
.AnyTagClassName
{
color: #7A7D61;
}
</style>
background-color css
<style>
a { background-color: #7A7D61; }
a { background-color: rgb(122,125,97); }
div.DivClassName
{
background-color: #7A7D61;
}
.BgClassName
{
background-color: #7A7D61;
}
</style>
border-color css
<style>
span { border-color: #7A7D61; }
span { border-color: rgb(122,125,97); }
td.TdClassName
{
border-color: #7A7D61;
}
.TagClassName
{
border-color: #7A7D61;
}
</style>