COLOR #8D7A7F

HEX: #8D7A7F
RGB: (141,122,127)

Color info

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

RGB color model

#8D7A7F color RGB value is (141,122,127).

  • red value is 141;
  • green value is 122;
  • blue value is 127.
RGB:
(141,122,127)
(55%,48%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 122 of 255 = 48%
B 127 of 255 = 50%

141
122
127

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

Portions of RGB colors in percentages

R + G + B =
141 + 122 + 127 = 390 (100%)
R 141 of 390 ~ 36.15%
G 122 of 390 ~ 31.28%
B 127 of 390 ~ 32.56%

%36.15
%31.28
%32.56

CMYK color model

#8D7A7F color CMYK value is (0,13,10,45).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 9.93%
  • key color value is 44.71%
CMYK:
(0,13,10,45)
C0M13Y10K45 
(0%,13%,10%,45%)
(0.00/0.13/0.10/0.45)	

CMYK percentages

%0
%13.48
%9.93
%44.71

Codes

Color #8D7A7F in popluar color models

8D7A7F
RGB141122127
HSL344°7.69%51.57%
HSB/HSV344°13.48%55.29%
CMYK0.00%13.48%9.93%
44.71%

Color #8D7A7F in popluar number systems.

HEX8D7A7F
Decimal141122127
Binary1000110111110101111111
Octal215172177

Shades and tints

Shades of #8D7A7F

#8D7A7F
(141,122,127)
#816F74
(129,111,116)
#756469
(117,100,105)
#69595E
(105,89,94)
#5D4E53
(93,78,83)
#514348
(81,67,72)
#45383D
(69,56,61)
#392D32
(57,45,50)
#2D2227
(45,34,39)
#21171C
(33,23,28)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #8D7A7F

#8D7A7F
(141,122,127)
#97868A
(151,134,138)
#A19295
(161,146,149)
#AB9EA0
(171,158,160)
#B5AAAB
(181,170,171)
#BFB6B6
(191,182,182)
#C9C2C1
(201,194,193)
#D3CECC
(211,206,204)
#DDDAD7
(221,218,215)
#E7E6E2
(231,230,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7A7F color. Also use rgb(141,122,127) instead hex code.

Text Font Color

.myTextColor { color: #8D7A7F; }

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

This text font color is #8D7A7F.


Background Color

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

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

This div background color is #8D7A7F.


Border color

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

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

This div border color is #8D7A7F.


Opacity

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

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

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

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

This text has shadow with #8D7A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7A7F on black background.


Color preview on white background

This text has color #8D7A7F on white background.



Black color preview on #8D7A7F background

This text has black color on #8D7A7F background.


White color preview on #8D7A7F background

This text has white color on #8D7A7F background.