Shades of Finch #7A7C57
Tints of Finch #7A7C57
RGB
CMYK
RGB Variations
Color information
#7A7C57 (or 0x7A7C57) is known color: Finch. HEX triplet: 7A, 7C and 57. RGB value is (122,124,87). Sum of RGB (Red+Green+Blue) = 122+124+87=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7C57 is #8583A8. Grayscale: #777777. Windows color (decimal): -8749993 or 5733498. OLE color: 5733498.
HSL color Cylindrical-coordinate representation of color #7A7C57: hue angle of 63.24º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7C57 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 87 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.51 |
| HSL | 63.24º | 0.18% | 0.41% | - |
| HSV(B) | 63.24º | 0.3% | 0.49% | - |
| XYZ | 16.95 | 19.24 | 11.84 | - |
| YUV | 119.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 87 | 0.02 | 0 | 0.30 | 0.51 | 63.24 | 0.18 | 0.41 |
| Hex | 7A | 7C | 57 | 2 | 0 | 1E | 33 | 3F | 12 | 29 |
| Octal | 172 | 174 | 127 | 2 | 0 | 36 | 63 | 77 | 22 | 51 |
| Binary | 1111010 | 1111100 | 1010111 | 10 | 0 | 11110 | 110011 | 111111 | 10010 | 101001 |
Color Harmonies of #7A7C57
Complementary color
Monochromatic Colors of #7A7C57
Black with #7A7C57
Text Example
Text Example
White with #7A7C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C57; }
p { color: rgb(122,124,87); }
H1.HeaderClassName
{
color: #7A7C57;
}
.AnyTagClassName
{
color: #7A7C57;
}
</style>
background-color css
<style>
a { background-color: #7A7C57; }
a { background-color: rgb(122,124,87); }
div.DivClassName
{
background-color: #7A7C57;
}
.BgClassName
{
background-color: #7A7C57;
}
</style>
border-color css
<style>
span { border-color: #7A7C57; }
span { border-color: rgb(122,124,87); }
td.TdClassName
{
border-color: #7A7C57;
}
.TagClassName
{
border-color: #7A7C57;
}
</style>