COLOR #D76F6E

HEX: #D76F6E RGB: (215,111,110)

Color info

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

RGB color model

#D76F6E color RGB value is (215,111,110).

RGB: (215,111,110) (84%, 44%, 43%)

RGB channels and saturation

R 215 of 255 = 84%
G 111 of 255 = 44%
B 110 of 255 = 43%

215
111
110

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

Portions of RGB colors in percentages

R + G + B = 215 + 111 + 110 = 436 (100%)
R 215 of 436 ~ 49.31%
G 111 of 436 ~ 25.46%
B 110 of 436 ~ 25.23'%

%49.31
%25.46
%25.23

CMYK color model

#D76F6E color CMYK value is (0,48,49,16).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 48.84%
  • key color value is 15.69%

CMYK: (0,48,49,16)
C0M48Y49K16 (0%, 48%, 49%, 16%)
(0.00 / 0.48 / 0.49 / 0.16)

CMYK percentages

%0
%48.37
%48.84
%15.69

Codes

Color #D76F6E in popluar color models

D7 6F 6E
RGB 215 111 110
HSL 56.76% 63.73%
HSB/HSV 48.84% 84.31%
CMYK 0.00% 48.37% 48.84%
15.69%

Color #D76F6E in popluar number systems.

HEX D7 6F 6E
Decimal 215 111 110
Binary 11010111 1101111 1101110
Octal 327 157 156

Shades and tints

Shades of #D76F6E

#D76F6E
(215,111,110)
#C46564
(196,101,100)
#B15B5A
(177,91,90)
#9E5150
(158,81,80)
#8B4746
(139,71,70)
#783D3C
(120,61,60)
#653332
(101,51,50)
#522928
(82,41,40)
#3F1F1E
(63,31,30)
#2C1514
(44,21,20)
#190B0A
(25,11,10)
#000000
(0,0,0)

Tints of #D76F6E

#D76F6E
(215,111,110)
#DA7C7B
(218,124,123)
#DD8988
(221,137,136)
#E09695
(224,150,149)
#E3A3A2
(227,163,162)
#E6B0AF
(230,176,175)
#E9BDBC
(233,189,188)
#ECCAC9
(236,202,201)
#EFD7D6
(239,215,214)
#F2E4E3
(242,228,227)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76F6E color. Also use rgb(215,111,110) instead hex code.

Text Font Color

.myTextColor { color: #D76F6E; }

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

This text font color is #D76F6E.

Background Color

.myBgColor { background-color: #D76F6E; }

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

This div background color is #D76F6E.

Border color

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

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

This div border color is #D76F6E.

Opacity

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

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

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

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

This text has shadow with #D76F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D76F6E.

Preview

Color preview on black background

This text has color #D76F6E on black background.


Color preview on white background

This text has color #D76F6E on white background.


Black color preview on #D76F6E background

This text has black color on #D76F6E background.


White color preview on #D76F6E background

This text has white color on #D76F6E background.


Related colors

Complementary color

Complementary color for #hex is #289091.


I love getcolorcode.com

Triadic colors

1 #6ED76F and #6F6ED7 with #D76F6E are triadic colors.

2 #6E6FD7 and #6FD76E with #D76F6E are triadic colors.