Shades of Finch #7A855B
Tints of Finch #7A855B
RGB
CMYK
RGB Variations
Color information
#7A855B (or 0x7A855B) is known color: Finch. HEX triplet: 7A, 85 and 5B. RGB value is (122,133,91). Sum of RGB (Red+Green+Blue) = 122+133+91=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #7A855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A855B is #857AA4. Grayscale: #7D7D7D. Windows color (decimal): -8747685 or 5997946. OLE color: 5997946.
HSL color Cylindrical-coordinate representation of color #7A855B: hue angle of 75.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A855B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 91 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.48 |
| HSL | 75.71º | 0.19% | 0.44% | - |
| HSV(B) | 75.71º | 0.32% | 0.52% | - |
| XYZ | 18.3 | 21.67 | 13.12 | - |
| YUV | 124.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 91 | 0.08 | 0 | 0.32 | 0.48 | 75.71 | 0.19 | 0.44 |
| Hex | 7A | 85 | 5B | 8 | 0 | 20 | 30 | 4C | 13 | 2C |
| Octal | 172 | 205 | 133 | 10 | 0 | 40 | 60 | 114 | 23 | 54 |
| Binary | 1111010 | 10000101 | 1011011 | 1000 | 0 | 100000 | 110000 | 1001100 | 10011 | 101100 |
Color Harmonies of #7A855B
Complementary color
Monochromatic Colors of #7A855B
Black with #7A855B
Text Example
Text Example
White with #7A855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A855B; }
p { color: rgb(122,133,91); }
H1.HeaderClassName
{
color: #7A855B;
}
.AnyTagClassName
{
color: #7A855B;
}
</style>
background-color css
<style>
a { background-color: #7A855B; }
a { background-color: rgb(122,133,91); }
div.DivClassName
{
background-color: #7A855B;
}
.BgClassName
{
background-color: #7A855B;
}
</style>
border-color css
<style>
span { border-color: #7A855B; }
span { border-color: rgb(122,133,91); }
td.TdClassName
{
border-color: #7A855B;
}
.TagClassName
{
border-color: #7A855B;
}
</style>