Shades of Finch #7A834F
Tints of Finch #7A834F
RGB
CMYK
RGB Variations
Color information
#7A834F (or 0x7A834F) is known color: Finch. HEX triplet: 7A, 83 and 4F. RGB value is (122,131,79). Sum of RGB (Red+Green+Blue) = 122+131+79=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #7A834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A834F is #857CB0. Grayscale: #7A7A7A. Windows color (decimal): -8748209 or 5211002. OLE color: 5211002.
HSL color Cylindrical-coordinate representation of color #7A834F: hue angle of 70.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A834F is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 79 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.49 |
| HSL | 70.38º | 0.25% | 0.41% | - |
| HSV(B) | 70.38º | 0.4% | 0.51% | - |
| XYZ | 17.55 | 20.93 | 10.51 | - |
| YUV | 122.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 79 | 0.07 | 0 | 0.40 | 0.49 | 70.38 | 0.25 | 0.41 |
| Hex | 7A | 83 | 4F | 7 | 0 | 28 | 31 | 46 | 19 | 29 |
| Octal | 172 | 203 | 117 | 7 | 0 | 50 | 61 | 106 | 31 | 51 |
| Binary | 1111010 | 10000011 | 1001111 | 111 | 0 | 101000 | 110001 | 1000110 | 11001 | 101001 |
Color Harmonies of #7A834F
Complementary color
Monochromatic Colors of #7A834F
Black with #7A834F
Text Example
Text Example
White with #7A834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A834F; }
p { color: rgb(122,131,79); }
H1.HeaderClassName
{
color: #7A834F;
}
.AnyTagClassName
{
color: #7A834F;
}
</style>
background-color css
<style>
a { background-color: #7A834F; }
a { background-color: rgb(122,131,79); }
div.DivClassName
{
background-color: #7A834F;
}
.BgClassName
{
background-color: #7A834F;
}
</style>
border-color css
<style>
span { border-color: #7A834F; }
span { border-color: rgb(122,131,79); }
td.TdClassName
{
border-color: #7A834F;
}
.TagClassName
{
border-color: #7A834F;
}
</style>