COLOR #8D7771

HEX: #8D7771
RGB: (141,119,113)

Color info

#8D7771 contains red, green and blue colors in about the same proportion. Web safe color of #8D7771 is #996666 (or #966).

RGB color model

#8D7771 color RGB value is (141,119,113).

  • red value is 141;
  • green value is 119;
  • blue value is 113.
RGB:
(141,119,113)
(55%,47%,44%)

RGB channels and saturation

R 141 of 255 = 55%
G 119 of 255 = 47%
B 113 of 255 = 44%

141
119
113

R + G + B ~ 49%. #8D7771 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 119 + 113 = 373 (100%)
R 141 of 373 ~ 37.8%
G 119 of 373 ~ 31.9%
B 113 of 373 ~ 30.29%

%37.8
%31.9
%30.29

CMYK color model

#8D7771 color CMYK value is (0,16,20,45).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 19.86%
  • key color value is 44.71%
CMYK:
(0,16,20,45)
C0M16Y20K45 
(0%,16%,20%,45%)
(0.00/0.16/0.20/0.45)	

CMYK percentages

%0
%15.6
%19.86
%44.71

Codes

Color #8D7771 in popluar color models

8D7771
RGB141119113
HSL13°11.02%49.80%
HSB/HSV13°19.86%55.29%
CMYK0.00%15.60%19.86%
44.71%

Color #8D7771 in popluar number systems.

HEX8D7771
Decimal141119113
Binary1000110111101111110001
Octal215167161

Shades and tints

Shades of #8D7771

#8D7771
(141,119,113)
#816D67
(129,109,103)
#75635D
(117,99,93)
#695953
(105,89,83)
#5D4F49
(93,79,73)
#51453F
(81,69,63)
#453B35
(69,59,53)
#39312B
(57,49,43)
#2D2721
(45,39,33)
#211D17
(33,29,23)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #8D7771

#8D7771
(141,119,113)
#97837D
(151,131,125)
#A18F89
(161,143,137)
#AB9B95
(171,155,149)
#B5A7A1
(181,167,161)
#BFB3AD
(191,179,173)
#C9BFB9
(201,191,185)
#D3CBC5
(211,203,197)
#DDD7D1
(221,215,209)
#E7E3DD
(231,227,221)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7771 color. Also use rgb(141,119,113) instead hex code.

Text Font Color

.myTextColor { color: #8D7771; }

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

This text font color is #8D7771.


Background Color

.myBgColor { background-color: #8D7771; }

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

This div background color is #8D7771.


Border color

.myBorderColor { border: 1px solid #8D7771; }

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

This div border color is #8D7771.


Opacity

.myOpacity80 { color: #8D7771; opacity: 0.8; }

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

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

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

This text has shadow with #8D7771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7771 on black background.


Color preview on white background

This text has color #8D7771 on white background.



Black color preview on #8D7771 background

This text has black color on #8D7771 background.


White color preview on #8D7771 background

This text has white color on #8D7771 background.