COLOR #87677C

HEX: #87677C
RGB: (135,103,124)

Color info

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

RGB color model

#87677C color RGB value is (135,103,124).

  • red value is 135;
  • green value is 103;
  • blue value is 124.
RGB:
(135,103,124)
(53%,40%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 103 of 255 = 40%
B 124 of 255 = 49%

135
103
124

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

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 124 = 362 (100%)
R 135 of 362 ~ 37.29%
G 103 of 362 ~ 28.45%
B 124 of 362 ~ 34.25%

%37.29
%28.45
%34.25

CMYK color model

#87677C color CMYK value is (0,24,8,47).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(0,24,8,47)
C0M24Y8K47 
(0%,24%,8%,47%)
(0.00/0.24/0.08/0.47)	

CMYK percentages

%0
%23.7
%8.15
%47.06

Codes

Color #87677C in popluar color models

87677C
RGB135103124
HSL321°13.45%46.67%
HSB/HSV321°23.70%52.94%
CMYK0.00%23.70%8.15%
47.06%

Color #87677C in popluar number systems.

HEX87677C
Decimal135103124
Binary1000011111001111111100
Octal207147174

Shades and tints

Shades of #87677C

#87677C
(135,103,124)
#7B5E71
(123,94,113)
#6F5566
(111,85,102)
#634C5B
(99,76,91)
#574350
(87,67,80)
#4B3A45
(75,58,69)
#3F313A
(63,49,58)
#33282F
(51,40,47)
#271F24
(39,31,36)
#1B1619
(27,22,25)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #87677C

#87677C
(135,103,124)
#917487
(145,116,135)
#9B8192
(155,129,146)
#A58E9D
(165,142,157)
#AF9BA8
(175,155,168)
#B9A8B3
(185,168,179)
#C3B5BE
(195,181,190)
#CDC2C9
(205,194,201)
#D7CFD4
(215,207,212)
#E1DCDF
(225,220,223)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87677C color. Also use rgb(135,103,124) instead hex code.

Text Font Color

.myTextColor { color: #87677C; }

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

This text font color is #87677C.


Background Color

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

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

This div background color is #87677C.


Border color

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

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

This div border color is #87677C.


Opacity

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

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

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

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

This text has shadow with #87677C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87677C on black background.


Color preview on white background

This text has color #87677C on white background.



Black color preview on #87677C background

This text has black color on #87677C background.


White color preview on #87677C background

This text has white color on #87677C background.