COLOR #8D7783

HEX: #8D7783 RGB: (141,119,131)

Color info

#8D7783 contains red, green and blue colors in about the same proportion. Web safe color of #8D7783 is #996699 (or #969).

RGB color model

#8D7783 color RGB value is (141,119,131).

RGB: (141,119,131) (55%, 47%, 51%)

RGB channels and saturation

R 141 of 255 = 55%
G 119 of 255 = 47%
B 131 of 255 = 51%

141
119
131

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

Portions of RGB colors in percentages

R + G + B = 141 + 119 + 131 = 391 (100%)
R 141 of 391 ~ 36.06%
G 119 of 391 ~ 30.43%
B 131 of 391 ~ 33.5'%

%36.06
%30.43
%33.5

CMYK color model

#8D7783 color CMYK value is (0,16,7,45).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 7.09%
  • key color value is 44.71%
CMYK: (0,16,7,45) C0M16Y7K45 (0%,16%,7%,45%) (0.00/0.16/0.07/0.45) 

CMYK percentages

%0
%15.6
%7.09
%44.71

Codes

Color #8D7783 in popluar color models

8D 77 83
RGB 141 119 131
HSL 327° 8.80% 50.98%
HSB/HSV 327° 15.60% 55.29%
CMYK 0.00% 15.60% 7.09%
44.71%

Color #8D7783 in popluar number systems.

HEX 8D 77 83
Decimal 141 119 131
Binary 10001101 1110111 10000011
Octal 215 167 203

Shades and tints

Shades of #8D7783

#8D7783
(141,119,131)
#816D78
(129,109,120)
#75636D
(117,99,109)
#695962
(105,89,98)
#5D4F57
(93,79,87)
#51454C
(81,69,76)
#453B41
(69,59,65)
#393136
(57,49,54)
#2D272B
(45,39,43)
#211D20
(33,29,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #8D7783

#8D7783
(141,119,131)
#97838E
(151,131,142)
#A18F99
(161,143,153)
#AB9BA4
(171,155,164)
#B5A7AF
(181,167,175)
#BFB3BA
(191,179,186)
#C9BFC5
(201,191,197)
#D3CBD0
(211,203,208)
#DDD7DB
(221,215,219)
#E7E3E6
(231,227,230)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7783 color. Also use rgb(141,119,131) instead hex code.

Text Font Color

.myTextColor { color: #8D7783; }

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

This text font color is #8D7783.

Background Color

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

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

This div background color is #8D7783.

Border color

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

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

This div border color is #8D7783.

Opacity

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

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

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

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

This text has shadow with #8D7783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7783.

Preview

Color preview on black background

This text has color #8D7783 on black background.


Color preview on white background

This text has color #8D7783 on white background.


Black color preview on #8D7783 background

This text has black color on #8D7783 background.


White color preview on #8D7783 background

This text has white color on #8D7783 background.


Related colors

Complementary color

Complementary color for #hex is #72887C.


I love getcolorcode.com

Triadic colors

1 #838D77 and #77838D with #8D7783 are triadic colors.

2 #83778D and #778D83 with #8D7783 are triadic colors.