COLOR #D76E71

HEX: #D76E71 RGB: (215,110,113)

Color info

#D76E71 contains mainly red color. Web safe color of #D76E71 is #CC6666 (or #C66).

RGB color model

#D76E71 color RGB value is (215,110,113).

RGB: (215,110,113) (84%, 43%, 44%)

RGB channels and saturation

R 215 of 255 = 84%
G 110 of 255 = 43%
B 113 of 255 = 44%

215
110
113

R + G + B ~ 57%. #D76E71 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%49.09
%25.11
%25.8

CMYK color model

#D76E71 color CMYK value is (0,49,47,16).

  • cyan value is 0.00%
  • magenta value is 48.84%
  • yellow value is 47.44%
  • key color value is 15.69%
CMYK: (0,49,47,16) C0M49Y47K16 (0%,49%,47%,16%) (0.00/0.49/0.47/0.16) 

CMYK percentages

%0
%48.84
%47.44
%15.69

Codes

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 and tints

Shades of #D76E71

#D76E71
(215,110,113)
#C46467
(196,100,103)
#B15A5D
(177,90,93)
#9E5053
(158,80,83)
#8B4649
(139,70,73)
#783C3F
(120,60,63)
#653235
(101,50,53)
#52282B
(82,40,43)
#3F1E21
(63,30,33)
#2C1417
(44,20,23)
#190A0D
(25,10,13)
#000000
(0,0,0)

Tints of #D76E71

#D76E71
(215,110,113)
#DA7B7D
(218,123,125)
#DD8889
(221,136,137)
#E09595
(224,149,149)
#E3A2A1
(227,162,161)
#E6AFAD
(230,175,173)
#E9BCB9
(233,188,185)
#ECC9C5
(236,201,197)
#EFD6D1
(239,214,209)
#F2E3DD
(242,227,221)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76E71 color. Also use rgb(215,110,113) instead hex code.

Text Font Color

.myTextColor { color: #D76E71; }

<p style="color:#D76E71">This sample text font color is #D76E71.</p>

This text font color is #D76E71.

Background Color

.myBgColor { background-color: #D76E71; }

<div style="background-color:#D76E71">Inner text</div>

This div background color is #D76E71.

Border color

.myBorderColor { border: 1px solid #D76E71; }

<div style="border:3px solid #D76E71">Div</div>

This div border color is #D76E71.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #D76E71.

Preview

Color preview on black background

This text has color #D76E71 on black background.


Color preview on white background

This text has color #D76E71 on white background.


Black color preview on #D76E71 background

This text has black color on #D76E71 background.


White color preview on #D76E71 background

This text has white color on #D76E71 background.


Related colors

Complementary color

Complementary color for #hex is #28918E.


I love getcolorcode.com

Triadic colors

1 #71D76E and #6E71D7 with #D76E71 are triadic colors.

2 #716ED7 and #6ED771 with #D76E71 are triadic colors.