COLOR #D7779A

HEX: #D7779A
RGB: (215,119,154)

Color info

#D7779A contains mainly red color. Web safe color of #D7779A is #CC6699 (or #C69).

RGB color model

#D7779A color RGB value is (215,119,154).

  • red value is 215;
  • green value is 119;
  • blue value is 154.
RGB:
(215,119,154)
(84%,47%,60%)

RGB channels and saturation

R 215 of 255 = 84%
G 119 of 255 = 47%
B 154 of 255 = 60%

215
119
154

R + G + B ~ 64%. #D7779A is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 119 + 154 = 488 (100%)
R 215 of 488 ~ 44.06%
G 119 of 488 ~ 24.39%
B 154 of 488 ~ 31.56%

%44.06
%24.39
%31.56

CMYK color model

#D7779A color CMYK value is (0,45,28,16).

  • cyan value is 0.00%
  • magenta value is 44.65%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(0,45,28,16)
C0M45Y28K16 
(0%,45%,28%,16%)
(0.00/0.45/0.28/0.16)	

CMYK percentages

%0
%44.65
%28.37
%15.69

Codes

Color #D7779A in popluar color models

D7779A
RGB215119154
HSL338°54.55%65.49%
HSB/HSV338°44.65%84.31%
CMYK0.00%44.65%28.37%
15.69%

Color #D7779A in popluar number systems.

HEXD7779A
Decimal215119154
Binary11010111111011110011010
Octal327167232

Shades and tints

Shades of #D7779A

#D7779A
(215,119,154)
#C46D8C
(196,109,140)
#B1637E
(177,99,126)
#9E5970
(158,89,112)
#8B4F62
(139,79,98)
#784554
(120,69,84)
#653B46
(101,59,70)
#523138
(82,49,56)
#3F272A
(63,39,42)
#2C1D1C
(44,29,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #D7779A

#D7779A
(215,119,154)
#DA83A3
(218,131,163)
#DD8FAC
(221,143,172)
#E09BB5
(224,155,181)
#E3A7BE
(227,167,190)
#E6B3C7
(230,179,199)
#E9BFD0
(233,191,208)
#ECCBD9
(236,203,217)
#EFD7E2
(239,215,226)
#F2E3EB
(242,227,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7779A color. Also use rgb(215,119,154) instead hex code.

Text Font Color

.myTextColor { color: #D7779A; }

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

This text font color is #D7779A.


Background Color

.myBgColor { background-color: #D7779A; }

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

This div background color is #D7779A.


Border color

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

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

This div border color is #D7779A.


Opacity

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

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

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

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

This text has shadow with #D7779A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7779A on black background.


Color preview on white background

This text has color #D7779A on white background.



Black color preview on #D7779A background

This text has black color on #D7779A background.


White color preview on #D7779A background

This text has white color on #D7779A background.