Shades of Finch #7E895D
Tints of Finch #7E895D
RGB
CMYK
RGB Variations
Color information
#7E895D (or 0x7E895D) is known color: Finch. HEX triplet: 7E, 89 and 5D. RGB value is (126,137,93). Sum of RGB (Red+Green+Blue) = 126+137+93=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #7E895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E895D is #8176A2. Grayscale: #808080. Windows color (decimal): -8484515 or 6130046. OLE color: 6130046.
HSL color Cylindrical-coordinate representation of color #7E895D: hue angle of 75º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E895D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 93 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.46 |
| HSL | 75º | 0.19% | 0.45% | - |
| HSV(B) | 75º | 0.32% | 0.54% | - |
| XYZ | 19.53 | 23.12 | 13.79 | - |
| YUV | 128.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 93 | 0.08 | 0 | 0.32 | 0.46 | 75 | 0.19 | 0.45 |
| Hex | 7E | 89 | 5D | 8 | 0 | 20 | 2E | 4B | 13 | 2D |
| Octal | 176 | 211 | 135 | 10 | 0 | 40 | 56 | 113 | 23 | 55 |
| Binary | 1111110 | 10001001 | 1011101 | 1000 | 0 | 100000 | 101110 | 1001011 | 10011 | 101101 |
Color Harmonies of #7E895D
Complementary color
Monochromatic Colors of #7E895D
Black with #7E895D
Text Example
Text Example
White with #7E895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E895D; }
p { color: rgb(126,137,93); }
H1.HeaderClassName
{
color: #7E895D;
}
.AnyTagClassName
{
color: #7E895D;
}
</style>
background-color css
<style>
a { background-color: #7E895D; }
a { background-color: rgb(126,137,93); }
div.DivClassName
{
background-color: #7E895D;
}
.BgClassName
{
background-color: #7E895D;
}
</style>
border-color css
<style>
span { border-color: #7E895D; }
span { border-color: rgb(126,137,93); }
td.TdClassName
{
border-color: #7E895D;
}
.TagClassName
{
border-color: #7E895D;
}
</style>