HEX: #76387D
RGB: (118,56,125)
#76387D contains mainly red and blue colors. Web safe color of #76387D is #663366 (or #636).
#76387D color RGB value is (118,56,125).
RGB: (118,56,125)
(46%, 22%, 49%)
R 118 of 255 = 46%
G 56 of 255 = 22%
B 125 of 255 = 49%
R + G + B ~ 39%. #76387D is quite dark color.
R + G + B = 118 + 56 + 125 = 299 (100%)
R 118 of 299 ~ 39.46%
G 56 of 299 ~ 18.73%
B 125 of 299 ~ 41.81'%
#76387D color CMYK value is (6,55,0,51).
CMYK: (6,55,0,51)
C6M55Y0K51 (6%, 55%, 0%, 51%)
(0.06 / 0.55 / 0.00 / 0.51)
Color #76387D in popluar color models
76 | 38 | 7D | |
---|---|---|---|
RGB | 118 | 56 | 125 |
HSL | 294° | 38.12% | 35.49% |
HSB/HSV | 294° | 55.20% | 49.02% |
CMYK | 5.60% | 55.20% | 0.00% |
50.98% |
Color #76387D in popluar number systems.
HEX | 76 | 38 | 7D |
Decimal | 118 | 56 | 125 |
Binary | 1110110 | 111000 | 1111101 |
Octal | 166 | 70 | 175 |
Shades of #76387D
Tints of #76387D
Examples of css and html codes for elements with #76387D color. Also use rgb(118,56,125) instead hex code.
.myTextColor { color: #76387D; }
<p style="color:#76387D">This sample text font color is #76387D.</p>
This text font color is #76387D.
.myBgColor { background-color: #76387D; }
<div style="background-color:#76387D">Inner text</div>
This div background color is #76387D.
.myBorderColor { border: 1px solid #76387D; }
<div style="border:3px solid #76387D">Div</div>
This div border color is #76387D.
.myOpacity80 { color: #76387D; opacity: 0.8; }
<p style="color:#76387D;opacity:0.8;">80%</p>
Text with #76387D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76387D;}
<p style="text-shadow: 3px 3px 1px #76387D">Text here.</p>
This text has shadow with #76387D color.
.textShadow {text-shadow: 3px 3px 1px #76387D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76387D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76387D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76387D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76387D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76387D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76387D;
-webkit-box-shadow: 1px 1px 3px 2px #76387D;
box-shadow: 1px 1px 3px 2px #76387D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76387D; -webkit-box-shadow: 1px 1px 3px 2px #76387D; box-shadow:1px 1px 3px 2px #76387D;">
Div content here
</div>
This text has color #76387D on black background.
This text has color #76387D on white background.
This text has black color on #76387D background.
This text has white color on #76387D background.
Complementary color for #hex is #89C782.