Shades of Finch #7C885D
Tints of Finch #7C885D
RGB
CMYK
RGB Variations
Color information
#7C885D (or 0x7C885D) is known color: Finch. HEX triplet: 7C, 88 and 5D. RGB value is (124,136,93). Sum of RGB (Red+Green+Blue) = 124+136+93=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #7C885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C885D is #8377A2. Grayscale: #7F7F7F. Windows color (decimal): -8615843 or 6129788. OLE color: 6129788.
HSL color Cylindrical-coordinate representation of color #7C885D: hue angle of 76.74º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C885D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 93 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.47 |
| HSL | 76.74º | 0.19% | 0.45% | - |
| HSV(B) | 76.74º | 0.32% | 0.53% | - |
| XYZ | 19.09 | 22.68 | 13.73 | - |
| YUV | 127.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 93 | 0.09 | 0 | 0.32 | 0.47 | 76.74 | 0.19 | 0.45 |
| Hex | 7C | 88 | 5D | 9 | 0 | 20 | 2F | 4D | 13 | 2D |
| Octal | 174 | 210 | 135 | 11 | 0 | 40 | 57 | 115 | 23 | 55 |
| Binary | 1111100 | 10001000 | 1011101 | 1001 | 0 | 100000 | 101111 | 1001101 | 10011 | 101101 |
Color Harmonies of #7C885D
Complementary color
Monochromatic Colors of #7C885D
Black with #7C885D
Text Example
Text Example
White with #7C885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C885D; }
p { color: rgb(124,136,93); }
H1.HeaderClassName
{
color: #7C885D;
}
.AnyTagClassName
{
color: #7C885D;
}
</style>
background-color css
<style>
a { background-color: #7C885D; }
a { background-color: rgb(124,136,93); }
div.DivClassName
{
background-color: #7C885D;
}
.BgClassName
{
background-color: #7C885D;
}
</style>
border-color css
<style>
span { border-color: #7C885D; }
span { border-color: rgb(124,136,93); }
td.TdClassName
{
border-color: #7C885D;
}
.TagClassName
{
border-color: #7C885D;
}
</style>