COLOR #8D776D

HEX: #8D776D
RGB: (141,119,109)

Color info

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

RGB color model

#8D776D color RGB value is (141,119,109).

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

RGB channels and saturation

R 141 of 255 = 55%
G 119 of 255 = 47%
B 109 of 255 = 43%

141
119
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 119 + 109 = 369 (100%)
R 141 of 369 ~ 38.21%
G 119 of 369 ~ 32.25%
B 109 of 369 ~ 29.54%

%38.21
%32.25
%29.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 22.70%
  • 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
%22.7
%44.71

Codes

Color #8D776D in popluar color models

8D776D
RGB141119109
HSL19°12.80%49.02%
HSB/HSV19°22.70%55.29%
CMYK0.00%15.60%22.70%
44.71%

Color #8D776D in popluar number systems.

HEX8D776D
Decimal141119109
Binary1000110111101111101101
Octal215167155

Shades and tints

Shades of #8D776D

#8D776D
(141,119,109)
#816D64
(129,109,100)
#75635B
(117,99,91)
#695952
(105,89,82)
#5D4F49
(93,79,73)
#514540
(81,69,64)
#453B37
(69,59,55)
#39312E
(57,49,46)
#2D2725
(45,39,37)
#211D1C
(33,29,28)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #8D776D

#8D776D
(141,119,109)
#97837A
(151,131,122)
#A18F87
(161,143,135)
#AB9B94
(171,155,148)
#B5A7A1
(181,167,161)
#BFB3AE
(191,179,174)
#C9BFBB
(201,191,187)
#D3CBC8
(211,203,200)
#DDD7D5
(221,215,213)
#E7E3E2
(231,227,226)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D776D; }

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

This text font color is #8D776D.


Background Color

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

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

This div background color is #8D776D.


Border color

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

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

This div border color is #8D776D.


Opacity

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

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

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

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

This text has shadow with #8D776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D776D on black background.


Color preview on white background

This text has color #8D776D on white background.



Black color preview on #8D776D background

This text has black color on #8D776D background.


White color preview on #8D776D background

This text has white color on #8D776D background.