HEX: #D76E71
RGB: (215,110,113)
#D76E71 contains mainly red color. Web safe color of #D76E71 is #CC6666 (or #C66).
#D76E71 color RGB value is (215,110,113).
RGB: (215,110,113)
(84%, 43%, 44%)
R 215 of 255 = 84%
G 110 of 255 = 43%
B 113 of 255 = 44%
R + G + B ~ 57%. #D76E71 is middle color (not dark and not light).
R + G + B = 215 + 110 + 113 = 438 (100%)
R 215 of 438 ~ 49.09%
G 110 of 438 ~ 25.11%
B 113 of 438 ~ 25.8'%
#D76E71 color CMYK value is (0,49,47,16).
CMYK: (0,49,47,16) C0M49Y47K16 (0%,49%,47%,16%) (0.00/0.49/0.47/0.16)
Color #D76E71 in popluar color models
D7 | 6E | 71 | |
---|---|---|---|
RGB | 215 | 110 | 113 |
HSL | 358° | 56.76% | 63.73% |
HSB/HSV | 358° | 48.84% | 84.31% |
CMYK | 0.00% | 48.84% | 47.44% |
15.69% |
Color #D76E71 in popluar number systems.
HEX | D7 | 6E | 71 |
Decimal | 215 | 110 | 113 |
Binary | 11010111 | 1101110 | 1110001 |
Octal | 327 | 156 | 161 |
Shades of #D76E71
Tints of #D76E71
Examples of css and html codes for elements with #D76E71 color. Also use rgb(215,110,113) instead hex code.
.myTextColor { color: #D76E71; }
<p style="color:#D76E71">This sample text font color is #D76E71.</p>
This text font color is #D76E71.
.myBgColor { background-color: #D76E71; }
<div style="background-color:#D76E71">Inner text</div>
This div background color is #D76E71.
.myBorderColor { border: 1px solid #D76E71; }
<div style="border:3px solid #D76E71">Div</div>
This div border color is #D76E71.
.myOpacity80 { color: #D76E71; opacity: 0.8; }
<p style="color:#D76E71;opacity:0.8;">80%</p>
Text with #D76E71 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D76E71;}
<p style="text-shadow: 3px 3px 1px #D76E71">Text here.</p>
This text has shadow with #D76E71 color.
.textShadow {text-shadow: 3px 3px 1px #D76E71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D76E71, 5px 5px 20px red">Text here.</p>
This text has shadow with #D76E71 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D76E71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D76E71, Direction=45, Strength=4)">Text</p>
This text has shadow with #D76E71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D76E71;
-webkit-box-shadow: 1px 1px 3px 2px #D76E71;
box-shadow: 1px 1px 3px 2px #D76E71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D76E71; -webkit-box-shadow: 1px 1px 3px 2px #D76E71; box-shadow:1px 1px 3px 2px #D76E71;">
Div content here
</div>
This text has color #D76E71 on black background.
This text has color #D76E71 on white background.
This text has black color on #D76E71 background.
This text has white color on #D76E71 background.
Complementary color for #hex is #28918E.