Shades of Finch #7A8150
Tints of Finch #7A8150
RGB
CMYK
RGB Variations
Color information
#7A8150 (or 0x7A8150) is known color: Finch. HEX triplet: 7A, 81 and 50. RGB value is (122,129,80). Sum of RGB (Red+Green+Blue) = 122+129+80=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8150 is #857EAF. Grayscale: #797979. Windows color (decimal): -8748720 or 5276026. OLE color: 5276026.
HSL color Cylindrical-coordinate representation of color #7A8150: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A8150 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 80 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.49 |
| HSL | 68.57º | 0.23% | 0.41% | - |
| HSV(B) | 68.57º | 0.38% | 0.51% | - |
| XYZ | 17.32 | 20.42 | 10.62 | - |
| YUV | 121.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 80 | 0.05 | 0 | 0.38 | 0.49 | 68.57 | 0.23 | 0.41 |
| Hex | 7A | 81 | 50 | 5 | 0 | 26 | 31 | 45 | 17 | 29 |
| Octal | 172 | 201 | 120 | 5 | 0 | 46 | 61 | 105 | 27 | 51 |
| Binary | 1111010 | 10000001 | 1010000 | 101 | 0 | 100110 | 110001 | 1000101 | 10111 | 101001 |
Color Harmonies of #7A8150
Complementary color
Monochromatic Colors of #7A8150
Black with #7A8150
Text Example
Text Example
White with #7A8150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8150; }
p { color: rgb(122,129,80); }
H1.HeaderClassName
{
color: #7A8150;
}
.AnyTagClassName
{
color: #7A8150;
}
</style>
background-color css
<style>
a { background-color: #7A8150; }
a { background-color: rgb(122,129,80); }
div.DivClassName
{
background-color: #7A8150;
}
.BgClassName
{
background-color: #7A8150;
}
</style>
border-color css
<style>
span { border-color: #7A8150; }
span { border-color: rgb(122,129,80); }
td.TdClassName
{
border-color: #7A8150;
}
.TagClassName
{
border-color: #7A8150;
}
</style>