COLOR #D78C78

HEX: #D78C78
RGB: (215,140,120)

Color info

#D78C78 contains mainly red color. Web safe color of #D78C78 is #CC9966 (or #C96).

RGB color model

#D78C78 color RGB value is (215,140,120).

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

RGB channels and saturation

R 215 of 255 = 84%
G 140 of 255 = 55%
B 120 of 255 = 47%

215
140
120

R + G + B ~ 62%. #D78C78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 140 + 120 = 475 (100%)
R 215 of 475 ~ 45.26%
G 140 of 475 ~ 29.47%
B 120 of 475 ~ 25.26%

%45.26
%29.47
%25.26

CMYK color model

#D78C78 color CMYK value is (0,35,44,16).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 44.19%
  • key color value is 15.69%
CMYK:
(0,35,44,16)
C0M35Y44K16 
(0%,35%,44%,16%)
(0.00/0.35/0.44/0.16)	

CMYK percentages

%0
%34.88
%44.19
%15.69

Codes

Color #D78C78 in popluar color models

D78C78
RGB215140120
HSL13°54.29%65.69%
HSB/HSV13°44.19%84.31%
CMYK0.00%34.88%44.19%
15.69%

Color #D78C78 in popluar number systems.

HEXD78C78
Decimal215140120
Binary11010111100011001111000
Octal327214170

Shades and tints

Shades of #D78C78

#D78C78
(215,140,120)
#C4806E
(196,128,110)
#B17464
(177,116,100)
#9E685A
(158,104,90)
#8B5C50
(139,92,80)
#785046
(120,80,70)
#65443C
(101,68,60)
#523832
(82,56,50)
#3F2C28
(63,44,40)
#2C201E
(44,32,30)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #D78C78

#D78C78
(215,140,120)
#DA9684
(218,150,132)
#DDA090
(221,160,144)
#E0AA9C
(224,170,156)
#E3B4A8
(227,180,168)
#E6BEB4
(230,190,180)
#E9C8C0
(233,200,192)
#ECD2CC
(236,210,204)
#EFDCD8
(239,220,216)
#F2E6E4
(242,230,228)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78C78; }

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

This text font color is #D78C78.


Background Color

.myBgColor { background-color: #D78C78; }

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

This div background color is #D78C78.


Border color

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

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

This div border color is #D78C78.


Opacity

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

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

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

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

This text has shadow with #D78C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78C78 on black background.


Color preview on white background

This text has color #D78C78 on white background.



Black color preview on #D78C78 background

This text has black color on #D78C78 background.


White color preview on #D78C78 background

This text has white color on #D78C78 background.