COLOR #D78B66

HEX: #D78B66
RGB: (215,139,102)

Color info

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

RGB color model

#D78B66 color RGB value is (215,139,102).

  • red value is 215;
  • green value is 139;
  • blue value is 102.
RGB:
(215,139,102)
(84%,55%,40%)

RGB channels and saturation

R 215 of 255 = 84%
G 139 of 255 = 55%
B 102 of 255 = 40%

215
139
102

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

Portions of RGB colors in percentages

R + G + B =
215 + 139 + 102 = 456 (100%)
R 215 of 456 ~ 47.15%
G 139 of 456 ~ 30.48%
B 102 of 456 ~ 22.37%

%47.15
%30.48
%22.37

CMYK color model

#D78B66 color CMYK value is (0,35,53,16).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 52.56%
  • key color value is 15.69%
CMYK:
(0,35,53,16)
C0M35Y53K16 
(0%,35%,53%,16%)
(0.00/0.35/0.53/0.16)	

CMYK percentages

%0
%35.35
%52.56
%15.69

Codes

Color #D78B66 in popluar color models

D78B66
RGB215139102
HSL20°58.55%62.16%
HSB/HSV20°52.56%84.31%
CMYK0.00%35.35%52.56%
15.69%

Color #D78B66 in popluar number systems.

HEXD78B66
Decimal215139102
Binary11010111100010111100110
Octal327213146

Shades and tints

Shades of #D78B66

#D78B66
(215,139,102)
#C47F5D
(196,127,93)
#B17354
(177,115,84)
#9E674B
(158,103,75)
#8B5B42
(139,91,66)
#784F39
(120,79,57)
#654330
(101,67,48)
#523727
(82,55,39)
#3F2B1E
(63,43,30)
#2C1F15
(44,31,21)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #D78B66

#D78B66
(215,139,102)
#DA9573
(218,149,115)
#DD9F80
(221,159,128)
#E0A98D
(224,169,141)
#E3B39A
(227,179,154)
#E6BDA7
(230,189,167)
#E9C7B4
(233,199,180)
#ECD1C1
(236,209,193)
#EFDBCE
(239,219,206)
#F2E5DB
(242,229,219)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78B66 color. Also use rgb(215,139,102) instead hex code.

Text Font Color

.myTextColor { color: #D78B66; }

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

This text font color is #D78B66.


Background Color

.myBgColor { background-color: #D78B66; }

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

This div background color is #D78B66.


Border color

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

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

This div border color is #D78B66.


Opacity

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

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

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

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

This text has shadow with #D78B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78B66 on black background.


Color preview on white background

This text has color #D78B66 on white background.



Black color preview on #D78B66 background

This text has black color on #D78B66 background.


White color preview on #D78B66 background

This text has white color on #D78B66 background.