COLOR #D4777F

HEX: #D4777F
RGB: (212,119,127)

Color info

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

RGB color model

#D4777F color RGB value is (212,119,127).

  • red value is 212;
  • green value is 119;
  • blue value is 127.
RGB:
(212,119,127)
(83%,47%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 119 of 255 = 47%
B 127 of 255 = 50%

212
119
127

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

Portions of RGB colors in percentages

R + G + B =
212 + 119 + 127 = 458 (100%)
R 212 of 458 ~ 46.29%
G 119 of 458 ~ 25.98%
B 127 of 458 ~ 27.73%

%46.29
%25.98
%27.73

CMYK color model

#D4777F color CMYK value is (0,44,40,17).

  • cyan value is 0.00%
  • magenta value is 43.87%
  • yellow value is 40.09%
  • key color value is 16.86%
CMYK:
(0,44,40,17)
C0M44Y40K17 
(0%,44%,40%,17%)
(0.00/0.44/0.40/0.17)	

CMYK percentages

%0
%43.87
%40.09
%16.86

Codes

Color #D4777F in popluar color models

D4777F
RGB212119127
HSL355°51.96%64.90%
HSB/HSV355°43.87%83.14%
CMYK0.00%43.87%40.09%
16.86%

Color #D4777F in popluar number systems.

HEXD4777F
Decimal212119127
Binary1101010011101111111111
Octal324167177

Shades and tints

Shades of #D4777F

#D4777F
(212,119,127)
#C16D74
(193,109,116)
#AE6369
(174,99,105)
#9B595E
(155,89,94)
#884F53
(136,79,83)
#754548
(117,69,72)
#623B3D
(98,59,61)
#4F3132
(79,49,50)
#3C2727
(60,39,39)
#291D1C
(41,29,28)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #D4777F

#D4777F
(212,119,127)
#D7838A
(215,131,138)
#DA8F95
(218,143,149)
#DD9BA0
(221,155,160)
#E0A7AB
(224,167,171)
#E3B3B6
(227,179,182)
#E6BFC1
(230,191,193)
#E9CBCC
(233,203,204)
#ECD7D7
(236,215,215)
#EFE3E2
(239,227,226)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4777F color. Also use rgb(212,119,127) instead hex code.

Text Font Color

.myTextColor { color: #D4777F; }

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

This text font color is #D4777F.


Background Color

.myBgColor { background-color: #D4777F; }

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

This div background color is #D4777F.


Border color

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

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

This div border color is #D4777F.


Opacity

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

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

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

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

This text has shadow with #D4777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4777F on black background.


Color preview on white background

This text has color #D4777F on white background.



Black color preview on #D4777F background

This text has black color on #D4777F background.


White color preview on #D4777F background

This text has white color on #D4777F background.