HEX: #7E720D
RGB: (126,114,13)
#7E720D contains mainly red and green colors. Web safe color of #7E720D is #666600 (or #660).
#7E720D color RGB value is (126,114,13).
RGB: (126,114,13)
(49%, 45%, 5%)
R 126 of 255 = 49%
G 114 of 255 = 45%
B 13 of 255 = 5%
R + G + B ~ 33%. #7E720D is quite dark color.
R + G + B = 126 + 114 + 13 = 253 (100%)
R 126 of 253 ~ 49.8%
G 114 of 253 ~ 45.06%
B 13 of 253 ~ 5.14'%
#7E720D color CMYK value is (0,10,90,51).
CMYK: (0,10,90,51)
C0M10Y90K51 (0%, 10%, 90%, 51%)
(0.00 / 0.10 / 0.90 / 0.51)
Color #7E720D in popluar color models
7E | 72 | 0D | |
---|---|---|---|
RGB | 126 | 114 | 13 |
HSL | 54° | 81.29% | 27.25% |
HSB/HSV | 54° | 89.68% | 49.41% |
CMYK | 0.00% | 9.52% | 89.68% |
50.59% |
Color #7E720D in popluar number systems.
HEX | 7E | 72 | 0D |
Decimal | 126 | 114 | 13 |
Binary | 1111110 | 1110010 | 1101 |
Octal | 176 | 162 | 15 |
Shades of #7E720D
Tints of #7E720D
Examples of css and html codes for elements with #7E720D color. Also use rgb(126,114,13) instead hex code.
.myTextColor { color: #7E720D; }
<p style="color:#7E720D">This sample text font color is #7E720D.</p>
This text font color is #7E720D.
.myBgColor { background-color: #7E720D; }
<div style="background-color:#7E720D">Inner text</div>
This div background color is #7E720D.
.myBorderColor { border: 1px solid #7E720D; }
<div style="border:3px solid #7E720D">Div</div>
This div border color is #7E720D.
.myOpacity80 { color: #7E720D; opacity: 0.8; }
<p style="color:#7E720D;opacity:0.8;">80%</p>
Text with #7E720D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E720D;}
<p style="text-shadow: 3px 3px 1px #7E720D">Text here.</p>
This text has shadow with #7E720D color.
.textShadow {text-shadow: 3px 3px 1px #7E720D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E720D, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E720D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E720D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E720D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E720D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E720D;
-webkit-box-shadow: 1px 1px 3px 2px #7E720D;
box-shadow: 1px 1px 3px 2px #7E720D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E720D; -webkit-box-shadow: 1px 1px 3px 2px #7E720D; box-shadow:1px 1px 3px 2px #7E720D;">
Div content here
</div>
This text has color #7E720D on black background.
This text has color #7E720D on white background.
This text has black color on #7E720D background.
This text has white color on #7E720D background.
Complementary color for #hex is #818DF2.