HEX: #76295F
RGB: (118,41,95)
#76295F contains mainly red and blue colors. Web safe color of #76295F is #663366 (or #636).
#76295F color RGB value is (118,41,95).
RGB: (118,41,95)
(46%, 16%, 37%)
R 118 of 255 = 46%
G 41 of 255 = 16%
B 95 of 255 = 37%
R + G + B ~ 33%. #76295F is quite dark color.
R + G + B = 118 + 41 + 95 = 254 (100%)
R 118 of 254 ~ 46.46%
G 41 of 254 ~ 16.14%
B 95 of 254 ~ 37.4'%
#76295F color CMYK value is (0,65,19,54).
CMYK: (0,65,19,54)
C0M65Y19K54 (0%, 65%, 19%, 54%)
(0.00 / 0.65 / 0.19 / 0.54)
Color #76295F in popluar color models
76 | 29 | 5F | |
---|---|---|---|
RGB | 118 | 41 | 95 |
HSL | 318° | 48.43% | 31.18% |
HSB/HSV | 318° | 65.25% | 46.27% |
CMYK | 0.00% | 65.25% | 19.49% |
53.73% |
Color #76295F in popluar number systems.
HEX | 76 | 29 | 5F |
Decimal | 118 | 41 | 95 |
Binary | 1110110 | 101001 | 1011111 |
Octal | 166 | 51 | 137 |
Shades of #76295F
Tints of #76295F
Examples of css and html codes for elements with #76295F color. Also use rgb(118,41,95) instead hex code.
.myTextColor { color: #76295F; }
<p style="color:#76295F">This sample text font color is #76295F.</p>
This text font color is #76295F.
.myBgColor { background-color: #76295F; }
<div style="background-color:#76295F">Inner text</div>
This div background color is #76295F.
.myBorderColor { border: 1px solid #76295F; }
<div style="border:3px solid #76295F">Div</div>
This div border color is #76295F.
.myOpacity80 { color: #76295F; opacity: 0.8; }
<p style="color:#76295F;opacity:0.8;">80%</p>
Text with #76295F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76295F;}
<p style="text-shadow: 3px 3px 1px #76295F">Text here.</p>
This text has shadow with #76295F color.
.textShadow {text-shadow: 3px 3px 1px #76295F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76295F, 5px 5px 20px red">Text here.</p>
This text has shadow with #76295F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76295F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76295F, Direction=45, Strength=4)">Text</p>
This text has shadow with #76295F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76295F;
-webkit-box-shadow: 1px 1px 3px 2px #76295F;
box-shadow: 1px 1px 3px 2px #76295F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76295F; -webkit-box-shadow: 1px 1px 3px 2px #76295F; box-shadow:1px 1px 3px 2px #76295F;">
Div content here
</div>
This text has color #76295F on black background.
This text has color #76295F on white background.
This text has black color on #76295F background.
This text has white color on #76295F background.
Complementary color for #hex is #89D6A0.