COLOR #D77887

HEX: #D77887
RGB: (215,120,135)

Color info

#D77887 contains mainly red color. Web safe color of #D77887 is #CC6699 (or #C69).

RGB color model

#D77887 color RGB value is (215,120,135).

  • red value is 215;
  • green value is 120;
  • blue value is 135.
RGB:
(215,120,135)
(84%,47%,53%)

RGB channels and saturation

R 215 of 255 = 84%
G 120 of 255 = 47%
B 135 of 255 = 53%

215
120
135

R + G + B ~ 61%. #D77887 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 120 + 135 = 470 (100%)
R 215 of 470 ~ 45.74%
G 120 of 470 ~ 25.53%
B 135 of 470 ~ 28.72%

%45.74
%25.53
%28.72

CMYK color model

#D77887 color CMYK value is (0,44,37,16).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 37.21%
  • key color value is 15.69%
CMYK:
(0,44,37,16)
C0M44Y37K16 
(0%,44%,37%,16%)
(0.00/0.44/0.37/0.16)	

CMYK percentages

%0
%44.19
%37.21
%15.69

Codes

Color #D77887 in popluar color models

D77887
RGB215120135
HSL351°54.29%65.69%
HSB/HSV351°44.19%84.31%
CMYK0.00%44.19%37.21%
15.69%

Color #D77887 in popluar number systems.

HEXD77887
Decimal215120135
Binary11010111111100010000111
Octal327170207

Shades and tints

Shades of #D77887

#D77887
(215,120,135)
#C46E7B
(196,110,123)
#B1646F
(177,100,111)
#9E5A63
(158,90,99)
#8B5057
(139,80,87)
#78464B
(120,70,75)
#653C3F
(101,60,63)
#523233
(82,50,51)
#3F2827
(63,40,39)
#2C1E1B
(44,30,27)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #D77887

#D77887
(215,120,135)
#DA8491
(218,132,145)
#DD909B
(221,144,155)
#E09CA5
(224,156,165)
#E3A8AF
(227,168,175)
#E6B4B9
(230,180,185)
#E9C0C3
(233,192,195)
#ECCCCD
(236,204,205)
#EFD8D7
(239,216,215)
#F2E4E1
(242,228,225)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77887; }

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

This text font color is #D77887.


Background Color

.myBgColor { background-color: #D77887; }

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

This div background color is #D77887.


Border color

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

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

This div border color is #D77887.


Opacity

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

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

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

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

This text has shadow with #D77887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77887 on black background.


Color preview on white background

This text has color #D77887 on white background.



Black color preview on #D77887 background

This text has black color on #D77887 background.


White color preview on #D77887 background

This text has white color on #D77887 background.