Shades of Finch #7E885F
Tints of Finch #7E885F
RGB
CMYK
RGB Variations
Color information
#7E885F (or 0x7E885F) is known color: Finch. HEX triplet: 7E, 88 and 5F. RGB value is (126,136,95). Sum of RGB (Red+Green+Blue) = 126+136+95=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #7E885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E885F is #8177A0. Grayscale: #808080. Windows color (decimal): -8484769 or 6260862. OLE color: 6260862.
HSL color Cylindrical-coordinate representation of color #7E885F: hue angle of 74.63º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E885F is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 95 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.47 |
| HSL | 74.63º | 0.18% | 0.45% | - |
| HSV(B) | 74.63º | 0.3% | 0.53% | - |
| XYZ | 19.47 | 22.87 | 14.21 | - |
| YUV | 128.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 95 | 0.07 | 0 | 0.30 | 0.47 | 74.63 | 0.18 | 0.45 |
| Hex | 7E | 88 | 5F | 7 | 0 | 1E | 2F | 4B | 12 | 2D |
| Octal | 176 | 210 | 137 | 7 | 0 | 36 | 57 | 113 | 22 | 55 |
| Binary | 1111110 | 10001000 | 1011111 | 111 | 0 | 11110 | 101111 | 1001011 | 10010 | 101101 |
Color Harmonies of #7E885F
Complementary color
Monochromatic Colors of #7E885F
Black with #7E885F
Text Example
Text Example
White with #7E885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E885F; }
p { color: rgb(126,136,95); }
H1.HeaderClassName
{
color: #7E885F;
}
.AnyTagClassName
{
color: #7E885F;
}
</style>
background-color css
<style>
a { background-color: #7E885F; }
a { background-color: rgb(126,136,95); }
div.DivClassName
{
background-color: #7E885F;
}
.BgClassName
{
background-color: #7E885F;
}
</style>
border-color css
<style>
span { border-color: #7E885F; }
span { border-color: rgb(126,136,95); }
td.TdClassName
{
border-color: #7E885F;
}
.TagClassName
{
border-color: #7E885F;
}
</style>