Shades of Finch #7E8163
Tints of Finch #7E8163
RGB
CMYK
RGB Variations
Color information
#7E8163 (or 0x7E8163) is known color: Finch. HEX triplet: 7E, 81 and 63. RGB value is (126,129,99). Sum of RGB (Red+Green+Blue) = 126+129+99=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8163 is #817E9C. Grayscale: #7C7C7C. Windows color (decimal): -8486557 or 6521214. OLE color: 6521214.
HSL color Cylindrical-coordinate representation of color #7E8163: hue angle of 66º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8163 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 99 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.49 |
| HSL | 66º | 0.13% | 0.45% | - |
| HSV(B) | 66º | 0.23% | 0.51% | - |
| XYZ | 18.71 | 21.04 | 14.88 | - |
| YUV | 124.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 99 | 0.02 | 0 | 0.23 | 0.49 | 66 | 0.13 | 0.45 |
| Hex | 7E | 81 | 63 | 2 | 0 | 17 | 31 | 42 | D | 2D |
| Octal | 176 | 201 | 143 | 2 | 0 | 27 | 61 | 102 | 15 | 55 |
| Binary | 1111110 | 10000001 | 1100011 | 10 | 0 | 10111 | 110001 | 1000010 | 1101 | 101101 |
Color Harmonies of #7E8163
Complementary color
Monochromatic Colors of #7E8163
Black with #7E8163
Text Example
Text Example
White with #7E8163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8163; }
p { color: rgb(126,129,99); }
H1.HeaderClassName
{
color: #7E8163;
}
.AnyTagClassName
{
color: #7E8163;
}
</style>
background-color css
<style>
a { background-color: #7E8163; }
a { background-color: rgb(126,129,99); }
div.DivClassName
{
background-color: #7E8163;
}
.BgClassName
{
background-color: #7E8163;
}
</style>
border-color css
<style>
span { border-color: #7E8163; }
span { border-color: rgb(126,129,99); }
td.TdClassName
{
border-color: #7E8163;
}
.TagClassName
{
border-color: #7E8163;
}
</style>