COLOR #87748D

HEX: #87748D
RGB: (135,116,141)

Color info

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

RGB color model

#87748D color RGB value is (135,116,141).

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

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 141 of 255 = 55%

135
116
141

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

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 141 = 392 (100%)
R 135 of 392 ~ 34.44%
G 116 of 392 ~ 29.59%
B 141 of 392 ~ 35.97%

%34.44
%29.59
%35.97

CMYK color model

#87748D color CMYK value is (4,18,0,45).

  • cyan value is 4.26%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,18,0,45)
C4M18Y0K45 
(4%,18%,0%,45%)
(0.04/0.18/0.00/0.45)	

CMYK percentages

%4.26
%17.73
%0
%44.71

Codes

Color #87748D in popluar color models

87748D
RGB135116141
HSL286°9.88%50.39%
HSB/HSV286°17.73%55.29%
CMYK4.26%17.73%0.00%
44.71%

Color #87748D in popluar number systems.

HEX87748D
Decimal135116141
Binary10000111111010010001101
Octal207164215

Shades and tints

Shades of #87748D

#87748D
(135,116,141)
#7B6A81
(123,106,129)
#6F6075
(111,96,117)
#635669
(99,86,105)
#574C5D
(87,76,93)
#4B4251
(75,66,81)
#3F3845
(63,56,69)
#332E39
(51,46,57)
#27242D
(39,36,45)
#1B1A21
(27,26,33)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #87748D

#87748D
(135,116,141)
#918097
(145,128,151)
#9B8CA1
(155,140,161)
#A598AB
(165,152,171)
#AFA4B5
(175,164,181)
#B9B0BF
(185,176,191)
#C3BCC9
(195,188,201)
#CDC8D3
(205,200,211)
#D7D4DD
(215,212,221)
#E1E0E7
(225,224,231)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87748D; }

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

This text font color is #87748D.


Background Color

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

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

This div background color is #87748D.


Border color

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

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

This div border color is #87748D.


Opacity

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

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

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

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

This text has shadow with #87748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87748D on black background.


Color preview on white background

This text has color #87748D on white background.



Black color preview on #87748D background

This text has black color on #87748D background.


White color preview on #87748D background

This text has white color on #87748D background.