HEX: #7D997A
RGB: (125,153,122)
#7D997A contains red, green and blue colors in about the same proportion. Web safe color of #7D997A is #669966 (or #696).
#7D997A color RGB value is (125,153,122).
RGB: (125,153,122)
(49%, 60%, 48%)
R 125 of 255 = 49%
G 153 of 255 = 60%
B 122 of 255 = 48%
R + G + B ~ 52%. #7D997A is middle color (not dark and not light).
R + G + B = 125 + 153 + 122 = 400 (100%)
R 125 of 400 ~ 31.25%
G 153 of 400 ~ 38.25%
B 122 of 400 ~ 30.5'%
#7D997A color CMYK value is (18,0,20,40).
CMYK: (18,0,20,40) C18M0Y20K40 (18%,0%,20%,40%) (0.18/0.00/0.20/0.40)
Color #7D997A in popluar color models
7D | 99 | 7A | |
---|---|---|---|
RGB | 125 | 153 | 122 |
HSL | 114° | 13.19% | 53.92% |
HSB/HSV | 114° | 20.26% | 60.00% |
CMYK | 18.30% | 0.00% | 20.26% |
40.00% |
Color #7D997A in popluar number systems.
HEX | 7D | 99 | 7A |
Decimal | 125 | 153 | 122 |
Binary | 1111101 | 10011001 | 1111010 |
Octal | 175 | 231 | 172 |
Shades of #7D997A
Tints of #7D997A
Examples of css and html codes for elements with #7D997A color. Also use rgb(125,153,122) instead hex code.
.myTextColor { color: #7D997A; }
<p style="color:#7D997A">This sample text font color is #7D997A.</p>
This text font color is #7D997A.
.myBgColor { background-color: #7D997A; }
<div style="background-color:#7D997A">Inner text</div>
This div background color is #7D997A.
.myBorderColor { border: 1px solid #7D997A; }
<div style="border:3px solid #7D997A">Div</div>
This div border color is #7D997A.
.myOpacity80 { color: #7D997A; opacity: 0.8; }
<p style="color:#7D997A;opacity:0.8;">80%</p>
Text with #7D997A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D997A;}
<p style="text-shadow: 3px 3px 1px #7D997A">Text here.</p>
This text has shadow with #7D997A color.
.textShadow {text-shadow: 3px 3px 1px #7D997A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D997A, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D997A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D997A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D997A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D997A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D997A;
-webkit-box-shadow: 1px 1px 3px 2px #7D997A;
box-shadow: 1px 1px 3px 2px #7D997A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D997A; -webkit-box-shadow: 1px 1px 3px 2px #7D997A; box-shadow:1px 1px 3px 2px #7D997A;">
Div content here
</div>
This text has color #7D997A on black background.
This text has color #7D997A on white background.
This text has black color on #7D997A background.
This text has white color on #7D997A background.
Complementary color for #hex is #826685.