COLOR #D7B776

HEX: #D7B776
RGB: (215,183,118)

Color info

#D7B776 contains mainly red and green colors. Web safe color of #D7B776 is #CCCC66 (or #CC6).

RGB color model

#D7B776 color RGB value is (215,183,118).

  • red value is 215;
  • green value is 183;
  • blue value is 118.
RGB:
(215,183,118)
(84%,72%,46%)

RGB channels and saturation

R 215 of 255 = 84%
G 183 of 255 = 72%
B 118 of 255 = 46%

215
183
118

R + G + B ~ 67%. #D7B776 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 183 + 118 = 516 (100%)
R 215 of 516 ~ 41.67%
G 183 of 516 ~ 35.47%
B 118 of 516 ~ 22.87%

%41.67
%35.47
%22.87

CMYK color model

#D7B776 color CMYK value is (0,15,45,16).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 45.12%
  • key color value is 15.69%
CMYK:
(0,15,45,16)
C0M15Y45K16 
(0%,15%,45%,16%)
(0.00/0.15/0.45/0.16)	

CMYK percentages

%0
%14.88
%45.12
%15.69

Codes

Color #D7B776 in popluar color models

D7B776
RGB215183118
HSL40°54.80%65.29%
HSB/HSV40°45.12%84.31%
CMYK0.00%14.88%45.12%
15.69%

Color #D7B776 in popluar number systems.

HEXD7B776
Decimal215183118
Binary11010111101101111110110
Octal327267166

Shades and tints

Shades of #D7B776

#D7B776
(215,183,118)
#C4A76C
(196,167,108)
#B19762
(177,151,98)
#9E8758
(158,135,88)
#8B774E
(139,119,78)
#786744
(120,103,68)
#65573A
(101,87,58)
#524730
(82,71,48)
#3F3726
(63,55,38)
#2C271C
(44,39,28)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #D7B776

#D7B776
(215,183,118)
#DABD82
(218,189,130)
#DDC38E
(221,195,142)
#E0C99A
(224,201,154)
#E3CFA6
(227,207,166)
#E6D5B2
(230,213,178)
#E9DBBE
(233,219,190)
#ECE1CA
(236,225,202)
#EFE7D6
(239,231,214)
#F2EDE2
(242,237,226)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B776 color. Also use rgb(215,183,118) instead hex code.

Text Font Color

.myTextColor { color: #D7B776; }

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

This text font color is #D7B776.


Background Color

.myBgColor { background-color: #D7B776; }

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

This div background color is #D7B776.


Border color

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

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

This div border color is #D7B776.


Opacity

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

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

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

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

This text has shadow with #D7B776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B776 on black background.


Color preview on white background

This text has color #D7B776 on white background.



Black color preview on #D7B776 background

This text has black color on #D7B776 background.


White color preview on #D7B776 background

This text has white color on #D7B776 background.