Shades of Finch #7A8955
Tints of Finch #7A8955
RGB
CMYK
RGB Variations
Color information
#7A8955 (or 0x7A8955) is known color: Finch. HEX triplet: 7A, 89 and 55. RGB value is (122,137,85). Sum of RGB (Red+Green+Blue) = 122+137+85=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8955 is #8576AA. Grayscale: #7E7E7E. Windows color (decimal): -8746667 or 5605754. OLE color: 5605754.
HSL color Cylindrical-coordinate representation of color #7A8955: hue angle of 77.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A8955 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 85 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.46 |
| HSL | 77.31º | 0.23% | 0.44% | - |
| HSV(B) | 77.31º | 0.38% | 0.54% | - |
| XYZ | 18.61 | 22.68 | 11.99 | - |
| YUV | 126.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 85 | 0.11 | 0 | 0.38 | 0.46 | 77.31 | 0.23 | 0.44 |
| Hex | 7A | 89 | 55 | B | 0 | 26 | 2E | 4D | 17 | 2C |
| Octal | 172 | 211 | 125 | 13 | 0 | 46 | 56 | 115 | 27 | 54 |
| Binary | 1111010 | 10001001 | 1010101 | 1011 | 0 | 100110 | 101110 | 1001101 | 10111 | 101100 |
Color Harmonies of #7A8955
Complementary color
Monochromatic Colors of #7A8955
Black with #7A8955
Text Example
Text Example
White with #7A8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8955; }
p { color: rgb(122,137,85); }
H1.HeaderClassName
{
color: #7A8955;
}
.AnyTagClassName
{
color: #7A8955;
}
</style>
background-color css
<style>
a { background-color: #7A8955; }
a { background-color: rgb(122,137,85); }
div.DivClassName
{
background-color: #7A8955;
}
.BgClassName
{
background-color: #7A8955;
}
</style>
border-color css
<style>
span { border-color: #7A8955; }
span { border-color: rgb(122,137,85); }
td.TdClassName
{
border-color: #7A8955;
}
.TagClassName
{
border-color: #7A8955;
}
</style>