COLOR #D0777F

HEX: #D0777F RGB: (208,119,127)

Color info

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

RGB color model

#D0777F color RGB value is (208,119,127).

RGB: (208,119,127) (82%, 47%, 50%)

RGB channels and saturation

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

208
119
127

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

Portions of RGB colors in percentages

R + G + B = 208 + 119 + 127 = 454 (100%)
R 208 of 454 ~ 45.81%
G 119 of 454 ~ 26.21%
B 127 of 454 ~ 27.97'%

%45.81
%26.21
%27.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 38.94%
  • key color value is 18.43%
CMYK: (0,43,39,18) C0M43Y39K18 (0%,43%,39%,18%) (0.00/0.43/0.39/0.18) 

CMYK percentages

%0
%42.79
%38.94
%18.43

Codes

Color #D0777F in popluar color models

D0 77 7F
RGB 208 119 127
HSL 355° 48.63% 64.12%
HSB/HSV 355° 42.79% 81.57%
CMYK 0.00% 42.79% 38.94%
18.43%

Color #D0777F in popluar number systems.

HEX D0 77 7F
Decimal 208 119 127
Binary 11010000 1110111 1111111
Octal 320 167 177

Shades and tints

Shades of #D0777F

#D0777F
(208,119,127)
#BE6D74
(190,109,116)
#AC6369
(172,99,105)
#9A595E
(154,89,94)
#884F53
(136,79,83)
#764548
(118,69,72)
#643B3D
(100,59,61)
#523132
(82,49,50)
#402727
(64,39,39)
#2E1D1C
(46,29,28)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #D0777F

#D0777F
(208,119,127)
#D4838A
(212,131,138)
#D88F95
(216,143,149)
#DC9BA0
(220,155,160)
#E0A7AB
(224,167,171)
#E4B3B6
(228,179,182)
#E8BFC1
(232,191,193)
#ECCBCC
(236,203,204)
#F0D7D7
(240,215,215)
#F4E3E2
(244,227,226)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0777F; }

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

This text font color is #D0777F.

Background Color

.myBgColor { background-color: #D0777F; }

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

This div background color is #D0777F.

Border color

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

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

This div border color is #D0777F.

Opacity

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

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

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

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

This text has shadow with #D0777F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0777F.

Preview

Color preview on black background

This text has color #D0777F on black background.


Color preview on white background

This text has color #D0777F on white background.


Black color preview on #D0777F background

This text has black color on #D0777F background.


White color preview on #D0777F background

This text has white color on #D0777F background.


Related colors

Complementary color

Complementary color for #hex is #2F8880.


I love getcolorcode.com

Triadic colors

1 #7FD077 and #777FD0 with #D0777F are triadic colors.

2 #7F77D0 and #77D07F with #D0777F are triadic colors.