Shades of Finch #7A8858
Tints of Finch #7A8858
RGB
CMYK
RGB Variations
Color information
#7A8858 (or 0x7A8858) is known color: Finch. HEX triplet: 7A, 88 and 58. RGB value is (122,136,88). Sum of RGB (Red+Green+Blue) = 122+136+88=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8858 is #8577A7. Grayscale: #7E7E7E. Windows color (decimal): -8746920 or 5802106. OLE color: 5802106.
HSL color Cylindrical-coordinate representation of color #7A8858: hue angle of 77.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A8858 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 88 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.47 |
| HSL | 77.5º | 0.21% | 0.44% | - |
| HSV(B) | 77.5º | 0.35% | 0.53% | - |
| XYZ | 18.59 | 22.45 | 12.59 | - |
| YUV | 126.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 88 | 0.10 | 0 | 0.35 | 0.47 | 77.5 | 0.21 | 0.44 |
| Hex | 7A | 88 | 58 | A | 0 | 23 | 2F | 4E | 15 | 2C |
| Octal | 172 | 210 | 130 | 12 | 0 | 43 | 57 | 116 | 25 | 54 |
| Binary | 1111010 | 10001000 | 1011000 | 1010 | 0 | 100011 | 101111 | 1001110 | 10101 | 101100 |
Color Harmonies of #7A8858
Complementary color
Monochromatic Colors of #7A8858
Black with #7A8858
Text Example
Text Example
White with #7A8858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8858; }
p { color: rgb(122,136,88); }
H1.HeaderClassName
{
color: #7A8858;
}
.AnyTagClassName
{
color: #7A8858;
}
</style>
background-color css
<style>
a { background-color: #7A8858; }
a { background-color: rgb(122,136,88); }
div.DivClassName
{
background-color: #7A8858;
}
.BgClassName
{
background-color: #7A8858;
}
</style>
border-color css
<style>
span { border-color: #7A8858; }
span { border-color: rgb(122,136,88); }
td.TdClassName
{
border-color: #7A8858;
}
.TagClassName
{
border-color: #7A8858;
}
</style>