COLOR #87747B

HEX: #87747B RGB: (135,116,123)

Color info

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

RGB color model

#87747B color RGB value is (135,116,123).

RGB: (135,116,123) (53%, 45%, 48%)

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 123 of 255 = 48%

135
116
123

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

Portions of RGB colors in percentages

R + G + B = 135 + 116 + 123 = 374 (100%)
R 135 of 374 ~ 36.1%
G 116 of 374 ~ 31.02%
B 123 of 374 ~ 32.89'%

%36.1
%31.02
%32.89

CMYK color model

#87747B color CMYK value is (0,14,9,47).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 8.89%
  • key color value is 47.06%

CMYK: (0,14,9,47)
C0M14Y9K47 (0%, 14%, 9%, 47%)
(0.00 / 0.14 / 0.09 / 0.47)

CMYK percentages

%0
%14.07
%8.89
%47.06

Codes

Color #87747B in popluar color models

87 74 7B
RGB 135 116 123
HSL 338° 7.57% 49.22%
HSB/HSV 338° 14.07% 52.94%
CMYK 0.00% 14.07% 8.89%
47.06%

Color #87747B in popluar number systems.

HEX 87 74 7B
Decimal 135 116 123
Binary 10000111 1110100 1111011
Octal 207 164 173

Shades and tints

Shades of #87747B

#87747B
(135,116,123)
#7B6A70
(123,106,112)
#6F6065
(111,96,101)
#63565A
(99,86,90)
#574C4F
(87,76,79)
#4B4244
(75,66,68)
#3F3839
(63,56,57)
#332E2E
(51,46,46)
#272423
(39,36,35)
#1B1A18
(27,26,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #87747B

#87747B
(135,116,123)
#918087
(145,128,135)
#9B8C93
(155,140,147)
#A5989F
(165,152,159)
#AFA4AB
(175,164,171)
#B9B0B7
(185,176,183)
#C3BCC3
(195,188,195)
#CDC8CF
(205,200,207)
#D7D4DB
(215,212,219)
#E1E0E7
(225,224,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87747B color. Also use rgb(135,116,123) instead hex code.

Text Font Color

.myTextColor { color: #87747B; }

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

This text font color is #87747B.

Background Color

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

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

This div background color is #87747B.

Border color

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

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

This div border color is #87747B.

Opacity

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

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

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

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

This text has shadow with #87747B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87747B.

Preview

Color preview on black background

This text has color #87747B on black background.


Color preview on white background

This text has color #87747B on white background.


Black color preview on #87747B background

This text has black color on #87747B background.


White color preview on #87747B background

This text has white color on #87747B background.


Related colors

Complementary color

Complementary color for #hex is #788B84.


I love getcolorcode.com

Triadic colors

1 #7B8774 and #747B87 with #87747B are triadic colors.

2 #7B7487 and #74877B with #87747B are triadic colors.