COLOR #D7759B

HEX: #D7759B
RGB: (215,117,155)

Color info

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

RGB color model

#D7759B color RGB value is (215,117,155).

  • red value is 215;
  • green value is 117;
  • blue value is 155.
RGB:
(215,117,155)
(84%,46%,61%)

RGB channels and saturation

R 215 of 255 = 84%
G 117 of 255 = 46%
B 155 of 255 = 61%

215
117
155

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

Portions of RGB colors in percentages

R + G + B =
215 + 117 + 155 = 487 (100%)
R 215 of 487 ~ 44.15%
G 117 of 487 ~ 24.02%
B 155 of 487 ~ 31.83%

%44.15
%24.02
%31.83

CMYK color model

#D7759B color CMYK value is (0,46,28,16).

  • cyan value is 0.00%
  • magenta value is 45.58%
  • yellow value is 27.91%
  • key color value is 15.69%
CMYK:
(0,46,28,16)
C0M46Y28K16 
(0%,46%,28%,16%)
(0.00/0.46/0.28/0.16)	

CMYK percentages

%0
%45.58
%27.91
%15.69

Codes

Color #D7759B in popluar color models

D7759B
RGB215117155
HSL337°55.06%65.10%
HSB/HSV337°45.58%84.31%
CMYK0.00%45.58%27.91%
15.69%

Color #D7759B in popluar number systems.

HEXD7759B
Decimal215117155
Binary11010111111010110011011
Octal327165233

Shades and tints

Shades of #D7759B

#D7759B
(215,117,155)
#C46B8D
(196,107,141)
#B1617F
(177,97,127)
#9E5771
(158,87,113)
#8B4D63
(139,77,99)
#784355
(120,67,85)
#653947
(101,57,71)
#522F39
(82,47,57)
#3F252B
(63,37,43)
#2C1B1D
(44,27,29)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #D7759B

#D7759B
(215,117,155)
#DA81A4
(218,129,164)
#DD8DAD
(221,141,173)
#E099B6
(224,153,182)
#E3A5BF
(227,165,191)
#E6B1C8
(230,177,200)
#E9BDD1
(233,189,209)
#ECC9DA
(236,201,218)
#EFD5E3
(239,213,227)
#F2E1EC
(242,225,236)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7759B color. Also use rgb(215,117,155) instead hex code.

Text Font Color

.myTextColor { color: #D7759B; }

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

This text font color is #D7759B.


Background Color

.myBgColor { background-color: #D7759B; }

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

This div background color is #D7759B.


Border color

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

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

This div border color is #D7759B.


Opacity

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

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

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

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

This text has shadow with #D7759B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7759B on black background.


Color preview on white background

This text has color #D7759B on white background.



Black color preview on #D7759B background

This text has black color on #D7759B background.


White color preview on #D7759B background

This text has white color on #D7759B background.