HEX: #7E627D
RGB: (126,98,125)
#7E627D contains red, green and blue colors in about the same proportion. Web safe color of #7E627D is #666666 (or #666).
#7E627D color RGB value is (126,98,125).
RGB: (126,98,125)
(49%, 38%, 49%)
R 126 of 255 = 49%
G 98 of 255 = 38%
B 125 of 255 = 49%
R + G + B ~ 45%. #7E627D is middle color (not dark and not light).
R + G + B = 126 + 98 + 125 = 349 (100%)
R 126 of 349 ~ 36.1%
G 98 of 349 ~ 28.08%
B 125 of 349 ~ 35.82'%
#7E627D color CMYK value is (0,22,1,51).
CMYK: (0,22,1,51) C0M22Y1K51 (0%,22%,1%,51%) (0.00/0.22/0.01/0.51)
Color #7E627D in popluar color models
7E | 62 | 7D | |
---|---|---|---|
RGB | 126 | 98 | 125 |
HSL | 302° | 12.50% | 43.92% |
HSB/HSV | 302° | 22.22% | 49.41% |
CMYK | 0.00% | 22.22% | 0.79% |
50.59% |
Color #7E627D in popluar number systems.
HEX | 7E | 62 | 7D |
Decimal | 126 | 98 | 125 |
Binary | 1111110 | 1100010 | 1111101 |
Octal | 176 | 142 | 175 |
Shades of #7E627D
Tints of #7E627D
Examples of css and html codes for elements with #7E627D color. Also use rgb(126,98,125) instead hex code.
.myTextColor { color: #7E627D; }
<p style="color:#7E627D">This sample text font color is #7E627D.</p>
This text font color is #7E627D.
.myBgColor { background-color: #7E627D; }
<div style="background-color:#7E627D">Inner text</div>
This div background color is #7E627D.
.myBorderColor { border: 1px solid #7E627D; }
<div style="border:3px solid #7E627D">Div</div>
This div border color is #7E627D.
.myOpacity80 { color: #7E627D; opacity: 0.8; }
<p style="color:#7E627D;opacity:0.8;">80%</p>
Text with #7E627D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E627D;}
<p style="text-shadow: 3px 3px 1px #7E627D">Text here.</p>
This text has shadow with #7E627D color.
.textShadow {text-shadow: 3px 3px 1px #7E627D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E627D, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E627D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E627D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E627D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E627D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E627D;
-webkit-box-shadow: 1px 1px 3px 2px #7E627D;
box-shadow: 1px 1px 3px 2px #7E627D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E627D; -webkit-box-shadow: 1px 1px 3px 2px #7E627D; box-shadow:1px 1px 3px 2px #7E627D;">
Div content here
</div>
This text has color #7E627D on black background.
This text has color #7E627D on white background.
This text has black color on #7E627D background.
This text has white color on #7E627D background.
Complementary color for #hex is #819D82.