Shades of Finch #7A7C44
Tints of Finch #7A7C44
RGB
CMYK
RGB Variations
Color information
#7A7C44 (or 0x7A7C44) is known color: Finch. HEX triplet: 7A, 7C and 44. RGB value is (122,124,68). Sum of RGB (Red+Green+Blue) = 122+124+68=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7C44 is #8583BB. Grayscale: #757575. Windows color (decimal): -8750012 or 4488314. OLE color: 4488314.
HSL color Cylindrical-coordinate representation of color #7A7C44: hue angle of 62.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7C44 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 68 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.51 |
| HSL | 62.14º | 0.29% | 0.38% | - |
| HSV(B) | 62.14º | 0.45% | 0.49% | - |
| XYZ | 16.28 | 18.97 | 8.27 | - |
| YUV | 117.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 68 | 0.02 | 0 | 0.45 | 0.51 | 62.14 | 0.29 | 0.38 |
| Hex | 7A | 7C | 44 | 2 | 0 | 2D | 33 | 3E | 1D | 26 |
| Octal | 172 | 174 | 104 | 2 | 0 | 55 | 63 | 76 | 35 | 46 |
| Binary | 1111010 | 1111100 | 1000100 | 10 | 0 | 101101 | 110011 | 111110 | 11101 | 100110 |
Color Harmonies of #7A7C44
Complementary color
Monochromatic Colors of #7A7C44
Black with #7A7C44
Text Example
Text Example
White with #7A7C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C44; }
p { color: rgb(122,124,68); }
H1.HeaderClassName
{
color: #7A7C44;
}
.AnyTagClassName
{
color: #7A7C44;
}
</style>
background-color css
<style>
a { background-color: #7A7C44; }
a { background-color: rgb(122,124,68); }
div.DivClassName
{
background-color: #7A7C44;
}
.BgClassName
{
background-color: #7A7C44;
}
</style>
border-color css
<style>
span { border-color: #7A7C44; }
span { border-color: rgb(122,124,68); }
td.TdClassName
{
border-color: #7A7C44;
}
.TagClassName
{
border-color: #7A7C44;
}
</style>