COLOR #87739A

HEX: #87739A
RGB: (135,115,154)

Color info

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

RGB color model

#87739A color RGB value is (135,115,154).

  • red value is 135;
  • green value is 115;
  • blue value is 154.
RGB:
(135,115,154)
(53%,45%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 154 of 255 = 60%

135
115
154

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 154 = 404 (100%)
R 135 of 404 ~ 33.42%
G 115 of 404 ~ 28.47%
B 154 of 404 ~ 38.12%

%33.42
%28.47
%38.12

CMYK color model

#87739A color CMYK value is (12,25,0,40).

  • cyan value is 12.34%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,25,0,40)
C12M25Y0K40 
(12%,25%,0%,40%)
(0.12/0.25/0.00/0.40)	

CMYK percentages

%12.34
%25.32
%0
%39.61

Codes

Color #87739A in popluar color models

87739A
RGB135115154
HSL271°16.18%52.75%
HSB/HSV271°25.32%60.39%
CMYK12.34%25.32%0.00%
39.61%

Color #87739A in popluar number systems.

HEX87739A
Decimal135115154
Binary10000111111001110011010
Octal207163232

Shades and tints

Shades of #87739A

#87739A
(135,115,154)
#7B698C
(123,105,140)
#6F5F7E
(111,95,126)
#635570
(99,85,112)
#574B62
(87,75,98)
#4B4154
(75,65,84)
#3F3746
(63,55,70)
#332D38
(51,45,56)
#27232A
(39,35,42)
#1B191C
(27,25,28)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #87739A

#87739A
(135,115,154)
#917FA3
(145,127,163)
#9B8BAC
(155,139,172)
#A597B5
(165,151,181)
#AFA3BE
(175,163,190)
#B9AFC7
(185,175,199)
#C3BBD0
(195,187,208)
#CDC7D9
(205,199,217)
#D7D3E2
(215,211,226)
#E1DFEB
(225,223,235)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87739A color. Also use rgb(135,115,154) instead hex code.

Text Font Color

.myTextColor { color: #87739A; }

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

This text font color is #87739A.


Background Color

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

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

This div background color is #87739A.


Border color

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

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

This div border color is #87739A.


Opacity

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

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

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

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

This text has shadow with #87739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87739A on black background.


Color preview on white background

This text has color #87739A on white background.



Black color preview on #87739A background

This text has black color on #87739A background.


White color preview on #87739A background

This text has white color on #87739A background.