COLOR #8D7666

HEX: #8D7666 RGB: (141,118,102)

Color info

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

RGB color model

#8D7666 color RGB value is (141,118,102).

RGB: (141,118,102) (55%, 46%, 40%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 102 of 255 = 40%

141
118
102

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

Portions of RGB colors in percentages

R + G + B = 141 + 118 + 102 = 361 (100%)
R 141 of 361 ~ 39.06%
G 118 of 361 ~ 32.69%
B 102 of 361 ~ 28.25'%

%39.06
%32.69
%28.25

CMYK color model

#8D7666 color CMYK value is (0,16,28,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 27.66%
  • key color value is 44.71%

CMYK: (0,16,28,45)
C0M16Y28K45 (0%, 16%, 28%, 45%)
(0.00 / 0.16 / 0.28 / 0.45)

CMYK percentages

%0
%16.31
%27.66
%44.71

Codes

Color #8D7666 in popluar color models

8D 76 66
RGB 141 118 102
HSL 25° 16.05% 47.65%
HSB/HSV 25° 27.66% 55.29%
CMYK 0.00% 16.31% 27.66%
44.71%

Color #8D7666 in popluar number systems.

HEX 8D 76 66
Decimal 141 118 102
Binary 10001101 1110110 1100110
Octal 215 166 146

Shades and tints

Shades of #8D7666

#8D7666
(141,118,102)
#816C5D
(129,108,93)
#756254
(117,98,84)
#69584B
(105,88,75)
#5D4E42
(93,78,66)
#514439
(81,68,57)
#453A30
(69,58,48)
#393027
(57,48,39)
#2D261E
(45,38,30)
#211C15
(33,28,21)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #8D7666

#8D7666
(141,118,102)
#978273
(151,130,115)
#A18E80
(161,142,128)
#AB9A8D
(171,154,141)
#B5A69A
(181,166,154)
#BFB2A7
(191,178,167)
#C9BEB4
(201,190,180)
#D3CAC1
(211,202,193)
#DDD6CE
(221,214,206)
#E7E2DB
(231,226,219)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7666 color. Also use rgb(141,118,102) instead hex code.

Text Font Color

.myTextColor { color: #8D7666; }

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

This text font color is #8D7666.

Background Color

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

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

This div background color is #8D7666.

Border color

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

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

This div border color is #8D7666.

Opacity

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

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

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

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

This text has shadow with #8D7666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7666.

Preview

Color preview on black background

This text has color #8D7666 on black background.


Color preview on white background

This text has color #8D7666 on white background.


Black color preview on #8D7666 background

This text has black color on #8D7666 background.


White color preview on #8D7666 background

This text has white color on #8D7666 background.


Related colors

Complementary color

Complementary color for #hex is #728999.


I love getcolorcode.com

Triadic colors

1 #668D76 and #76668D with #8D7666 are triadic colors.

2 #66768D and #768D66 with #8D7666 are triadic colors.