COLOR #D77B4D

HEX: #D77B4D
RGB: (215,123,77)

Color info

#D77B4D contains mainly red color. Web safe color of #D77B4D is #CC6633 (or #C63).

RGB color model

#D77B4D color RGB value is (215,123,77).

  • red value is 215;
  • green value is 123;
  • blue value is 77.
RGB:
(215,123,77)
(84%,48%,30%)

RGB channels and saturation

R 215 of 255 = 84%
G 123 of 255 = 48%
B 77 of 255 = 30%

215
123
77

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

Portions of RGB colors in percentages

R + G + B =
215 + 123 + 77 = 415 (100%)
R 215 of 415 ~ 51.81%
G 123 of 415 ~ 29.64%
B 77 of 415 ~ 18.55%

%51.81
%29.64
%18.55

CMYK color model

#D77B4D color CMYK value is (0,43,64,16).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 64.19%
  • key color value is 15.69%
CMYK:
(0,43,64,16)
C0M43Y64K16 
(0%,43%,64%,16%)
(0.00/0.43/0.64/0.16)	

CMYK percentages

%0
%42.79
%64.19
%15.69

Codes

Color #D77B4D in popluar color models

D77B4D
RGB21512377
HSL20°63.30%57.25%
HSB/HSV20°64.19%84.31%
CMYK0.00%42.79%64.19%
15.69%

Color #D77B4D in popluar number systems.

HEXD77B4D
Decimal21512377
Binary1101011111110111001101
Octal327173115

Shades and tints

Shades of #D77B4D

#D77B4D
(215,123,77)
#C47046
(196,112,70)
#B1653F
(177,101,63)
#9E5A38
(158,90,56)
#8B4F31
(139,79,49)
#78442A
(120,68,42)
#653923
(101,57,35)
#522E1C
(82,46,28)
#3F2315
(63,35,21)
#2C180E
(44,24,14)
#190D07
(25,13,7)
#000000
(0,0,0)

Tints of #D77B4D

#D77B4D
(215,123,77)
#DA875D
(218,135,93)
#DD936D
(221,147,109)
#E09F7D
(224,159,125)
#E3AB8D
(227,171,141)
#E6B79D
(230,183,157)
#E9C3AD
(233,195,173)
#ECCFBD
(236,207,189)
#EFDBCD
(239,219,205)
#F2E7DD
(242,231,221)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77B4D color. Also use rgb(215,123,77) instead hex code.

Text Font Color

.myTextColor { color: #D77B4D; }

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

This text font color is #D77B4D.


Background Color

.myBgColor { background-color: #D77B4D; }

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

This div background color is #D77B4D.


Border color

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

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

This div border color is #D77B4D.


Opacity

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

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

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

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

This text has shadow with #D77B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77B4D on black background.


Color preview on white background

This text has color #D77B4D on white background.



Black color preview on #D77B4D background

This text has black color on #D77B4D background.


White color preview on #D77B4D background

This text has white color on #D77B4D background.