COLOR #D77892

HEX: #D77892
RGB: (215,120,146)

Color info

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

RGB color model

#D77892 color RGB value is (215,120,146).

  • red value is 215;
  • green value is 120;
  • blue value is 146.
RGB:
(215,120,146)
(84%,47%,57%)

RGB channels and saturation

R 215 of 255 = 84%
G 120 of 255 = 47%
B 146 of 255 = 57%

215
120
146

R + G + B ~ 63%. #D77892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 120 + 146 = 481 (100%)
R 215 of 481 ~ 44.7%
G 120 of 481 ~ 24.95%
B 146 of 481 ~ 30.35%

%44.7
%24.95
%30.35

CMYK color model

#D77892 color CMYK value is (0,44,32,16).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 32.09%
  • key color value is 15.69%
CMYK:
(0,44,32,16)
C0M44Y32K16 
(0%,44%,32%,16%)
(0.00/0.44/0.32/0.16)	

CMYK percentages

%0
%44.19
%32.09
%15.69

Codes

Color #D77892 in popluar color models

D77892
RGB215120146
HSL344°54.29%65.69%
HSB/HSV344°44.19%84.31%
CMYK0.00%44.19%32.09%
15.69%

Color #D77892 in popluar number systems.

HEXD77892
Decimal215120146
Binary11010111111100010010010
Octal327170222

Shades and tints

Shades of #D77892

#D77892
(215,120,146)
#C46E85
(196,110,133)
#B16478
(177,100,120)
#9E5A6B
(158,90,107)
#8B505E
(139,80,94)
#784651
(120,70,81)
#653C44
(101,60,68)
#523237
(82,50,55)
#3F282A
(63,40,42)
#2C1E1D
(44,30,29)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #D77892

#D77892
(215,120,146)
#DA849B
(218,132,155)
#DD90A4
(221,144,164)
#E09CAD
(224,156,173)
#E3A8B6
(227,168,182)
#E6B4BF
(230,180,191)
#E9C0C8
(233,192,200)
#ECCCD1
(236,204,209)
#EFD8DA
(239,216,218)
#F2E4E3
(242,228,227)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77892 color. Also use rgb(215,120,146) instead hex code.

Text Font Color

.myTextColor { color: #D77892; }

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

This text font color is #D77892.


Background Color

.myBgColor { background-color: #D77892; }

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

This div background color is #D77892.


Border color

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

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

This div border color is #D77892.


Opacity

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

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

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

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

This text has shadow with #D77892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77892 on black background.


Color preview on white background

This text has color #D77892 on white background.



Black color preview on #D77892 background

This text has black color on #D77892 background.


White color preview on #D77892 background

This text has white color on #D77892 background.