HEX: #76378D
RGB: (118,55,141)
#76378D contains mainly red and blue colors. Web safe color of #76378D is #663399 (or #639).
#76378D color RGB value is (118,55,141).
RGB: (118,55,141)
(46%, 22%, 55%)
R 118 of 255 = 46%
G 55 of 255 = 22%
B 141 of 255 = 55%
R + G + B ~ 41%. #76378D is middle color (not dark and not light).
R + G + B = 118 + 55 + 141 = 314 (100%)
R 118 of 314 ~ 37.58%
G 55 of 314 ~ 17.52%
B 141 of 314 ~ 44.9'%
#76378D color CMYK value is (16,61,0,45).
CMYK: (16,61,0,45) C16M61Y0K45 (16%,61%,0%,45%) (0.16/0.61/0.00/0.45)
Color #76378D in popluar color models
76 | 37 | 8D | |
---|---|---|---|
RGB | 118 | 55 | 141 |
HSL | 284° | 43.88% | 38.43% |
HSB/HSV | 284° | 60.99% | 55.29% |
CMYK | 16.31% | 60.99% | 0.00% |
44.71% |
Color #76378D in popluar number systems.
HEX | 76 | 37 | 8D |
Decimal | 118 | 55 | 141 |
Binary | 1110110 | 110111 | 10001101 |
Octal | 166 | 67 | 215 |
Shades of #76378D
Tints of #76378D
Examples of css and html codes for elements with #76378D color. Also use rgb(118,55,141) instead hex code.
.myTextColor { color: #76378D; }
<p style="color:#76378D">This sample text font color is #76378D.</p>
This text font color is #76378D.
.myBgColor { background-color: #76378D; }
<div style="background-color:#76378D">Inner text</div>
This div background color is #76378D.
.myBorderColor { border: 1px solid #76378D; }
<div style="border:3px solid #76378D">Div</div>
This div border color is #76378D.
.myOpacity80 { color: #76378D; opacity: 0.8; }
<p style="color:#76378D;opacity:0.8;">80%</p>
Text with #76378D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76378D;}
<p style="text-shadow: 3px 3px 1px #76378D">Text here.</p>
This text has shadow with #76378D color.
.textShadow {text-shadow: 3px 3px 1px #76378D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76378D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76378D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76378D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76378D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76378D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76378D;
-webkit-box-shadow: 1px 1px 3px 2px #76378D;
box-shadow: 1px 1px 3px 2px #76378D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76378D; -webkit-box-shadow: 1px 1px 3px 2px #76378D; box-shadow:1px 1px 3px 2px #76378D;">
Div content here
</div>
This text has color #76378D on black background.
This text has color #76378D on white background.
This text has black color on #76378D background.
This text has white color on #76378D background.
Complementary color for #hex is #89C872.