COLOR #8D7F7A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
127
122

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

Portions of RGB colors in percentages

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

%36.15
%32.56
%31.28

CMYK color model

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

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

CMYK percentages

%0
%9.93
%13.48
%44.71

Codes

Color #8D7F7A in popluar color models

8D7F7A
RGB141127122
HSL16°7.69%51.57%
HSB/HSV16°13.48%55.29%
CMYK0.00%9.93%13.48%
44.71%

Color #8D7F7A in popluar number systems.

HEX8D7F7A
Decimal141127122
Binary1000110111111111111010
Octal215177172

Shades and tints

Shades of #8D7F7A

#8D7F7A
(141,127,122)
#81746F
(129,116,111)
#756964
(117,105,100)
#695E59
(105,94,89)
#5D534E
(93,83,78)
#514843
(81,72,67)
#453D38
(69,61,56)
#39322D
(57,50,45)
#2D2722
(45,39,34)
#211C17
(33,28,23)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #8D7F7A

#8D7F7A
(141,127,122)
#978A86
(151,138,134)
#A19592
(161,149,146)
#ABA09E
(171,160,158)
#B5ABAA
(181,171,170)
#BFB6B6
(191,182,182)
#C9C1C2
(201,193,194)
#D3CCCE
(211,204,206)
#DDD7DA
(221,215,218)
#E7E2E6
(231,226,230)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7F7A; }

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

This text font color is #8D7F7A.


Background Color

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

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

This div background color is #8D7F7A.


Border color

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

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

This div border color is #8D7F7A.


Opacity

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

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

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

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

This text has shadow with #8D7F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7F7A on black background.


Color preview on white background

This text has color #8D7F7A on white background.



Black color preview on #8D7F7A background

This text has black color on #8D7F7A background.


White color preview on #8D7F7A background

This text has white color on #8D7F7A background.