COLOR #87769D

HEX: #87769D RGB: (135,118,157)

Color info

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

RGB color model

#87769D color RGB value is (135,118,157).

RGB: (135,118,157) (53%, 46%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 157 of 255 = 62%

135
118
157

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

Portions of RGB colors in percentages

R + G + B = 135 + 118 + 157 = 410 (100%)
R 135 of 410 ~ 32.93%
G 118 of 410 ~ 28.78%
B 157 of 410 ~ 38.29'%

%32.93
%28.78
%38.29

CMYK color model

#87769D color CMYK value is (14,25,0,38).

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

CMYK: (14,25,0,38)
C14M25Y0K38 (14%, 25%, 0%, 38%)
(0.14 / 0.25 / 0.00 / 0.38)

CMYK percentages

%14.01
%24.84
%0
%38.43

Codes

Color #87769D in popluar color models

87 76 9D
RGB 135 118 157
HSL 266° 16.60% 53.92%
HSB/HSV 266° 24.84% 61.57%
CMYK 14.01% 24.84% 0.00%
38.43%

Color #87769D in popluar number systems.

HEX 87 76 9D
Decimal 135 118 157
Binary 10000111 1110110 10011101
Octal 207 166 235

Shades and tints

Shades of #87769D

#87769D
(135,118,157)
#7B6C8F
(123,108,143)
#6F6281
(111,98,129)
#635873
(99,88,115)
#574E65
(87,78,101)
#4B4457
(75,68,87)
#3F3A49
(63,58,73)
#33303B
(51,48,59)
#27262D
(39,38,45)
#1B1C1F
(27,28,31)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #87769D

#87769D
(135,118,157)
#9182A5
(145,130,165)
#9B8EAD
(155,142,173)
#A59AB5
(165,154,181)
#AFA6BD
(175,166,189)
#B9B2C5
(185,178,197)
#C3BECD
(195,190,205)
#CDCAD5
(205,202,213)
#D7D6DD
(215,214,221)
#E1E2E5
(225,226,229)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87769D color. Also use rgb(135,118,157) instead hex code.

Text Font Color

.myTextColor { color: #87769D; }

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

This text font color is #87769D.

Background Color

.myBgColor { background-color: #87769D; }

<div style="background-color:#87769D">Inner text</div>

This div background color is #87769D.

Border color

.myBorderColor { border: 1px solid #87769D; }

<div style="border:3px solid #87769D">Div</div>

This div border color is #87769D.

Opacity

.myOpacity80 { color: #87769D; opacity: 0.8; }

<p style="color:#87769D;opacity:0.8;">80%</p>

Text with #87769D 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 #87769D;}

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

This text has shadow with #87769D color.


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

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

This text has shadow with #87769D primary color and red secondary color.


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

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

This text has shadow with #87769D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87769D.

Preview

Color preview on black background

This text has color #87769D on black background.


Color preview on white background

This text has color #87769D on white background.


Black color preview on #87769D background

This text has black color on #87769D background.


White color preview on #87769D background

This text has white color on #87769D background.


Related colors

Complementary color

Complementary color for #hex is #788962.


I love getcolorcode.com

Triadic colors

1 #9D8776 and #769D87 with #87769D are triadic colors.

2 #9D7687 and #76879D with #87769D are triadic colors.