COLOR #D77A7F

HEX: #D77A7F
RGB: (215,122,127)

Color info

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

RGB color model

#D77A7F color RGB value is (215,122,127).

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

RGB channels and saturation

R 215 of 255 = 84%
G 122 of 255 = 48%
B 127 of 255 = 50%

215
122
127

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

Portions of RGB colors in percentages

R + G + B =
215 + 122 + 127 = 464 (100%)
R 215 of 464 ~ 46.34%
G 122 of 464 ~ 26.29%
B 127 of 464 ~ 27.37%

%46.34
%26.29
%27.37

CMYK color model

#D77A7F color CMYK value is (0,43,41,16).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 40.93%
  • key color value is 15.69%
CMYK:
(0,43,41,16)
C0M43Y41K16 
(0%,43%,41%,16%)
(0.00/0.43/0.41/0.16)	

CMYK percentages

%0
%43.26
%40.93
%15.69

Codes

Color #D77A7F in popluar color models

D77A7F
RGB215122127
HSL357°53.76%66.08%
HSB/HSV357°43.26%84.31%
CMYK0.00%43.26%40.93%
15.69%

Color #D77A7F in popluar number systems.

HEXD77A7F
Decimal215122127
Binary1101011111110101111111
Octal327172177

Shades and tints

Shades of #D77A7F

#D77A7F
(215,122,127)
#C46F74
(196,111,116)
#B16469
(177,100,105)
#9E595E
(158,89,94)
#8B4E53
(139,78,83)
#784348
(120,67,72)
#65383D
(101,56,61)
#522D32
(82,45,50)
#3F2227
(63,34,39)
#2C171C
(44,23,28)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #D77A7F

#D77A7F
(215,122,127)
#DA868A
(218,134,138)
#DD9295
(221,146,149)
#E09EA0
(224,158,160)
#E3AAAB
(227,170,171)
#E6B6B6
(230,182,182)
#E9C2C1
(233,194,193)
#ECCECC
(236,206,204)
#EFDAD7
(239,218,215)
#F2E6E2
(242,230,226)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77A7F; }

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

This text font color is #D77A7F.


Background Color

.myBgColor { background-color: #D77A7F; }

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

This div background color is #D77A7F.


Border color

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

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

This div border color is #D77A7F.


Opacity

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

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

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

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

This text has shadow with #D77A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77A7F on black background.


Color preview on white background

This text has color #D77A7F on white background.



Black color preview on #D77A7F background

This text has black color on #D77A7F background.


White color preview on #D77A7F background

This text has white color on #D77A7F background.