COLOR #87738B

HEX: #87738B RGB: (135,115,139)

Color info

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

RGB color model

#87738B color RGB value is (135,115,139).

RGB: (135,115,139) (53%, 45%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 139 of 255 = 55%

135
115
139

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

Portions of RGB colors in percentages

R + G + B = 135 + 115 + 139 = 389 (100%)
R 135 of 389 ~ 34.7%
G 115 of 389 ~ 29.56%
B 139 of 389 ~ 35.73'%

%34.7
%29.56
%35.73

CMYK color model

#87738B color CMYK value is (3,17,0,45).

  • cyan value is 2.88%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (3,17,0,45)
C3M17Y0K45 (3%, 17%, 0%, 45%)
(0.03 / 0.17 / 0.00 / 0.45)

CMYK percentages

%2.88
%17.27
%0
%45.49

Codes

Color #87738B in popluar color models

87 73 8B
RGB 135 115 139
HSL 290° 9.45% 49.80%
HSB/HSV 290° 17.27% 54.51%
CMYK 2.88% 17.27% 0.00%
45.49%

Color #87738B in popluar number systems.

HEX 87 73 8B
Decimal 135 115 139
Binary 10000111 1110011 10001011
Octal 207 163 213

Shades and tints

Shades of #87738B

#87738B
(135,115,139)
#7B697F
(123,105,127)
#6F5F73
(111,95,115)
#635567
(99,85,103)
#574B5B
(87,75,91)
#4B414F
(75,65,79)
#3F3743
(63,55,67)
#332D37
(51,45,55)
#27232B
(39,35,43)
#1B191F
(27,25,31)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #87738B

#87738B
(135,115,139)
#917F95
(145,127,149)
#9B8B9F
(155,139,159)
#A597A9
(165,151,169)
#AFA3B3
(175,163,179)
#B9AFBD
(185,175,189)
#C3BBC7
(195,187,199)
#CDC7D1
(205,199,209)
#D7D3DB
(215,211,219)
#E1DFE5
(225,223,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87738B color. Also use rgb(135,115,139) instead hex code.

Text Font Color

.myTextColor { color: #87738B; }

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

This text font color is #87738B.

Background Color

.myBgColor { background-color: #87738B; }

<div style="background-color:#87738B">Inner text</div>

This div background color is #87738B.

Border color

.myBorderColor { border: 1px solid #87738B; }

<div style="border:3px solid #87738B">Div</div>

This div border color is #87738B.

Opacity

.myOpacity80 { color: #87738B; opacity: 0.8; }

<p style="color:#87738B;opacity:0.8;">80%</p>

Text with #87738B 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 #87738B;}

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

This text has shadow with #87738B color.


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

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

This text has shadow with #87738B primary color and red secondary color.


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

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

This text has shadow with #87738B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87738B.

Preview

Color preview on black background

This text has color #87738B on black background.


Color preview on white background

This text has color #87738B on white background.


Black color preview on #87738B background

This text has black color on #87738B background.


White color preview on #87738B background

This text has white color on #87738B background.


Related colors

Complementary color

Complementary color for #hex is #788C74.


I love getcolorcode.com

Triadic colors

1 #8B8773 and #738B87 with #87738B are triadic colors.

2 #8B7387 and #73878B with #87738B are triadic colors.