HEX: #76384D
RGB: (118,56,77)
#76384D contains mainly red and blue colors. Web safe color of #76384D is #663333 (or #633).
#76384D color RGB value is (118,56,77).
RGB: (118,56,77)
(46%, 22%, 30%)
R 118 of 255 = 46%
G 56 of 255 = 22%
B 77 of 255 = 30%
R + G + B ~ 33%. #76384D is quite dark color.
R + G + B = 118 + 56 + 77 = 251 (100%)
R 118 of 251 ~ 47.01%
G 56 of 251 ~ 22.31%
B 77 of 251 ~ 30.68'%
#76384D color CMYK value is (0,53,35,54).
CMYK: (0,53,35,54)
C0M53Y35K54 (0%, 53%, 35%, 54%)
(0.00 / 0.53 / 0.35 / 0.54)
Color #76384D in popluar color models
76 | 38 | 4D | |
---|---|---|---|
RGB | 118 | 56 | 77 |
HSL | 340° | 35.63% | 34.12% |
HSB/HSV | 340° | 52.54% | 46.27% |
CMYK | 0.00% | 52.54% | 34.75% |
53.73% |
Color #76384D in popluar number systems.
HEX | 76 | 38 | 4D |
Decimal | 118 | 56 | 77 |
Binary | 1110110 | 111000 | 1001101 |
Octal | 166 | 70 | 115 |
Shades of #76384D
Tints of #76384D
Examples of css and html codes for elements with #76384D color. Also use rgb(118,56,77) instead hex code.
.myTextColor { color: #76384D; }
<p style="color:#76384D">This sample text font color is #76384D.</p>
This text font color is #76384D.
.myBgColor { background-color: #76384D; }
<div style="background-color:#76384D">Inner text</div>
This div background color is #76384D.
.myBorderColor { border: 1px solid #76384D; }
<div style="border:3px solid #76384D">Div</div>
This div border color is #76384D.
.myOpacity80 { color: #76384D; opacity: 0.8; }
<p style="color:#76384D;opacity:0.8;">80%</p>
Text with #76384D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76384D;}
<p style="text-shadow: 3px 3px 1px #76384D">Text here.</p>
This text has shadow with #76384D color.
.textShadow {text-shadow: 3px 3px 1px #76384D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76384D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76384D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76384D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76384D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76384D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76384D;
-webkit-box-shadow: 1px 1px 3px 2px #76384D;
box-shadow: 1px 1px 3px 2px #76384D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76384D; -webkit-box-shadow: 1px 1px 3px 2px #76384D; box-shadow:1px 1px 3px 2px #76384D;">
Div content here
</div>
This text has color #76384D on black background.
This text has color #76384D on white background.
This text has black color on #76384D background.
This text has white color on #76384D background.
Complementary color for #hex is #89C7B2.