COLOR #8D7A7B

HEX: #8D7A7B
RGB: (141,122,123)

Color info

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

RGB color model

#8D7A7B color RGB value is (141,122,123).

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

RGB channels and saturation

R 141 of 255 = 55%
G 122 of 255 = 48%
B 123 of 255 = 48%

141
122
123

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

Portions of RGB colors in percentages

R + G + B =
141 + 122 + 123 = 386 (100%)
R 141 of 386 ~ 36.53%
G 122 of 386 ~ 31.61%
B 123 of 386 ~ 31.87%

%36.53
%31.61
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 12.77%
  • key color value is 44.71%
CMYK:
(0,13,13,45)
C0M13Y13K45 
(0%,13%,13%,45%)
(0.00/0.13/0.13/0.45)	

CMYK percentages

%0
%13.48
%12.77
%44.71

Codes

Color #8D7A7B in popluar color models

8D7A7B
RGB141122123
HSL357°7.69%51.57%
HSB/HSV357°13.48%55.29%
CMYK0.00%13.48%12.77%
44.71%

Color #8D7A7B in popluar number systems.

HEX8D7A7B
Decimal141122123
Binary1000110111110101111011
Octal215172173

Shades and tints

Shades of #8D7A7B

#8D7A7B
(141,122,123)
#816F70
(129,111,112)
#756465
(117,100,101)
#69595A
(105,89,90)
#5D4E4F
(93,78,79)
#514344
(81,67,68)
#453839
(69,56,57)
#392D2E
(57,45,46)
#2D2223
(45,34,35)
#211718
(33,23,24)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #8D7A7B

#8D7A7B
(141,122,123)
#978687
(151,134,135)
#A19293
(161,146,147)
#AB9E9F
(171,158,159)
#B5AAAB
(181,170,171)
#BFB6B7
(191,182,183)
#C9C2C3
(201,194,195)
#D3CECF
(211,206,207)
#DDDADB
(221,218,219)
#E7E6E7
(231,230,231)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7A7B; }

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

This text font color is #8D7A7B.


Background Color

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

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

This div background color is #8D7A7B.


Border color

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

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

This div border color is #8D7A7B.


Opacity

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

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

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

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

This text has shadow with #8D7A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7A7B on black background.


Color preview on white background

This text has color #8D7A7B on white background.



Black color preview on #8D7A7B background

This text has black color on #8D7A7B background.


White color preview on #8D7A7B background

This text has white color on #8D7A7B background.