COLOR #D07B78

HEX: #D07B78
RGB: (208,123,120)

Color info

#D07B78 contains mainly red color. Web safe color of #D07B78 is #CC6666 (or #C66).

RGB color model

#D07B78 color RGB value is (208,123,120).

  • red value is 208;
  • green value is 123;
  • blue value is 120.
RGB:
(208,123,120)
(82%,48%,47%)

RGB channels and saturation

R 208 of 255 = 82%
G 123 of 255 = 48%
B 120 of 255 = 47%

208
123
120

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

Portions of RGB colors in percentages

R + G + B =
208 + 123 + 120 = 451 (100%)
R 208 of 451 ~ 46.12%
G 123 of 451 ~ 27.27%
B 120 of 451 ~ 26.61%

%46.12
%27.27
%26.61

CMYK color model

#D07B78 color CMYK value is (0,41,42,18).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 42.31%
  • key color value is 18.43%
CMYK:
(0,41,42,18)
C0M41Y42K18 
(0%,41%,42%,18%)
(0.00/0.41/0.42/0.18)	

CMYK percentages

%0
%40.87
%42.31
%18.43

Codes

Color #D07B78 in popluar color models

D07B78
RGB208123120
HSL48.35%64.31%
HSB/HSV42.31%81.57%
CMYK0.00%40.87%42.31%
18.43%

Color #D07B78 in popluar number systems.

HEXD07B78
Decimal208123120
Binary1101000011110111111000
Octal320173170

Shades and tints

Shades of #D07B78

#D07B78
(208,123,120)
#BE706E
(190,112,110)
#AC6564
(172,101,100)
#9A5A5A
(154,90,90)
#884F50
(136,79,80)
#764446
(118,68,70)
#64393C
(100,57,60)
#522E32
(82,46,50)
#402328
(64,35,40)
#2E181E
(46,24,30)
#1C0D14
(28,13,20)
#000000
(0,0,0)

Tints of #D07B78

#D07B78
(208,123,120)
#D48784
(212,135,132)
#D89390
(216,147,144)
#DC9F9C
(220,159,156)
#E0ABA8
(224,171,168)
#E4B7B4
(228,183,180)
#E8C3C0
(232,195,192)
#ECCFCC
(236,207,204)
#F0DBD8
(240,219,216)
#F4E7E4
(244,231,228)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07B78 color. Also use rgb(208,123,120) instead hex code.

Text Font Color

.myTextColor { color: #D07B78; }

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

This text font color is #D07B78.


Background Color

.myBgColor { background-color: #D07B78; }

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

This div background color is #D07B78.


Border color

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

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

This div border color is #D07B78.


Opacity

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

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

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

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

This text has shadow with #D07B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07B78 on black background.


Color preview on white background

This text has color #D07B78 on white background.



Black color preview on #D07B78 background

This text has black color on #D07B78 background.


White color preview on #D07B78 background

This text has white color on #D07B78 background.