HEX: #7E896A
RGB: (126,137,106)
#7E896A contains red, green and blue colors in about the same proportion. Web safe color of #7E896A is #669966 (or #696).
#7E896A color RGB value is (126,137,106).
RGB: (126,137,106)
(49%, 54%, 42%)
R 126 of 255 = 49%
G 137 of 255 = 54%
B 106 of 255 = 42%
R + G + B ~ 48%. #7E896A is middle color (not dark and not light).
R + G + B = 126 + 137 + 106 = 369 (100%)
R 126 of 369 ~ 34.15%
G 137 of 369 ~ 37.13%
B 106 of 369 ~ 28.73'%
#7E896A color CMYK value is (8,0,23,46).
CMYK: (8,0,23,46)
C8M0Y23K46 (8%, 0%, 23%, 46%)
(0.08 / 0.00 / 0.23 / 0.46)
Color #7E896A in popluar color models
7E | 89 | 6A | |
---|---|---|---|
RGB | 126 | 137 | 106 |
HSL | 81° | 12.76% | 47.65% |
HSB/HSV | 81° | 22.63% | 53.73% |
CMYK | 8.03% | 0.00% | 22.63% |
46.27% |
Color #7E896A in popluar number systems.
HEX | 7E | 89 | 6A |
Decimal | 126 | 137 | 106 |
Binary | 1111110 | 10001001 | 1101010 |
Octal | 176 | 211 | 152 |
Shades of #7E896A
Tints of #7E896A
Examples of css and html codes for elements with #7E896A color. Also use rgb(126,137,106) instead hex code.
.myTextColor { color: #7E896A; }
<p style="color:#7E896A">This sample text font color is #7E896A.</p>
This text font color is #7E896A.
.myBgColor { background-color: #7E896A; }
<div style="background-color:#7E896A">Inner text</div>
This div background color is #7E896A.
.myBorderColor { border: 1px solid #7E896A; }
<div style="border:3px solid #7E896A">Div</div>
This div border color is #7E896A.
.myOpacity80 { color: #7E896A; opacity: 0.8; }
<p style="color:#7E896A;opacity:0.8;">80%</p>
Text with #7E896A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E896A;}
<p style="text-shadow: 3px 3px 1px #7E896A">Text here.</p>
This text has shadow with #7E896A color.
.textShadow {text-shadow: 3px 3px 1px #7E896A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E896A, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E896A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E896A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E896A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E896A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E896A;
-webkit-box-shadow: 1px 1px 3px 2px #7E896A;
box-shadow: 1px 1px 3px 2px #7E896A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E896A; -webkit-box-shadow: 1px 1px 3px 2px #7E896A; box-shadow:1px 1px 3px 2px #7E896A;">
Div content here
</div>
This text has color #7E896A on black background.
This text has color #7E896A on white background.
This text has black color on #7E896A background.
This text has white color on #7E896A background.
Complementary color for #hex is #817695.