COLOR #D7876D

HEX: #D7876D
RGB: (215,135,109)

Color info

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

RGB color model

#D7876D color RGB value is (215,135,109).

  • red value is 215;
  • green value is 135;
  • blue value is 109.
RGB:
(215,135,109)
(84%,53%,43%)

RGB channels and saturation

R 215 of 255 = 84%
G 135 of 255 = 53%
B 109 of 255 = 43%

215
135
109

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

Portions of RGB colors in percentages

R + G + B =
215 + 135 + 109 = 459 (100%)
R 215 of 459 ~ 46.84%
G 135 of 459 ~ 29.41%
B 109 of 459 ~ 23.75%

%46.84
%29.41
%23.75

CMYK color model

#D7876D color CMYK value is (0,37,49,16).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 49.30%
  • key color value is 15.69%
CMYK:
(0,37,49,16)
C0M37Y49K16 
(0%,37%,49%,16%)
(0.00/0.37/0.49/0.16)	

CMYK percentages

%0
%37.21
%49.3
%15.69

Codes

Color #D7876D in popluar color models

D7876D
RGB215135109
HSL15°56.99%63.53%
HSB/HSV15°49.30%84.31%
CMYK0.00%37.21%49.30%
15.69%

Color #D7876D in popluar number systems.

HEXD7876D
Decimal215135109
Binary11010111100001111101101
Octal327207155

Shades and tints

Shades of #D7876D

#D7876D
(215,135,109)
#C47B64
(196,123,100)
#B16F5B
(177,111,91)
#9E6352
(158,99,82)
#8B5749
(139,87,73)
#784B40
(120,75,64)
#653F37
(101,63,55)
#52332E
(82,51,46)
#3F2725
(63,39,37)
#2C1B1C
(44,27,28)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #D7876D

#D7876D
(215,135,109)
#DA917A
(218,145,122)
#DD9B87
(221,155,135)
#E0A594
(224,165,148)
#E3AFA1
(227,175,161)
#E6B9AE
(230,185,174)
#E9C3BB
(233,195,187)
#ECCDC8
(236,205,200)
#EFD7D5
(239,215,213)
#F2E1E2
(242,225,226)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7876D color. Also use rgb(215,135,109) instead hex code.

Text Font Color

.myTextColor { color: #D7876D; }

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

This text font color is #D7876D.


Background Color

.myBgColor { background-color: #D7876D; }

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

This div background color is #D7876D.


Border color

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

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

This div border color is #D7876D.


Opacity

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

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

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

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

This text has shadow with #D7876D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7876D on black background.


Color preview on white background

This text has color #D7876D on white background.



Black color preview on #D7876D background

This text has black color on #D7876D background.


White color preview on #D7876D background

This text has white color on #D7876D background.