COLOR #D76055

HEX: #D76055
RGB: (215,96,85)

Color info

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

RGB color model

#D76055 color RGB value is (215,96,85).

  • red value is 215;
  • green value is 96;
  • blue value is 85.
RGB:
(215,96,85)
(84%,38%,33%)

RGB channels and saturation

R 215 of 255 = 84%
G 96 of 255 = 38%
B 85 of 255 = 33%

215
96
85

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

Portions of RGB colors in percentages

R + G + B =
215 + 96 + 85 = 396 (100%)
R 215 of 396 ~ 54.29%
G 96 of 396 ~ 24.24%
B 85 of 396 ~ 21.46%

%54.29
%24.24
%21.46

CMYK color model

#D76055 color CMYK value is (0,55,60,16).

  • cyan value is 0.00%
  • magenta value is 55.35%
  • yellow value is 60.47%
  • key color value is 15.69%
CMYK:
(0,55,60,16)
C0M55Y60K16 
(0%,55%,60%,16%)
(0.00/0.55/0.60/0.16)	

CMYK percentages

%0
%55.35
%60.47
%15.69

Codes

Color #D76055 in popluar color models

D76055
RGB2159685
HSL61.90%58.82%
HSB/HSV60.47%84.31%
CMYK0.00%55.35%60.47%
15.69%

Color #D76055 in popluar number systems.

HEXD76055
Decimal2159685
Binary1101011111000001010101
Octal327140125

Shades and tints

Shades of #D76055

#D76055
(215,96,85)
#C4584E
(196,88,78)
#B15047
(177,80,71)
#9E4840
(158,72,64)
#8B4039
(139,64,57)
#783832
(120,56,50)
#65302B
(101,48,43)
#522824
(82,40,36)
#3F201D
(63,32,29)
#2C1816
(44,24,22)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #D76055

#D76055
(215,96,85)
#DA6E64
(218,110,100)
#DD7C73
(221,124,115)
#E08A82
(224,138,130)
#E39891
(227,152,145)
#E6A6A0
(230,166,160)
#E9B4AF
(233,180,175)
#ECC2BE
(236,194,190)
#EFD0CD
(239,208,205)
#F2DEDC
(242,222,220)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76055 color. Also use rgb(215,96,85) instead hex code.

Text Font Color

.myTextColor { color: #D76055; }

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

This text font color is #D76055.


Background Color

.myBgColor { background-color: #D76055; }

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

This div background color is #D76055.


Border color

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

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

This div border color is #D76055.


Opacity

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

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

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

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

This text has shadow with #D76055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76055 on black background.


Color preview on white background

This text has color #D76055 on white background.



Black color preview on #D76055 background

This text has black color on #D76055 background.


White color preview on #D76055 background

This text has white color on #D76055 background.