COLOR #D77A6A

HEX: #D77A6A
RGB: (215,122,106)

Color info

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

RGB color model

#D77A6A color RGB value is (215,122,106).

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

RGB channels and saturation

R 215 of 255 = 84%
G 122 of 255 = 48%
B 106 of 255 = 42%

215
122
106

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

Portions of RGB colors in percentages

R + G + B =
215 + 122 + 106 = 443 (100%)
R 215 of 443 ~ 48.53%
G 122 of 443 ~ 27.54%
B 106 of 443 ~ 23.93%

%48.53
%27.54
%23.93

CMYK color model

#D77A6A color CMYK value is (0,43,51,16).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 50.70%
  • key color value is 15.69%
CMYK:
(0,43,51,16)
C0M43Y51K16 
(0%,43%,51%,16%)
(0.00/0.43/0.51/0.16)	

CMYK percentages

%0
%43.26
%50.7
%15.69

Codes

Color #D77A6A in popluar color models

D77A6A
RGB215122106
HSL57.67%62.94%
HSB/HSV50.70%84.31%
CMYK0.00%43.26%50.70%
15.69%

Color #D77A6A in popluar number systems.

HEXD77A6A
Decimal215122106
Binary1101011111110101101010
Octal327172152

Shades and tints

Shades of #D77A6A

#D77A6A
(215,122,106)
#C46F61
(196,111,97)
#B16458
(177,100,88)
#9E594F
(158,89,79)
#8B4E46
(139,78,70)
#78433D
(120,67,61)
#653834
(101,56,52)
#522D2B
(82,45,43)
#3F2222
(63,34,34)
#2C1719
(44,23,25)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #D77A6A

#D77A6A
(215,122,106)
#DA8677
(218,134,119)
#DD9284
(221,146,132)
#E09E91
(224,158,145)
#E3AA9E
(227,170,158)
#E6B6AB
(230,182,171)
#E9C2B8
(233,194,184)
#ECCEC5
(236,206,197)
#EFDAD2
(239,218,210)
#F2E6DF
(242,230,223)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77A6A; }

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

This text font color is #D77A6A.


Background Color

.myBgColor { background-color: #D77A6A; }

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

This div background color is #D77A6A.


Border color

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

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

This div border color is #D77A6A.


Opacity

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

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

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

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

This text has shadow with #D77A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77A6A on black background.


Color preview on white background

This text has color #D77A6A on white background.



Black color preview on #D77A6A background

This text has black color on #D77A6A background.


White color preview on #D77A6A background

This text has white color on #D77A6A background.