Shades of Finch #7A855F
Tints of Finch #7A855F
RGB
CMYK
RGB Variations
Color information
#7A855F (or 0x7A855F) is known color: Finch. HEX triplet: 7A, 85 and 5F. RGB value is (122,133,95). Sum of RGB (Red+Green+Blue) = 122+133+95=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #7A855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A855F is #857AA0. Grayscale: #7D7D7D. Windows color (decimal): -8747681 or 6260090. OLE color: 6260090.
HSL color Cylindrical-coordinate representation of color #7A855F: hue angle of 77.37º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A855F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 95 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.48 |
| HSL | 77.37º | 0.17% | 0.45% | - |
| HSV(B) | 77.37º | 0.29% | 0.52% | - |
| XYZ | 18.48 | 21.74 | 14.05 | - |
| YUV | 125.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 95 | 0.08 | 0 | 0.29 | 0.48 | 77.37 | 0.17 | 0.45 |
| Hex | 7A | 85 | 5F | 8 | 0 | 1D | 30 | 4D | 11 | 2D |
| Octal | 172 | 205 | 137 | 10 | 0 | 35 | 60 | 115 | 21 | 55 |
| Binary | 1111010 | 10000101 | 1011111 | 1000 | 0 | 11101 | 110000 | 1001101 | 10001 | 101101 |
Color Harmonies of #7A855F
Complementary color
Monochromatic Colors of #7A855F
Black with #7A855F
Text Example
Text Example
White with #7A855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A855F; }
p { color: rgb(122,133,95); }
H1.HeaderClassName
{
color: #7A855F;
}
.AnyTagClassName
{
color: #7A855F;
}
</style>
background-color css
<style>
a { background-color: #7A855F; }
a { background-color: rgb(122,133,95); }
div.DivClassName
{
background-color: #7A855F;
}
.BgClassName
{
background-color: #7A855F;
}
</style>
border-color css
<style>
span { border-color: #7A855F; }
span { border-color: rgb(122,133,95); }
td.TdClassName
{
border-color: #7A855F;
}
.TagClassName
{
border-color: #7A855F;
}
</style>