COLOR #87677A

HEX: #87677A
RGB: (135,103,122)

Color info

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

RGB color model

#87677A color RGB value is (135,103,122).

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

RGB channels and saturation

R 135 of 255 = 53%
G 103 of 255 = 40%
B 122 of 255 = 48%

135
103
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 122 = 360 (100%)
R 135 of 360 ~ 37.5%
G 103 of 360 ~ 28.61%
B 122 of 360 ~ 33.89%

%37.5
%28.61
%33.89

CMYK color model

#87677A color CMYK value is (0,24,10,47).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(0,24,10,47)
C0M24Y10K47 
(0%,24%,10%,47%)
(0.00/0.24/0.10/0.47)	

CMYK percentages

%0
%23.7
%9.63
%47.06

Codes

Color #87677A in popluar color models

87677A
RGB135103122
HSL324°13.45%46.67%
HSB/HSV324°23.70%52.94%
CMYK0.00%23.70%9.63%
47.06%

Color #87677A in popluar number systems.

HEX87677A
Decimal135103122
Binary1000011111001111111010
Octal207147172

Shades and tints

Shades of #87677A

#87677A
(135,103,122)
#7B5E6F
(123,94,111)
#6F5564
(111,85,100)
#634C59
(99,76,89)
#57434E
(87,67,78)
#4B3A43
(75,58,67)
#3F3138
(63,49,56)
#33282D
(51,40,45)
#271F22
(39,31,34)
#1B1617
(27,22,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #87677A

#87677A
(135,103,122)
#917486
(145,116,134)
#9B8192
(155,129,146)
#A58E9E
(165,142,158)
#AF9BAA
(175,155,170)
#B9A8B6
(185,168,182)
#C3B5C2
(195,181,194)
#CDC2CE
(205,194,206)
#D7CFDA
(215,207,218)
#E1DCE6
(225,220,230)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87677A; }

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

This text font color is #87677A.


Background Color

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

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

This div background color is #87677A.


Border color

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

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

This div border color is #87677A.


Opacity

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

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

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

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

This text has shadow with #87677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87677A on black background.


Color preview on white background

This text has color #87677A on white background.



Black color preview on #87677A background

This text has black color on #87677A background.


White color preview on #87677A background

This text has white color on #87677A background.