COLOR #87758D

HEX: #87758D RGB: (135,117,141)

Color info

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

RGB color model

#87758D color RGB value is (135,117,141).

RGB: (135,117,141) (53%, 46%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 117 of 255 = 46%
B 141 of 255 = 55%

135
117
141

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

Portions of RGB colors in percentages

R + G + B = 135 + 117 + 141 = 393 (100%)
R 135 of 393 ~ 34.35%
G 117 of 393 ~ 29.77%
B 141 of 393 ~ 35.88'%

%34.35
%29.77
%35.88

CMYK color model

#87758D color CMYK value is (4,17,0,45).

  • cyan value is 4.26%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (4,17,0,45)
C4M17Y0K45 (4%, 17%, 0%, 45%)
(0.04 / 0.17 / 0.00 / 0.45)

CMYK percentages

%4.26
%17.02
%0
%44.71

Codes

Color #87758D in popluar color models

87 75 8D
RGB 135 117 141
HSL 285° 9.52% 50.59%
HSB/HSV 285° 17.02% 55.29%
CMYK 4.26% 17.02% 0.00%
44.71%

Color #87758D in popluar number systems.

HEX 87 75 8D
Decimal 135 117 141
Binary 10000111 1110101 10001101
Octal 207 165 215

Shades and tints

Shades of #87758D

#87758D
(135,117,141)
#7B6B81
(123,107,129)
#6F6175
(111,97,117)
#635769
(99,87,105)
#574D5D
(87,77,93)
#4B4351
(75,67,81)
#3F3945
(63,57,69)
#332F39
(51,47,57)
#27252D
(39,37,45)
#1B1B21
(27,27,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #87758D

#87758D
(135,117,141)
#918197
(145,129,151)
#9B8DA1
(155,141,161)
#A599AB
(165,153,171)
#AFA5B5
(175,165,181)
#B9B1BF
(185,177,191)
#C3BDC9
(195,189,201)
#CDC9D3
(205,201,211)
#D7D5DD
(215,213,221)
#E1E1E7
(225,225,231)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87758D color. Also use rgb(135,117,141) instead hex code.

Text Font Color

.myTextColor { color: #87758D; }

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

This text font color is #87758D.

Background Color

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

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

This div background color is #87758D.

Border color

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

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

This div border color is #87758D.

Opacity

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

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

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

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

This text has shadow with #87758D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87758D.

Preview

Color preview on black background

This text has color #87758D on black background.


Color preview on white background

This text has color #87758D on white background.


Black color preview on #87758D background

This text has black color on #87758D background.


White color preview on #87758D background

This text has white color on #87758D background.


Related colors

Complementary color

Complementary color for #hex is #788A72.


I love getcolorcode.com

Triadic colors

1 #8D8775 and #758D87 with #87758D are triadic colors.

2 #8D7587 and #75878D with #87758D are triadic colors.