HEX: #7D979D
RGB: (125,151,157)
#7D979D contains red, green and blue colors in about the same proportion. Web safe color of #7D979D is #669999 (or #699).
#7D979D color RGB value is (125,151,157).
RGB: (125,151,157)
(49%, 59%, 62%)
R 125 of 255 = 49%
G 151 of 255 = 59%
B 157 of 255 = 62%
R + G + B ~ 57%. #7D979D is middle color (not dark and not light).
R + G + B = 125 + 151 + 157 = 433 (100%)
R 125 of 433 ~ 28.87%
G 151 of 433 ~ 34.87%
B 157 of 433 ~ 36.26'%
#7D979D color CMYK value is (20,4,0,38).
CMYK: (20,4,0,38)
C20M4Y0K38 (20%, 4%, 0%, 38%)
(0.20 / 0.04 / 0.00 / 0.38)
Color #7D979D in popluar color models
7D | 97 | 9D | |
---|---|---|---|
RGB | 125 | 151 | 157 |
HSL | 191° | 14.04% | 55.29% |
HSB/HSV | 191° | 20.38% | 61.57% |
CMYK | 20.38% | 3.82% | 0.00% |
38.43% |
Color #7D979D in popluar number systems.
HEX | 7D | 97 | 9D |
Decimal | 125 | 151 | 157 |
Binary | 1111101 | 10010111 | 10011101 |
Octal | 175 | 227 | 235 |
Shades of #7D979D
Tints of #7D979D
Examples of css and html codes for elements with #7D979D color. Also use rgb(125,151,157) instead hex code.
.myTextColor { color: #7D979D; }
<p style="color:#7D979D">This sample text font color is #7D979D.</p>
This text font color is #7D979D.
.myBgColor { background-color: #7D979D; }
<div style="background-color:#7D979D">Inner text</div>
This div background color is #7D979D.
.myBorderColor { border: 1px solid #7D979D; }
<div style="border:3px solid #7D979D">Div</div>
This div border color is #7D979D.
.myOpacity80 { color: #7D979D; opacity: 0.8; }
<p style="color:#7D979D;opacity:0.8;">80%</p>
Text with #7D979D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D979D;}
<p style="text-shadow: 3px 3px 1px #7D979D">Text here.</p>
This text has shadow with #7D979D color.
.textShadow {text-shadow: 3px 3px 1px #7D979D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D979D, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D979D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D979D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D979D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D979D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D979D;
-webkit-box-shadow: 1px 1px 3px 2px #7D979D;
box-shadow: 1px 1px 3px 2px #7D979D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D979D; -webkit-box-shadow: 1px 1px 3px 2px #7D979D; box-shadow:1px 1px 3px 2px #7D979D;">
Div content here
</div>
This text has color #7D979D on black background.
This text has color #7D979D on white background.
This text has black color on #7D979D background.
This text has white color on #7D979D background.
Complementary color for #hex is #826862.