HEX: #76507E
RGB: (118,80,126)
#76507E contains red, green and blue colors in about the same proportion. Web safe color of #76507E is #666666 (or #666).
#76507E color RGB value is (118,80,126).
RGB: (118,80,126)
(46%, 31%, 49%)
R 118 of 255 = 46%
G 80 of 255 = 31%
B 126 of 255 = 49%
R + G + B ~ 42%. #76507E is middle color (not dark and not light).
R + G + B = 118 + 80 + 126 = 324 (100%)
R 118 of 324 ~ 36.42%
G 80 of 324 ~ 24.69%
B 126 of 324 ~ 38.89'%
#76507E color CMYK value is (6,37,0,51).
CMYK: (6,37,0,51) C6M37Y0K51 (6%,37%,0%,51%) (0.06/0.37/0.00/0.51)
Color #76507E in popluar color models
76 | 50 | 7E | |
---|---|---|---|
RGB | 118 | 80 | 126 |
HSL | 290° | 22.33% | 40.39% |
HSB/HSV | 290° | 36.51% | 49.41% |
CMYK | 6.35% | 36.51% | 0.00% |
50.59% |
Color #76507E in popluar number systems.
HEX | 76 | 50 | 7E |
Decimal | 118 | 80 | 126 |
Binary | 1110110 | 1010000 | 1111110 |
Octal | 166 | 120 | 176 |
Shades of #76507E
Tints of #76507E
Examples of css and html codes for elements with #76507E color. Also use rgb(118,80,126) instead hex code.
.myTextColor { color: #76507E; }
<p style="color:#76507E">This sample text font color is #76507E.</p>
This text font color is #76507E.
.myBgColor { background-color: #76507E; }
<div style="background-color:#76507E">Inner text</div>
This div background color is #76507E.
.myBorderColor { border: 1px solid #76507E; }
<div style="border:3px solid #76507E">Div</div>
This div border color is #76507E.
.myOpacity80 { color: #76507E; opacity: 0.8; }
<p style="color:#76507E;opacity:0.8;">80%</p>
Text with #76507E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76507E;}
<p style="text-shadow: 3px 3px 1px #76507E">Text here.</p>
This text has shadow with #76507E color.
.textShadow {text-shadow: 3px 3px 1px #76507E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76507E, 5px 5px 20px red">Text here.</p>
This text has shadow with #76507E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76507E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76507E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76507E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76507E;
-webkit-box-shadow: 1px 1px 3px 2px #76507E;
box-shadow: 1px 1px 3px 2px #76507E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76507E; -webkit-box-shadow: 1px 1px 3px 2px #76507E; box-shadow:1px 1px 3px 2px #76507E;">
Div content here
</div>
This text has color #76507E on black background.
This text has color #76507E on white background.
This text has black color on #76507E background.
This text has white color on #76507E background.
Complementary color for #hex is #89AF81.