COLOR #8D7C7B

HEX: #8D7C7B RGB: (141,124,123)

Color info

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

RGB color model

#8D7C7B color RGB value is (141,124,123).

RGB: (141,124,123) (55%, 49%, 48%)

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 123 of 255 = 48%

141
124
123

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

Portions of RGB colors in percentages

R + G + B = 141 + 124 + 123 = 388 (100%)
R 141 of 388 ~ 36.34%
G 124 of 388 ~ 31.96%
B 123 of 388 ~ 31.7'%

%36.34
%31.96
%31.7

CMYK color model

#8D7C7B color CMYK value is (0,12,13,45).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 12.77%
  • key color value is 44.71%

CMYK: (0,12,13,45)
C0M12Y13K45 (0%, 12%, 13%, 45%)
(0.00 / 0.12 / 0.13 / 0.45)

CMYK percentages

%0
%12.06
%12.77
%44.71

Codes

Color #8D7C7B in popluar color models

8D 7C 7B
RGB 141 124 123
HSL 7.32% 51.76%
HSB/HSV 12.77% 55.29%
CMYK 0.00% 12.06% 12.77%
44.71%

Color #8D7C7B in popluar number systems.

HEX 8D 7C 7B
Decimal 141 124 123
Binary 10001101 1111100 1111011
Octal 215 174 173

Shades and tints

Shades of #8D7C7B

#8D7C7B
(141,124,123)
#817170
(129,113,112)
#756665
(117,102,101)
#695B5A
(105,91,90)
#5D504F
(93,80,79)
#514544
(81,69,68)
#453A39
(69,58,57)
#392F2E
(57,47,46)
#2D2423
(45,36,35)
#211918
(33,25,24)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #8D7C7B

#8D7C7B
(141,124,123)
#978787
(151,135,135)
#A19293
(161,146,147)
#AB9D9F
(171,157,159)
#B5A8AB
(181,168,171)
#BFB3B7
(191,179,183)
#C9BEC3
(201,190,195)
#D3C9CF
(211,201,207)
#DDD4DB
(221,212,219)
#E7DFE7
(231,223,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7C7B color. Also use rgb(141,124,123) instead hex code.

Text Font Color

.myTextColor { color: #8D7C7B; }

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

This text font color is #8D7C7B.

Background Color

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

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

This div background color is #8D7C7B.

Border color

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

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

This div border color is #8D7C7B.

Opacity

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

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

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

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

This text has shadow with #8D7C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7C7B.

Preview

Color preview on black background

This text has color #8D7C7B on black background.


Color preview on white background

This text has color #8D7C7B on white background.


Black color preview on #8D7C7B background

This text has black color on #8D7C7B background.


White color preview on #8D7C7B background

This text has white color on #8D7C7B background.


Related colors

Complementary color

Complementary color for #hex is #728384.


I love getcolorcode.com

Triadic colors

1 #7B8D7C and #7C7B8D with #8D7C7B are triadic colors.

2 #7B7C8D and #7C8D7B with #8D7C7B are triadic colors.