HEX: #7D741A
RGB: (125,116,26)
#7D741A contains mainly red and green colors. Web safe color of #7D741A is #666600 (or #660).
#7D741A color RGB value is (125,116,26).
RGB: (125,116,26)
(49%, 45%, 10%)
R 125 of 255 = 49%
G 116 of 255 = 45%
B 26 of 255 = 10%
R + G + B ~ 35%. #7D741A is quite dark color.
R + G + B = 125 + 116 + 26 = 267 (100%)
R 125 of 267 ~ 46.82%
G 116 of 267 ~ 43.45%
B 26 of 267 ~ 9.74'%
#7D741A color CMYK value is (0,7,79,51).
CMYK: (0,7,79,51)
C0M7Y79K51 (0%, 7%, 79%, 51%)
(0.00 / 0.07 / 0.79 / 0.51)
Color #7D741A in popluar color models
7D | 74 | 1A | |
---|---|---|---|
RGB | 125 | 116 | 26 |
HSL | 55° | 65.56% | 29.61% |
HSB/HSV | 55° | 79.20% | 49.02% |
CMYK | 0.00% | 7.20% | 79.20% |
50.98% |
Color #7D741A in popluar number systems.
HEX | 7D | 74 | 1A |
Decimal | 125 | 116 | 26 |
Binary | 1111101 | 1110100 | 11010 |
Octal | 175 | 164 | 32 |
Shades of #7D741A
Tints of #7D741A
Examples of css and html codes for elements with #7D741A color. Also use rgb(125,116,26) instead hex code.
.myTextColor { color: #7D741A; }
<p style="color:#7D741A">This sample text font color is #7D741A.</p>
This text font color is #7D741A.
.myBgColor { background-color: #7D741A; }
<div style="background-color:#7D741A">Inner text</div>
This div background color is #7D741A.
.myBorderColor { border: 1px solid #7D741A; }
<div style="border:3px solid #7D741A">Div</div>
This div border color is #7D741A.
.myOpacity80 { color: #7D741A; opacity: 0.8; }
<p style="color:#7D741A;opacity:0.8;">80%</p>
Text with #7D741A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D741A;}
<p style="text-shadow: 3px 3px 1px #7D741A">Text here.</p>
This text has shadow with #7D741A color.
.textShadow {text-shadow: 3px 3px 1px #7D741A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D741A, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D741A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D741A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D741A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D741A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D741A;
-webkit-box-shadow: 1px 1px 3px 2px #7D741A;
box-shadow: 1px 1px 3px 2px #7D741A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D741A; -webkit-box-shadow: 1px 1px 3px 2px #7D741A; box-shadow:1px 1px 3px 2px #7D741A;">
Div content here
</div>
This text has color #7D741A on black background.
This text has color #7D741A on white background.
This text has black color on #7D741A background.
This text has white color on #7D741A background.
Complementary color for #hex is #828BE5.