COLOR #D77F66

HEX: #D77F66
RGB: (215,127,102)

Color info

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

RGB color model

#D77F66 color RGB value is (215,127,102).

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

RGB channels and saturation

R 215 of 255 = 84%
G 127 of 255 = 50%
B 102 of 255 = 40%

215
127
102

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

Portions of RGB colors in percentages

R + G + B =
215 + 127 + 102 = 444 (100%)
R 215 of 444 ~ 48.42%
G 127 of 444 ~ 28.6%
B 102 of 444 ~ 22.97%

%48.42
%28.6
%22.97

CMYK color model

#D77F66 color CMYK value is (0,41,53,16).

  • cyan value is 0.00%
  • magenta value is 40.93%
  • yellow value is 52.56%
  • key color value is 15.69%
CMYK:
(0,41,53,16)
C0M41Y53K16 
(0%,41%,53%,16%)
(0.00/0.41/0.53/0.16)	

CMYK percentages

%0
%40.93
%52.56
%15.69

Codes

Color #D77F66 in popluar color models

D77F66
RGB215127102
HSL13°58.55%62.16%
HSB/HSV13°52.56%84.31%
CMYK0.00%40.93%52.56%
15.69%

Color #D77F66 in popluar number systems.

HEXD77F66
Decimal215127102
Binary1101011111111111100110
Octal327177146

Shades and tints

Shades of #D77F66

#D77F66
(215,127,102)
#C4745D
(196,116,93)
#B16954
(177,105,84)
#9E5E4B
(158,94,75)
#8B5342
(139,83,66)
#784839
(120,72,57)
#653D30
(101,61,48)
#523227
(82,50,39)
#3F271E
(63,39,30)
#2C1C15
(44,28,21)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #D77F66

#D77F66
(215,127,102)
#DA8A73
(218,138,115)
#DD9580
(221,149,128)
#E0A08D
(224,160,141)
#E3AB9A
(227,171,154)
#E6B6A7
(230,182,167)
#E9C1B4
(233,193,180)
#ECCCC1
(236,204,193)
#EFD7CE
(239,215,206)
#F2E2DB
(242,226,219)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77F66; }

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

This text font color is #D77F66.


Background Color

.myBgColor { background-color: #D77F66; }

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

This div background color is #D77F66.


Border color

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

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

This div border color is #D77F66.


Opacity

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

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

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

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

This text has shadow with #D77F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77F66 on black background.


Color preview on white background

This text has color #D77F66 on white background.



Black color preview on #D77F66 background

This text has black color on #D77F66 background.


White color preview on #D77F66 background

This text has white color on #D77F66 background.