COLOR #D77F86

HEX: #D77F86
RGB: (215,127,134)

Color info

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

RGB color model

#D77F86 color RGB value is (215,127,134).

  • red value is 215;
  • green value is 127;
  • blue value is 134.
RGB:
(215,127,134)
(84%,50%,53%)

RGB channels and saturation

R 215 of 255 = 84%
G 127 of 255 = 50%
B 134 of 255 = 53%

215
127
134

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

Portions of RGB colors in percentages

R + G + B =
215 + 127 + 134 = 476 (100%)
R 215 of 476 ~ 45.17%
G 127 of 476 ~ 26.68%
B 134 of 476 ~ 28.15%

%45.17
%26.68
%28.15

CMYK color model

#D77F86 color CMYK value is (0,41,38,16).

  • cyan value is 0.00%
  • magenta value is 40.93%
  • yellow value is 37.67%
  • key color value is 15.69%
CMYK:
(0,41,38,16)
C0M41Y38K16 
(0%,41%,38%,16%)
(0.00/0.41/0.38/0.16)	

CMYK percentages

%0
%40.93
%37.67
%15.69

Codes

Color #D77F86 in popluar color models

D77F86
RGB215127134
HSL355°52.38%67.06%
HSB/HSV355°40.93%84.31%
CMYK0.00%40.93%37.67%
15.69%

Color #D77F86 in popluar number systems.

HEXD77F86
Decimal215127134
Binary11010111111111110000110
Octal327177206

Shades and tints

Shades of #D77F86

#D77F86
(215,127,134)
#C4747A
(196,116,122)
#B1696E
(177,105,110)
#9E5E62
(158,94,98)
#8B5356
(139,83,86)
#78484A
(120,72,74)
#653D3E
(101,61,62)
#523232
(82,50,50)
#3F2726
(63,39,38)
#2C1C1A
(44,28,26)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #D77F86

#D77F86
(215,127,134)
#DA8A91
(218,138,145)
#DD959C
(221,149,156)
#E0A0A7
(224,160,167)
#E3ABB2
(227,171,178)
#E6B6BD
(230,182,189)
#E9C1C8
(233,193,200)
#ECCCD3
(236,204,211)
#EFD7DE
(239,215,222)
#F2E2E9
(242,226,233)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77F86 color. Also use rgb(215,127,134) instead hex code.

Text Font Color

.myTextColor { color: #D77F86; }

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

This text font color is #D77F86.


Background Color

.myBgColor { background-color: #D77F86; }

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

This div background color is #D77F86.


Border color

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

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

This div border color is #D77F86.


Opacity

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

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

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

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

This text has shadow with #D77F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77F86 on black background.


Color preview on white background

This text has color #D77F86 on white background.



Black color preview on #D77F86 background

This text has black color on #D77F86 background.


White color preview on #D77F86 background

This text has white color on #D77F86 background.