Shades of Finch #7E865C
Tints of Finch #7E865C
RGB
CMYK
RGB Variations
Color information
#7E865C (or 0x7E865C) is known color: Finch. HEX triplet: 7E, 86 and 5C. RGB value is (126,134,92). Sum of RGB (Red+Green+Blue) = 126+134+92=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #7E865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E865C is #8179A3. Grayscale: #7E7E7E. Windows color (decimal): -8485284 or 6063742. OLE color: 6063742.
HSL color Cylindrical-coordinate representation of color #7E865C: hue angle of 71.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E865C is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 92 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.47 |
| HSL | 71.43º | 0.19% | 0.44% | - |
| HSV(B) | 71.43º | 0.31% | 0.53% | - |
| XYZ | 19.06 | 22.26 | 13.42 | - |
| YUV | 126.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 92 | 0.06 | 0 | 0.31 | 0.47 | 71.43 | 0.19 | 0.44 |
| Hex | 7E | 86 | 5C | 6 | 0 | 1F | 2F | 47 | 13 | 2C |
| Octal | 176 | 206 | 134 | 6 | 0 | 37 | 57 | 107 | 23 | 54 |
| Binary | 1111110 | 10000110 | 1011100 | 110 | 0 | 11111 | 101111 | 1000111 | 10011 | 101100 |
Color Harmonies of #7E865C
Complementary color
Monochromatic Colors of #7E865C
Black with #7E865C
Text Example
Text Example
White with #7E865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E865C; }
p { color: rgb(126,134,92); }
H1.HeaderClassName
{
color: #7E865C;
}
.AnyTagClassName
{
color: #7E865C;
}
</style>
background-color css
<style>
a { background-color: #7E865C; }
a { background-color: rgb(126,134,92); }
div.DivClassName
{
background-color: #7E865C;
}
.BgClassName
{
background-color: #7E865C;
}
</style>
border-color css
<style>
span { border-color: #7E865C; }
span { border-color: rgb(126,134,92); }
td.TdClassName
{
border-color: #7E865C;
}
.TagClassName
{
border-color: #7E865C;
}
</style>