COLOR #D77E5A

HEX: #D77E5A
RGB: (215,126,90)

Color info

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

RGB color model

#D77E5A color RGB value is (215,126,90).

  • red value is 215;
  • green value is 126;
  • blue value is 90.
RGB:
(215,126,90)
(84%,49%,35%)

RGB channels and saturation

R 215 of 255 = 84%
G 126 of 255 = 49%
B 90 of 255 = 35%

215
126
90

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

Portions of RGB colors in percentages

R + G + B =
215 + 126 + 90 = 431 (100%)
R 215 of 431 ~ 49.88%
G 126 of 431 ~ 29.23%
B 90 of 431 ~ 20.88%

%49.88
%29.23
%20.88

CMYK color model

#D77E5A color CMYK value is (0,41,58,16).

  • cyan value is 0.00%
  • magenta value is 41.40%
  • yellow value is 58.14%
  • key color value is 15.69%
CMYK:
(0,41,58,16)
C0M41Y58K16 
(0%,41%,58%,16%)
(0.00/0.41/0.58/0.16)	

CMYK percentages

%0
%41.4
%58.14
%15.69

Codes

Color #D77E5A in popluar color models

D77E5A
RGB21512690
HSL17°60.98%59.80%
HSB/HSV17°58.14%84.31%
CMYK0.00%41.40%58.14%
15.69%

Color #D77E5A in popluar number systems.

HEXD77E5A
Decimal21512690
Binary1101011111111101011010
Octal327176132

Shades and tints

Shades of #D77E5A

#D77E5A
(215,126,90)
#C47352
(196,115,82)
#B1684A
(177,104,74)
#9E5D42
(158,93,66)
#8B523A
(139,82,58)
#784732
(120,71,50)
#653C2A
(101,60,42)
#523122
(82,49,34)
#3F261A
(63,38,26)
#2C1B12
(44,27,18)
#19100A
(25,16,10)
#000000
(0,0,0)

Tints of #D77E5A

#D77E5A
(215,126,90)
#DA8969
(218,137,105)
#DD9478
(221,148,120)
#E09F87
(224,159,135)
#E3AA96
(227,170,150)
#E6B5A5
(230,181,165)
#E9C0B4
(233,192,180)
#ECCBC3
(236,203,195)
#EFD6D2
(239,214,210)
#F2E1E1
(242,225,225)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77E5A color. Also use rgb(215,126,90) instead hex code.

Text Font Color

.myTextColor { color: #D77E5A; }

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

This text font color is #D77E5A.


Background Color

.myBgColor { background-color: #D77E5A; }

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

This div background color is #D77E5A.


Border color

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

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

This div border color is #D77E5A.


Opacity

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

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

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

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

This text has shadow with #D77E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77E5A on black background.


Color preview on white background

This text has color #D77E5A on white background.



Black color preview on #D77E5A background

This text has black color on #D77E5A background.


White color preview on #D77E5A background

This text has white color on #D77E5A background.