Shades of Finch #7A8050
Tints of Finch #7A8050
RGB
CMYK
RGB Variations
Color information
#7A8050 (or 0x7A8050) is known color: Finch. HEX triplet: 7A, 80 and 50. RGB value is (122,128,80). Sum of RGB (Red+Green+Blue) = 122+128+80=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8050 is #857FAF. Grayscale: #787878. Windows color (decimal): -8748976 or 5275770. OLE color: 5275770.
HSL color Cylindrical-coordinate representation of color #7A8050: hue angle of 67.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A8050 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 80 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.50 |
| HSL | 67.5º | 0.23% | 0.41% | - |
| HSV(B) | 67.5º | 0.38% | 0.5% | - |
| XYZ | 17.19 | 20.16 | 10.57 | - |
| YUV | 120.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 80 | 0.05 | 0 | 0.38 | 0.50 | 67.5 | 0.23 | 0.41 |
| Hex | 7A | 80 | 50 | 5 | 0 | 26 | 32 | 44 | 17 | 29 |
| Octal | 172 | 200 | 120 | 5 | 0 | 46 | 62 | 104 | 27 | 51 |
| Binary | 1111010 | 10000000 | 1010000 | 101 | 0 | 100110 | 110010 | 1000100 | 10111 | 101001 |
Color Harmonies of #7A8050
Complementary color
Monochromatic Colors of #7A8050
Black with #7A8050
Text Example
Text Example
White with #7A8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8050; }
p { color: rgb(122,128,80); }
H1.HeaderClassName
{
color: #7A8050;
}
.AnyTagClassName
{
color: #7A8050;
}
</style>
background-color css
<style>
a { background-color: #7A8050; }
a { background-color: rgb(122,128,80); }
div.DivClassName
{
background-color: #7A8050;
}
.BgClassName
{
background-color: #7A8050;
}
</style>
border-color css
<style>
span { border-color: #7A8050; }
span { border-color: rgb(122,128,80); }
td.TdClassName
{
border-color: #7A8050;
}
.TagClassName
{
border-color: #7A8050;
}
</style>