COLOR #87687A

HEX: #87687A
RGB: (135,104,122)

Color info

#87687A contains red, green and blue colors in about the same proportion. Web safe color of #87687A is #996666 (or #966).

RGB color model

#87687A color RGB value is (135,104,122).

  • red value is 135;
  • green value is 104;
  • blue value is 122.
RGB:
(135,104,122)
(53%,41%,48%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 122 of 255 = 48%

135
104
122

R + G + B ~ 47%. #87687A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 122 = 361 (100%)
R 135 of 361 ~ 37.4%
G 104 of 361 ~ 28.81%
B 122 of 361 ~ 33.8%

%37.4
%28.81
%33.8

CMYK color model

#87687A color CMYK value is (0,23,10,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(0,23,10,47)
C0M23Y10K47 
(0%,23%,10%,47%)
(0.00/0.23/0.10/0.47)	

CMYK percentages

%0
%22.96
%9.63
%47.06

Codes

Color #87687A in popluar color models

87687A
RGB135104122
HSL325°12.97%46.86%
HSB/HSV325°22.96%52.94%
CMYK0.00%22.96%9.63%
47.06%

Color #87687A in popluar number systems.

HEX87687A
Decimal135104122
Binary1000011111010001111010
Octal207150172

Shades and tints

Shades of #87687A

#87687A
(135,104,122)
#7B5F6F
(123,95,111)
#6F5664
(111,86,100)
#634D59
(99,77,89)
#57444E
(87,68,78)
#4B3B43
(75,59,67)
#3F3238
(63,50,56)
#33292D
(51,41,45)
#272022
(39,32,34)
#1B1717
(27,23,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #87687A

#87687A
(135,104,122)
#917586
(145,117,134)
#9B8292
(155,130,146)
#A58F9E
(165,143,158)
#AF9CAA
(175,156,170)
#B9A9B6
(185,169,182)
#C3B6C2
(195,182,194)
#CDC3CE
(205,195,206)
#D7D0DA
(215,208,218)
#E1DDE6
(225,221,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87687A color. Also use rgb(135,104,122) instead hex code.

Text Font Color

.myTextColor { color: #87687A; }

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

This text font color is #87687A.


Background Color

.myBgColor { background-color: #87687A; }

<div style="background-color:#87687A">Inner text</div>

This div background color is #87687A.


Border color

.myBorderColor { border: 1px solid #87687A; }

<div style="border:3px solid #87687A">Div</div>

This div border color is #87687A.


Opacity

.myOpacity80 { color: #87687A; opacity: 0.8; }

<p style="color:#87687A;opacity:0.8;">80%</p>

Text with #87687A 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 #87687A;}

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

This text has shadow with #87687A color.

.textShadow {text-shadow: 3px 3px 1px #87687A, 3px 3px 1px red;}

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

This text has shadow with #87687A primary color and red secondary color.


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

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

This text has shadow with #87687A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87687A on black background.


Color preview on white background

This text has color #87687A on white background.



Black color preview on #87687A background

This text has black color on #87687A background.


White color preview on #87687A background

This text has white color on #87687A background.