COLOR #87676A

HEX: #87676A
RGB: (135,103,106)

Color info

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

RGB color model

#87676A color RGB value is (135,103,106).

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

RGB channels and saturation

R 135 of 255 = 53%
G 103 of 255 = 40%
B 106 of 255 = 42%

135
103
106

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

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 106 = 344 (100%)
R 135 of 344 ~ 39.24%
G 103 of 344 ~ 29.94%
B 106 of 344 ~ 30.81%

%39.24
%29.94
%30.81

CMYK color model

#87676A color CMYK value is (0,24,21,47).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 21.48%
  • key color value is 47.06%
CMYK:
(0,24,21,47)
C0M24Y21K47 
(0%,24%,21%,47%)
(0.00/0.24/0.21/0.47)	

CMYK percentages

%0
%23.7
%21.48
%47.06

Codes

Color #87676A in popluar color models

87676A
RGB135103106
HSL354°13.45%46.67%
HSB/HSV354°23.70%52.94%
CMYK0.00%23.70%21.48%
47.06%

Color #87676A in popluar number systems.

HEX87676A
Decimal135103106
Binary1000011111001111101010
Octal207147152

Shades and tints

Shades of #87676A

#87676A
(135,103,106)
#7B5E61
(123,94,97)
#6F5558
(111,85,88)
#634C4F
(99,76,79)
#574346
(87,67,70)
#4B3A3D
(75,58,61)
#3F3134
(63,49,52)
#33282B
(51,40,43)
#271F22
(39,31,34)
#1B1619
(27,22,25)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #87676A

#87676A
(135,103,106)
#917477
(145,116,119)
#9B8184
(155,129,132)
#A58E91
(165,142,145)
#AF9B9E
(175,155,158)
#B9A8AB
(185,168,171)
#C3B5B8
(195,181,184)
#CDC2C5
(205,194,197)
#D7CFD2
(215,207,210)
#E1DCDF
(225,220,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87676A color. Also use rgb(135,103,106) instead hex code.

Text Font Color

.myTextColor { color: #87676A; }

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

This text font color is #87676A.


Background Color

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

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

This div background color is #87676A.


Border color

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

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

This div border color is #87676A.


Opacity

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

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

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

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

This text has shadow with #87676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87676A on black background.


Color preview on white background

This text has color #87676A on white background.



Black color preview on #87676A background

This text has black color on #87676A background.


White color preview on #87676A background

This text has white color on #87676A background.