COLOR #877386

HEX: #877386
RGB: (135,115,134)

Color info

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

RGB color model

#877386 color RGB value is (135,115,134).

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

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 134 of 255 = 53%

135
115
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 134 = 384 (100%)
R 135 of 384 ~ 35.16%
G 115 of 384 ~ 29.95%
B 134 of 384 ~ 34.9%

%35.16
%29.95
%34.9

CMYK color model

#877386 color CMYK value is (0,15,1,47).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(0,15,1,47)
C0M15Y1K47 
(0%,15%,1%,47%)
(0.00/0.15/0.01/0.47)	

CMYK percentages

%0
%14.81
%0.74
%47.06

Codes

Color #877386 in popluar color models

877386
RGB135115134
HSL303°8.00%49.02%
HSB/HSV303°14.81%52.94%
CMYK0.00%14.81%0.74%
47.06%

Color #877386 in popluar number systems.

HEX877386
Decimal135115134
Binary10000111111001110000110
Octal207163206

Shades and tints

Shades of #877386

#877386
(135,115,134)
#7B697A
(123,105,122)
#6F5F6E
(111,95,110)
#635562
(99,85,98)
#574B56
(87,75,86)
#4B414A
(75,65,74)
#3F373E
(63,55,62)
#332D32
(51,45,50)
#272326
(39,35,38)
#1B191A
(27,25,26)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #877386

#877386
(135,115,134)
#917F91
(145,127,145)
#9B8B9C
(155,139,156)
#A597A7
(165,151,167)
#AFA3B2
(175,163,178)
#B9AFBD
(185,175,189)
#C3BBC8
(195,187,200)
#CDC7D3
(205,199,211)
#D7D3DE
(215,211,222)
#E1DFE9
(225,223,233)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877386; }

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

This text font color is #877386.


Background Color

.myBgColor { background-color: #877386; }

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

This div background color is #877386.


Border color

.myBorderColor { border: 1px solid #877386; }

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

This div border color is #877386.


Opacity

.myOpacity80 { color: #877386; opacity: 0.8; }

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

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

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

This text has shadow with #877386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877386 on black background.


Color preview on white background

This text has color #877386 on white background.



Black color preview on #877386 background

This text has black color on #877386 background.


White color preview on #877386 background

This text has white color on #877386 background.