COLOR #D77C89

HEX: #D77C89
RGB: (215,124,137)

Color info

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

RGB color model

#D77C89 color RGB value is (215,124,137).

  • red value is 215;
  • green value is 124;
  • blue value is 137.
RGB:
(215,124,137)
(84%,49%,54%)

RGB channels and saturation

R 215 of 255 = 84%
G 124 of 255 = 49%
B 137 of 255 = 54%

215
124
137

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

Portions of RGB colors in percentages

R + G + B =
215 + 124 + 137 = 476 (100%)
R 215 of 476 ~ 45.17%
G 124 of 476 ~ 26.05%
B 137 of 476 ~ 28.78%

%45.17
%26.05
%28.78

CMYK color model

#D77C89 color CMYK value is (0,42,36,16).

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 36.28%
  • key color value is 15.69%
CMYK:
(0,42,36,16)
C0M42Y36K16 
(0%,42%,36%,16%)
(0.00/0.42/0.36/0.16)	

CMYK percentages

%0
%42.33
%36.28
%15.69

Codes

Color #D77C89 in popluar color models

D77C89
RGB215124137
HSL351°53.22%66.47%
HSB/HSV351°42.33%84.31%
CMYK0.00%42.33%36.28%
15.69%

Color #D77C89 in popluar number systems.

HEXD77C89
Decimal215124137
Binary11010111111110010001001
Octal327174211

Shades and tints

Shades of #D77C89

#D77C89
(215,124,137)
#C4717D
(196,113,125)
#B16671
(177,102,113)
#9E5B65
(158,91,101)
#8B5059
(139,80,89)
#78454D
(120,69,77)
#653A41
(101,58,65)
#522F35
(82,47,53)
#3F2429
(63,36,41)
#2C191D
(44,25,29)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #D77C89

#D77C89
(215,124,137)
#DA8793
(218,135,147)
#DD929D
(221,146,157)
#E09DA7
(224,157,167)
#E3A8B1
(227,168,177)
#E6B3BB
(230,179,187)
#E9BEC5
(233,190,197)
#ECC9CF
(236,201,207)
#EFD4D9
(239,212,217)
#F2DFE3
(242,223,227)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77C89 color. Also use rgb(215,124,137) instead hex code.

Text Font Color

.myTextColor { color: #D77C89; }

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

This text font color is #D77C89.


Background Color

.myBgColor { background-color: #D77C89; }

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

This div background color is #D77C89.


Border color

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

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

This div border color is #D77C89.


Opacity

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

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

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

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

This text has shadow with #D77C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77C89 on black background.


Color preview on white background

This text has color #D77C89 on white background.



Black color preview on #D77C89 background

This text has black color on #D77C89 background.


White color preview on #D77C89 background

This text has white color on #D77C89 background.