COLOR #8C769D

HEX: #8C769D RGB: (140,118,157)

Color info

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

RGB color model

#8C769D color RGB value is (140,118,157).

RGB: (140,118,157) (55%, 46%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 157 of 255 = 62%

140
118
157

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

Portions of RGB colors in percentages

R + G + B = 140 + 118 + 157 = 415 (100%)
R 140 of 415 ~ 33.73%
G 118 of 415 ~ 28.43%
B 157 of 415 ~ 37.83'%

%33.73
%28.43
%37.83

CMYK color model

#8C769D color CMYK value is (11,25,0,38).

  • cyan value is 10.83%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (11,25,0,38)
C11M25Y0K38 (11%, 25%, 0%, 38%)
(0.11 / 0.25 / 0.00 / 0.38)

CMYK percentages

%10.83
%24.84
%0
%38.43

Codes

Color #8C769D in popluar color models

8C 76 9D
RGB 140 118 157
HSL 274° 16.60% 53.92%
HSB/HSV 274° 24.84% 61.57%
CMYK 10.83% 24.84% 0.00%
38.43%

Color #8C769D in popluar number systems.

HEX 8C 76 9D
Decimal 140 118 157
Binary 10001100 1110110 10011101
Octal 214 166 235

Shades and tints

Shades of #8C769D

#8C769D
(140,118,157)
#806C8F
(128,108,143)
#746281
(116,98,129)
#685873
(104,88,115)
#5C4E65
(92,78,101)
#504457
(80,68,87)
#443A49
(68,58,73)
#38303B
(56,48,59)
#2C262D
(44,38,45)
#201C1F
(32,28,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #8C769D

#8C769D
(140,118,157)
#9682A5
(150,130,165)
#A08EAD
(160,142,173)
#AA9AB5
(170,154,181)
#B4A6BD
(180,166,189)
#BEB2C5
(190,178,197)
#C8BECD
(200,190,205)
#D2CAD5
(210,202,213)
#DCD6DD
(220,214,221)
#E6E2E5
(230,226,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C769D color. Also use rgb(140,118,157) instead hex code.

Text Font Color

.myTextColor { color: #8C769D; }

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

This text font color is #8C769D.

Background Color

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

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

This div background color is #8C769D.

Border color

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

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

This div border color is #8C769D.

Opacity

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

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

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

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

This text has shadow with #8C769D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C769D.

Preview

Color preview on black background

This text has color #8C769D on black background.


Color preview on white background

This text has color #8C769D on white background.


Black color preview on #8C769D background

This text has black color on #8C769D background.


White color preview on #8C769D background

This text has white color on #8C769D background.


Related colors

Complementary color

Complementary color for #hex is #738962.


I love getcolorcode.com

Triadic colors

1 #9D8C76 and #769D8C with #8C769D are triadic colors.

2 #9D768C and #768C9D with #8C769D are triadic colors.