COLOR #87647C

HEX: #87647C RGB: (135,100,124)

Color info

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

RGB color model

#87647C color RGB value is (135,100,124).

RGB: (135,100,124) (53%, 39%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 100 of 255 = 39%
B 124 of 255 = 49%

135
100
124

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

Portions of RGB colors in percentages

R + G + B = 135 + 100 + 124 = 359 (100%)
R 135 of 359 ~ 37.6%
G 100 of 359 ~ 27.86%
B 124 of 359 ~ 34.54'%

%37.6
%27.86
%34.54

CMYK color model

#87647C color CMYK value is (0,26,8,47).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 8.15%
  • key color value is 47.06%

CMYK: (0,26,8,47)
C0M26Y8K47 (0%, 26%, 8%, 47%)
(0.00 / 0.26 / 0.08 / 0.47)

CMYK percentages

%0
%25.93
%8.15
%47.06

Codes

Color #87647C in popluar color models

87 64 7C
RGB 135 100 124
HSL 319° 14.89% 46.08%
HSB/HSV 319° 25.93% 52.94%
CMYK 0.00% 25.93% 8.15%
47.06%

Color #87647C in popluar number systems.

HEX 87 64 7C
Decimal 135 100 124
Binary 10000111 1100100 1111100
Octal 207 144 174

Shades and tints

Shades of #87647C

#87647C
(135,100,124)
#7B5B71
(123,91,113)
#6F5266
(111,82,102)
#63495B
(99,73,91)
#574050
(87,64,80)
#4B3745
(75,55,69)
#3F2E3A
(63,46,58)
#33252F
(51,37,47)
#271C24
(39,28,36)
#1B1319
(27,19,25)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #87647C

#87647C
(135,100,124)
#917287
(145,114,135)
#9B8092
(155,128,146)
#A58E9D
(165,142,157)
#AF9CA8
(175,156,168)
#B9AAB3
(185,170,179)
#C3B8BE
(195,184,190)
#CDC6C9
(205,198,201)
#D7D4D4
(215,212,212)
#E1E2DF
(225,226,223)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87647C; }

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

This text font color is #87647C.

Background Color

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

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

This div background color is #87647C.

Border color

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

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

This div border color is #87647C.

Opacity

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

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

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

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

This text has shadow with #87647C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87647C.

Preview

Color preview on black background

This text has color #87647C on black background.


Color preview on white background

This text has color #87647C on white background.


Black color preview on #87647C background

This text has black color on #87647C background.


White color preview on #87647C background

This text has white color on #87647C background.


Related colors

Complementary color

Complementary color for #hex is #789B83.


I love getcolorcode.com

Triadic colors

1 #7C8764 and #647C87 with #87647C are triadic colors.

2 #7C6487 and #64877C with #87647C are triadic colors.