COLOR #8D776C

HEX: #8D776C
RGB: (141,119,108)

Color info

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

RGB color model

#8D776C color RGB value is (141,119,108).

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

RGB channels and saturation

R 141 of 255 = 55%
G 119 of 255 = 47%
B 108 of 255 = 42%

141
119
108

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

Portions of RGB colors in percentages

R + G + B =
141 + 119 + 108 = 368 (100%)
R 141 of 368 ~ 38.32%
G 119 of 368 ~ 32.34%
B 108 of 368 ~ 29.35%

%38.32
%32.34
%29.35

CMYK color model

#8D776C color CMYK value is (0,16,23,45).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(0,16,23,45)
C0M16Y23K45 
(0%,16%,23%,45%)
(0.00/0.16/0.23/0.45)	

CMYK percentages

%0
%15.6
%23.4
%44.71

Codes

Color #8D776C in popluar color models

8D776C
RGB141119108
HSL20°13.25%48.82%
HSB/HSV20°23.40%55.29%
CMYK0.00%15.60%23.40%
44.71%

Color #8D776C in popluar number systems.

HEX8D776C
Decimal141119108
Binary1000110111101111101100
Octal215167154

Shades and tints

Shades of #8D776C

#8D776C
(141,119,108)
#816D63
(129,109,99)
#75635A
(117,99,90)
#695951
(105,89,81)
#5D4F48
(93,79,72)
#51453F
(81,69,63)
#453B36
(69,59,54)
#39312D
(57,49,45)
#2D2724
(45,39,36)
#211D1B
(33,29,27)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #8D776C

#8D776C
(141,119,108)
#978379
(151,131,121)
#A18F86
(161,143,134)
#AB9B93
(171,155,147)
#B5A7A0
(181,167,160)
#BFB3AD
(191,179,173)
#C9BFBA
(201,191,186)
#D3CBC7
(211,203,199)
#DDD7D4
(221,215,212)
#E7E3E1
(231,227,225)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D776C; }

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

This text font color is #8D776C.


Background Color

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

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

This div background color is #8D776C.


Border color

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

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

This div border color is #8D776C.


Opacity

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

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

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

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

This text has shadow with #8D776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D776C on black background.


Color preview on white background

This text has color #8D776C on white background.



Black color preview on #8D776C background

This text has black color on #8D776C background.


White color preview on #8D776C background

This text has white color on #8D776C background.