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