COLOR #87727A

HEX: #87727A
RGB: (135,114,122)

Color info

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

RGB color model

#87727A color RGB value is (135,114,122).

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

RGB channels and saturation

R 135 of 255 = 53%
G 114 of 255 = 45%
B 122 of 255 = 48%

135
114
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 114 + 122 = 371 (100%)
R 135 of 371 ~ 36.39%
G 114 of 371 ~ 30.73%
B 122 of 371 ~ 32.88%

%36.39
%30.73
%32.88

CMYK color model

#87727A color CMYK value is (0,16,10,47).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(0,16,10,47)
C0M16Y10K47 
(0%,16%,10%,47%)
(0.00/0.16/0.10/0.47)	

CMYK percentages

%0
%15.56
%9.63
%47.06

Codes

Color #87727A in popluar color models

87727A
RGB135114122
HSL337°8.43%48.82%
HSB/HSV337°15.56%52.94%
CMYK0.00%15.56%9.63%
47.06%

Color #87727A in popluar number systems.

HEX87727A
Decimal135114122
Binary1000011111100101111010
Octal207162172

Shades and tints

Shades of #87727A

#87727A
(135,114,122)
#7B686F
(123,104,111)
#6F5E64
(111,94,100)
#635459
(99,84,89)
#574A4E
(87,74,78)
#4B4043
(75,64,67)
#3F3638
(63,54,56)
#332C2D
(51,44,45)
#272222
(39,34,34)
#1B1817
(27,24,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #87727A

#87727A
(135,114,122)
#917E86
(145,126,134)
#9B8A92
(155,138,146)
#A5969E
(165,150,158)
#AFA2AA
(175,162,170)
#B9AEB6
(185,174,182)
#C3BAC2
(195,186,194)
#CDC6CE
(205,198,206)
#D7D2DA
(215,210,218)
#E1DEE6
(225,222,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87727A; }

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

This text font color is #87727A.


Background Color

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

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

This div background color is #87727A.


Border color

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

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

This div border color is #87727A.


Opacity

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

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

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

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

This text has shadow with #87727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87727A on black background.


Color preview on white background

This text has color #87727A on white background.



Black color preview on #87727A background

This text has black color on #87727A background.


White color preview on #87727A background

This text has white color on #87727A background.