HEX: #7C76BD
RGB: (124,118,189)
#7C76BD contains mainly blue color. Web safe color of #7C76BD is #6666CC (or #66C).
#7C76BD color RGB value is (124,118,189).
RGB: (124,118,189)
(49%, 46%, 74%)
R 124 of 255 = 49%
G 118 of 255 = 46%
B 189 of 255 = 74%
R + G + B ~ 56%. #7C76BD is middle color (not dark and not light).
R + G + B = 124 + 118 + 189 = 431 (100%)
R 124 of 431 ~ 28.77%
G 118 of 431 ~ 27.38%
B 189 of 431 ~ 43.85'%
#7C76BD color CMYK value is (34,38,0,26).
CMYK: (34,38,0,26) C34M38Y0K26 (34%,38%,0%,26%) (0.34/0.38/0.00/0.26)
Color #7C76BD in popluar color models
7C | 76 | BD | |
---|---|---|---|
RGB | 124 | 118 | 189 |
HSL | 245° | 34.98% | 60.20% |
HSB/HSV | 245° | 37.57% | 74.12% |
CMYK | 34.39% | 37.57% | 0.00% |
25.88% |
Color #7C76BD in popluar number systems.
HEX | 7C | 76 | BD |
Decimal | 124 | 118 | 189 |
Binary | 1111100 | 1110110 | 10111101 |
Octal | 174 | 166 | 275 |
Shades of #7C76BD
Tints of #7C76BD
Examples of css and html codes for elements with #7C76BD color. Also use rgb(124,118,189) instead hex code.
.myTextColor { color: #7C76BD; }
<p style="color:#7C76BD">This sample text font color is #7C76BD.</p>
This text font color is #7C76BD.
.myBgColor { background-color: #7C76BD; }
<div style="background-color:#7C76BD">Inner text</div>
This div background color is #7C76BD.
.myBorderColor { border: 1px solid #7C76BD; }
<div style="border:3px solid #7C76BD">Div</div>
This div border color is #7C76BD.
.myOpacity80 { color: #7C76BD; opacity: 0.8; }
<p style="color:#7C76BD;opacity:0.8;">80%</p>
Text with #7C76BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C76BD;}
<p style="text-shadow: 3px 3px 1px #7C76BD">Text here.</p>
This text has shadow with #7C76BD color.
.textShadow {text-shadow: 3px 3px 1px #7C76BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C76BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #7C76BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C76BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C76BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C76BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7C76BD;
-webkit-box-shadow: 1px 1px 3px 2px #7C76BD;
box-shadow: 1px 1px 3px 2px #7C76BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7C76BD; -webkit-box-shadow: 1px 1px 3px 2px #7C76BD; box-shadow:1px 1px 3px 2px #7C76BD;">
Div content here
</div>
This text has color #7C76BD on black background.
This text has color #7C76BD on white background.
This text has black color on #7C76BD background.
This text has white color on #7C76BD background.
Complementary color for #hex is #838942.