COLOR #87728C

HEX: #87728C
RGB: (135,114,140)

Color info

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

RGB color model

#87728C color RGB value is (135,114,140).

  • red value is 135;
  • green value is 114;
  • blue value is 140.
RGB:
(135,114,140)
(53%,45%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 114 of 255 = 45%
B 140 of 255 = 55%

135
114
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 114 + 140 = 389 (100%)
R 135 of 389 ~ 34.7%
G 114 of 389 ~ 29.31%
B 140 of 389 ~ 35.99%

%34.7
%29.31
%35.99

CMYK color model

#87728C color CMYK value is (4,19,0,45).

  • cyan value is 3.57%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(4,19,0,45)
C4M19Y0K45 
(4%,19%,0%,45%)
(0.04/0.19/0.00/0.45)	

CMYK percentages

%3.57
%18.57
%0
%45.1

Codes

Color #87728C in popluar color models

87728C
RGB135114140
HSL288°10.24%49.80%
HSB/HSV288°18.57%54.90%
CMYK3.57%18.57%0.00%
45.10%

Color #87728C in popluar number systems.

HEX87728C
Decimal135114140
Binary10000111111001010001100
Octal207162214

Shades and tints

Shades of #87728C

#87728C
(135,114,140)
#7B6880
(123,104,128)
#6F5E74
(111,94,116)
#635468
(99,84,104)
#574A5C
(87,74,92)
#4B4050
(75,64,80)
#3F3644
(63,54,68)
#332C38
(51,44,56)
#27222C
(39,34,44)
#1B1820
(27,24,32)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #87728C

#87728C
(135,114,140)
#917E96
(145,126,150)
#9B8AA0
(155,138,160)
#A596AA
(165,150,170)
#AFA2B4
(175,162,180)
#B9AEBE
(185,174,190)
#C3BAC8
(195,186,200)
#CDC6D2
(205,198,210)
#D7D2DC
(215,210,220)
#E1DEE6
(225,222,230)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87728C color. Also use rgb(135,114,140) instead hex code.

Text Font Color

.myTextColor { color: #87728C; }

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

This text font color is #87728C.


Background Color

.myBgColor { background-color: #87728C; }

<div style="background-color:#87728C">Inner text</div>

This div background color is #87728C.


Border color

.myBorderColor { border: 1px solid #87728C; }

<div style="border:3px solid #87728C">Div</div>

This div border color is #87728C.


Opacity

.myOpacity80 { color: #87728C; opacity: 0.8; }

<p style="color:#87728C;opacity:0.8;">80%</p>

Text with #87728C 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 #87728C;}

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

This text has shadow with #87728C color.

.textShadow {text-shadow: 3px 3px 1px #87728C, 3px 3px 1px red;}

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

This text has shadow with #87728C primary color and red secondary color.


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

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

This text has shadow with #87728C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87728C;
-webkit-box-shadow: 1px 1px 3px 2px #87728C;
box-shadow:1px 1px 3px 2px #87728C;">
Div content here</div>
This div box has shadow with color #87728C.

Preview

Color preview on black background

This text has color #87728C on black background.


Color preview on white background

This text has color #87728C on white background.



Black color preview on #87728C background

This text has black color on #87728C background.


White color preview on #87728C background

This text has white color on #87728C background.