COLOR #D77D7C

HEX: #D77D7C
RGB: (215,125,124)

Color info

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

RGB color model

#D77D7C color RGB value is (215,125,124).

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

RGB channels and saturation

R 215 of 255 = 84%
G 125 of 255 = 49%
B 124 of 255 = 49%

215
125
124

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

Portions of RGB colors in percentages

R + G + B =
215 + 125 + 124 = 464 (100%)
R 215 of 464 ~ 46.34%
G 125 of 464 ~ 26.94%
B 124 of 464 ~ 26.72%

%46.34
%26.94
%26.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 42.33%
  • key color value is 15.69%
CMYK:
(0,42,42,16)
C0M42Y42K16 
(0%,42%,42%,16%)
(0.00/0.42/0.42/0.16)	

CMYK percentages

%0
%41.86
%42.33
%15.69

Codes

Color #D77D7C in popluar color models

D77D7C
RGB215125124
HSL53.22%66.47%
HSB/HSV42.33%84.31%
CMYK0.00%41.86%42.33%
15.69%

Color #D77D7C in popluar number systems.

HEXD77D7C
Decimal215125124
Binary1101011111111011111100
Octal327175174

Shades and tints

Shades of #D77D7C

#D77D7C
(215,125,124)
#C47271
(196,114,113)
#B16766
(177,103,102)
#9E5C5B
(158,92,91)
#8B5150
(139,81,80)
#784645
(120,70,69)
#653B3A
(101,59,58)
#52302F
(82,48,47)
#3F2524
(63,37,36)
#2C1A19
(44,26,25)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #D77D7C

#D77D7C
(215,125,124)
#DA8887
(218,136,135)
#DD9392
(221,147,146)
#E09E9D
(224,158,157)
#E3A9A8
(227,169,168)
#E6B4B3
(230,180,179)
#E9BFBE
(233,191,190)
#ECCAC9
(236,202,201)
#EFD5D4
(239,213,212)
#F2E0DF
(242,224,223)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77D7C; }

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

This text font color is #D77D7C.


Background Color

.myBgColor { background-color: #D77D7C; }

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

This div background color is #D77D7C.


Border color

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

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

This div border color is #D77D7C.


Opacity

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

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

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

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

This text has shadow with #D77D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77D7C on black background.


Color preview on white background

This text has color #D77D7C on white background.



Black color preview on #D77D7C background

This text has black color on #D77D7C background.


White color preview on #D77D7C background

This text has white color on #D77D7C background.