COLOR #8D769A

HEX: #8D769A RGB: (141,118,154)

Color info

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

RGB color model

#8D769A color RGB value is (141,118,154).

RGB: (141,118,154) (55%, 46%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 154 of 255 = 60%

141
118
154

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

Portions of RGB colors in percentages

R + G + B = 141 + 118 + 154 = 413 (100%)
R 141 of 413 ~ 34.14%
G 118 of 413 ~ 28.57%
B 154 of 413 ~ 37.29'%

%34.14
%28.57
%37.29

CMYK color model

#8D769A color CMYK value is (8,23,0,40).

  • cyan value is 8.44%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (8,23,0,40)
C8M23Y0K40 (8%, 23%, 0%, 40%)
(0.08 / 0.23 / 0.00 / 0.40)

CMYK percentages

%8.44
%23.38
%0
%39.61

Codes

Color #8D769A in popluar color models

8D 76 9A
RGB 141 118 154
HSL 278° 15.13% 53.33%
HSB/HSV 278° 23.38% 60.39%
CMYK 8.44% 23.38% 0.00%
39.61%

Color #8D769A in popluar number systems.

HEX 8D 76 9A
Decimal 141 118 154
Binary 10001101 1110110 10011010
Octal 215 166 232

Shades and tints

Shades of #8D769A

#8D769A
(141,118,154)
#816C8C
(129,108,140)
#75627E
(117,98,126)
#695870
(105,88,112)
#5D4E62
(93,78,98)
#514454
(81,68,84)
#453A46
(69,58,70)
#393038
(57,48,56)
#2D262A
(45,38,42)
#211C1C
(33,28,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #8D769A

#8D769A
(141,118,154)
#9782A3
(151,130,163)
#A18EAC
(161,142,172)
#AB9AB5
(171,154,181)
#B5A6BE
(181,166,190)
#BFB2C7
(191,178,199)
#C9BED0
(201,190,208)
#D3CAD9
(211,202,217)
#DDD6E2
(221,214,226)
#E7E2EB
(231,226,235)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D769A color. Also use rgb(141,118,154) instead hex code.

Text Font Color

.myTextColor { color: #8D769A; }

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

This text font color is #8D769A.

Background Color

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

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

This div background color is #8D769A.

Border color

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

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

This div border color is #8D769A.

Opacity

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

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

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

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

This text has shadow with #8D769A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D769A.

Preview

Color preview on black background

This text has color #8D769A on black background.


Color preview on white background

This text has color #8D769A on white background.


Black color preview on #8D769A background

This text has black color on #8D769A background.


White color preview on #8D769A background

This text has white color on #8D769A background.


Related colors

Complementary color

Complementary color for #hex is #728965.


I love getcolorcode.com

Triadic colors

1 #9A8D76 and #769A8D with #8D769A are triadic colors.

2 #9A768D and #768D9A with #8D769A are triadic colors.