COLOR #8D776A

HEX: #8D776A RGB: (141,119,106)

Color info

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

RGB color model

#8D776A color RGB value is (141,119,106).

RGB: (141,119,106) (55%, 47%, 42%)

RGB channels and saturation

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

141
119
106

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

Portions of RGB colors in percentages

R + G + B = 141 + 119 + 106 = 366 (100%)
R 141 of 366 ~ 38.52%
G 119 of 366 ~ 32.51%
B 106 of 366 ~ 28.96'%

%38.52
%32.51
%28.96

CMYK color model

#8D776A color CMYK value is (0,16,25,45).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK: (0,16,25,45) C0M16Y25K45 (0%,16%,25%,45%) (0.00/0.16/0.25/0.45) 

CMYK percentages

%0
%15.6
%24.82
%44.71

Codes

Color #8D776A in popluar color models

8D 77 6A
RGB 141 119 106
HSL 22° 14.17% 48.43%
HSB/HSV 22° 24.82% 55.29%
CMYK 0.00% 15.60% 24.82%
44.71%

Color #8D776A in popluar number systems.

HEX 8D 77 6A
Decimal 141 119 106
Binary 10001101 1110111 1101010
Octal 215 167 152

Shades and tints

Shades of #8D776A

#8D776A
(141,119,106)
#816D61
(129,109,97)
#756358
(117,99,88)
#69594F
(105,89,79)
#5D4F46
(93,79,70)
#51453D
(81,69,61)
#453B34
(69,59,52)
#39312B
(57,49,43)
#2D2722
(45,39,34)
#211D19
(33,29,25)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8D776A

#8D776A
(141,119,106)
#978377
(151,131,119)
#A18F84
(161,143,132)
#AB9B91
(171,155,145)
#B5A79E
(181,167,158)
#BFB3AB
(191,179,171)
#C9BFB8
(201,191,184)
#D3CBC5
(211,203,197)
#DDD7D2
(221,215,210)
#E7E3DF
(231,227,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D776A; }

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

This text font color is #8D776A.

Background Color

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

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

This div background color is #8D776A.

Border color

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

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

This div border color is #8D776A.

Opacity

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

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

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

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

This text has shadow with #8D776A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D776A.

Preview

Color preview on black background

This text has color #8D776A on black background.


Color preview on white background

This text has color #8D776A on white background.


Black color preview on #8D776A background

This text has black color on #8D776A background.


White color preview on #8D776A background

This text has white color on #8D776A background.


Related colors

Complementary color

Complementary color for #hex is #728895.


I love getcolorcode.com

Triadic colors

1 #6A8D77 and #776A8D with #8D776A are triadic colors.

2 #6A778D and #778D6A with #8D776A are triadic colors.