COLOR #D17F77

HEX: #D17F77
RGB: (209,127,119)

Color info

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

RGB color model

#D17F77 color RGB value is (209,127,119).

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

RGB channels and saturation

R 209 of 255 = 82%
G 127 of 255 = 50%
B 119 of 255 = 47%

209
127
119

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

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 119 = 455 (100%)
R 209 of 455 ~ 45.93%
G 127 of 455 ~ 27.91%
B 119 of 455 ~ 26.15%

%45.93
%27.91
%26.15

CMYK color model

#D17F77 color CMYK value is (0,39,43,18).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 43.06%
  • key color value is 18.04%
CMYK:
(0,39,43,18)
C0M39Y43K18 
(0%,39%,43%,18%)
(0.00/0.39/0.43/0.18)	

CMYK percentages

%0
%39.23
%43.06
%18.04

Codes

Color #D17F77 in popluar color models

D17F77
RGB209127119
HSL49.45%64.31%
HSB/HSV43.06%81.96%
CMYK0.00%39.23%43.06%
18.04%

Color #D17F77 in popluar number systems.

HEXD17F77
Decimal209127119
Binary1101000111111111110111
Octal321177167

Shades and tints

Shades of #D17F77

#D17F77
(209,127,119)
#BE746D
(190,116,109)
#AB6963
(171,105,99)
#985E59
(152,94,89)
#85534F
(133,83,79)
#724845
(114,72,69)
#5F3D3B
(95,61,59)
#4C3231
(76,50,49)
#392727
(57,39,39)
#261C1D
(38,28,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #D17F77

#D17F77
(209,127,119)
#D58A83
(213,138,131)
#D9958F
(217,149,143)
#DDA09B
(221,160,155)
#E1ABA7
(225,171,167)
#E5B6B3
(229,182,179)
#E9C1BF
(233,193,191)
#EDCCCB
(237,204,203)
#F1D7D7
(241,215,215)
#F5E2E3
(245,226,227)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F77; }

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

This text font color is #D17F77.


Background Color

.myBgColor { background-color: #D17F77; }

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

This div background color is #D17F77.


Border color

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

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

This div border color is #D17F77.


Opacity

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

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

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

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

This text has shadow with #D17F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F77 on black background.


Color preview on white background

This text has color #D17F77 on white background.



Black color preview on #D17F77 background

This text has black color on #D17F77 background.


White color preview on #D17F77 background

This text has white color on #D17F77 background.