HEX: #7C71AC
RGB: (124,113,172)
#7C71AC contains red, green and blue colors in about the same proportion. Web safe color of #7C71AC is #666699 (or #669).
#7C71AC color RGB value is (124,113,172).
RGB: (124,113,172)
(49%, 44%, 67%)
R 124 of 255 = 49%
G 113 of 255 = 44%
B 172 of 255 = 67%
R + G + B ~ 53%. #7C71AC is middle color (not dark and not light).
R + G + B = 124 + 113 + 172 = 409 (100%)
R 124 of 409 ~ 30.32%
G 113 of 409 ~ 27.63%
B 172 of 409 ~ 42.05'%
#7C71AC color CMYK value is (28,34,0,33).
CMYK: (28,34,0,33) C28M34Y0K33 (28%,34%,0%,33%) (0.28/0.34/0.00/0.33)
Color #7C71AC in popluar color models
7C | 71 | AC | |
---|---|---|---|
RGB | 124 | 113 | 172 |
HSL | 251° | 26.22% | 55.88% |
HSB/HSV | 251° | 34.30% | 67.45% |
CMYK | 27.91% | 34.30% | 0.00% |
32.55% |
Color #7C71AC in popluar number systems.
HEX | 7C | 71 | AC |
Decimal | 124 | 113 | 172 |
Binary | 1111100 | 1110001 | 10101100 |
Octal | 174 | 161 | 254 |
Shades of #7C71AC
Tints of #7C71AC
Examples of css and html codes for elements with #7C71AC color. Also use rgb(124,113,172) instead hex code.
.myTextColor { color: #7C71AC; }
<p style="color:#7C71AC">This sample text font color is #7C71AC.</p>
This text font color is #7C71AC.
.myBgColor { background-color: #7C71AC; }
<div style="background-color:#7C71AC">Inner text</div>
This div background color is #7C71AC.
.myBorderColor { border: 1px solid #7C71AC; }
<div style="border:3px solid #7C71AC">Div</div>
This div border color is #7C71AC.
.myOpacity80 { color: #7C71AC; opacity: 0.8; }
<p style="color:#7C71AC;opacity:0.8;">80%</p>
Text with #7C71AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C71AC;}
<p style="text-shadow: 3px 3px 1px #7C71AC">Text here.</p>
This text has shadow with #7C71AC color.
.textShadow {text-shadow: 3px 3px 1px #7C71AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C71AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #7C71AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C71AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C71AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C71AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7C71AC;
-webkit-box-shadow: 1px 1px 3px 2px #7C71AC;
box-shadow: 1px 1px 3px 2px #7C71AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7C71AC; -webkit-box-shadow: 1px 1px 3px 2px #7C71AC; box-shadow:1px 1px 3px 2px #7C71AC;">
Div content here
</div>
This text has color #7C71AC on black background.
This text has color #7C71AC on white background.
This text has black color on #7C71AC background.
This text has white color on #7C71AC background.
Complementary color for #hex is #838E53.