COLOR #D7877E

HEX: #D7877E RGB: (215,135,126)

Color info

#D7877E contains mainly red color. Web safe color of #D7877E is #CC9966 (or #C96).

RGB color model

#D7877E color RGB value is (215,135,126).

RGB: (215,135,126) (84%, 53%, 49%)

RGB channels and saturation

R 215 of 255 = 84%
G 135 of 255 = 53%
B 126 of 255 = 49%

215
135
126

R + G + B ~ 62%. #D7877E is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 135 + 126 = 476 (100%)
R 215 of 476 ~ 45.17%
G 135 of 476 ~ 28.36%
B 126 of 476 ~ 26.47'%

%45.17
%28.36
%26.47

CMYK color model

#D7877E color CMYK value is (0,37,41,16).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 41.40%
  • key color value is 15.69%

CMYK: (0,37,41,16)
C0M37Y41K16 (0%, 37%, 41%, 16%)
(0.00 / 0.37 / 0.41 / 0.16)

CMYK percentages

%0
%37.21
%41.4
%15.69

Codes

Color #D7877E in popluar color models

D7 87 7E
RGB 215 135 126
HSL 52.66% 66.86%
HSB/HSV 41.40% 84.31%
CMYK 0.00% 37.21% 41.40%
15.69%

Color #D7877E in popluar number systems.

HEX D7 87 7E
Decimal 215 135 126
Binary 11010111 10000111 1111110
Octal 327 207 176

Shades and tints

Shades of #D7877E

#D7877E
(215,135,126)
#C47B73
(196,123,115)
#B16F68
(177,111,104)
#9E635D
(158,99,93)
#8B5752
(139,87,82)
#784B47
(120,75,71)
#653F3C
(101,63,60)
#523331
(82,51,49)
#3F2726
(63,39,38)
#2C1B1B
(44,27,27)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #D7877E

#D7877E
(215,135,126)
#DA9189
(218,145,137)
#DD9B94
(221,155,148)
#E0A59F
(224,165,159)
#E3AFAA
(227,175,170)
#E6B9B5
(230,185,181)
#E9C3C0
(233,195,192)
#ECCDCB
(236,205,203)
#EFD7D6
(239,215,214)
#F2E1E1
(242,225,225)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7877E color. Also use rgb(215,135,126) instead hex code.

Text Font Color

.myTextColor { color: #D7877E; }

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

This text font color is #D7877E.

Background Color

.myBgColor { background-color: #D7877E; }

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

This div background color is #D7877E.

Border color

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

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

This div border color is #D7877E.

Opacity

.myOpacity80 { color: #D7877E; opacity: 0.8; }

<p style="color:#D7877E;opacity:0.8;">80%</p>

Text with #D7877E 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 #D7877E;}

<p style="text-shadow: 3px 3px 1px #D7877E">Text here.</p>

This text has shadow with #D7877E color.


.textShadow {text-shadow: 3px 3px 1px #D7877E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D7877E, 5px 5px 20px red">Text here.</p>

This text has shadow with #D7877E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7877E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D7877E, Direction=45, Strength=4)">Text</p>

This text has shadow with #D7877E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D7877E;
-webkit-box-shadow: 1px 1px 3px 2px #D7877E;
box-shadow: 1px 1px 3px 2px #D7877E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7877E; -webkit-box-shadow: 1px 1px 3px 2px #D7877E; box-shadow:1px 1px 3px 2px #D7877E;">
Div content here
</div>

This div box has shadow with color #D7877E.

Preview

Color preview on black background

This text has color #D7877E on black background.


Color preview on white background

This text has color #D7877E on white background.


Black color preview on #D7877E background

This text has black color on #D7877E background.


White color preview on #D7877E background

This text has white color on #D7877E background.


Related colors

Complementary color

Complementary color for #hex is #287881.


I love getcolorcode.com

Triadic colors

1 #7ED787 and #877ED7 with #D7877E are triadic colors.

2 #7E87D7 and #87D77E with #D7877E are triadic colors.