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