HEX: #76477D
RGB: (118,71,125)
#76477D contains red, green and blue colors in about the same proportion. Web safe color of #76477D is #663366 (or #636).
#76477D color RGB value is (118,71,125).
RGB: (118,71,125)
(46%, 28%, 49%)
R 118 of 255 = 46%
G 71 of 255 = 28%
B 125 of 255 = 49%
R + G + B ~ 41%. #76477D is middle color (not dark and not light).
R + G + B = 118 + 71 + 125 = 314 (100%)
R 118 of 314 ~ 37.58%
G 71 of 314 ~ 22.61%
B 125 of 314 ~ 39.81'%
#76477D color CMYK value is (6,43,0,51).
CMYK: (6,43,0,51) C6M43Y0K51 (6%,43%,0%,51%) (0.06/0.43/0.00/0.51)
Color #76477D in popluar color models
76 | 47 | 7D | |
---|---|---|---|
RGB | 118 | 71 | 125 |
HSL | 292° | 27.55% | 38.43% |
HSB/HSV | 292° | 43.20% | 49.02% |
CMYK | 5.60% | 43.20% | 0.00% |
50.98% |
Color #76477D in popluar number systems.
HEX | 76 | 47 | 7D |
Decimal | 118 | 71 | 125 |
Binary | 1110110 | 1000111 | 1111101 |
Octal | 166 | 107 | 175 |
Shades of #76477D
Tints of #76477D
Examples of css and html codes for elements with #76477D color. Also use rgb(118,71,125) instead hex code.
.myTextColor { color: #76477D; }
<p style="color:#76477D">This sample text font color is #76477D.</p>
This text font color is #76477D.
.myBgColor { background-color: #76477D; }
<div style="background-color:#76477D">Inner text</div>
This div background color is #76477D.
.myBorderColor { border: 1px solid #76477D; }
<div style="border:3px solid #76477D">Div</div>
This div border color is #76477D.
.myOpacity80 { color: #76477D; opacity: 0.8; }
<p style="color:#76477D;opacity:0.8;">80%</p>
Text with #76477D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76477D;}
<p style="text-shadow: 3px 3px 1px #76477D">Text here.</p>
This text has shadow with #76477D color.
.textShadow {text-shadow: 3px 3px 1px #76477D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76477D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76477D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76477D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76477D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76477D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76477D;
-webkit-box-shadow: 1px 1px 3px 2px #76477D;
box-shadow: 1px 1px 3px 2px #76477D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76477D; -webkit-box-shadow: 1px 1px 3px 2px #76477D; box-shadow:1px 1px 3px 2px #76477D;">
Div content here
</div>
This text has color #76477D on black background.
This text has color #76477D on white background.
This text has black color on #76477D background.
This text has white color on #76477D background.
Complementary color for #hex is #89B882.