COLOR #877699

HEX: #877699
RGB: (135,118,153)

Color info

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

RGB color model

#877699 color RGB value is (135,118,153).

  • red value is 135;
  • green value is 118;
  • blue value is 153.
RGB:
(135,118,153)
(53%,46%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 153 of 255 = 60%

135
118
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 153 = 406 (100%)
R 135 of 406 ~ 33.25%
G 118 of 406 ~ 29.06%
B 153 of 406 ~ 37.68%

%33.25
%29.06
%37.68

CMYK color model

#877699 color CMYK value is (12,23,0,40).

  • cyan value is 11.76%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,23,0,40)
C12M23Y0K40 
(12%,23%,0%,40%)
(0.12/0.23/0.00/0.40)	

CMYK percentages

%11.76
%22.88
%0
%40

Codes

Color #877699 in popluar color models

877699
RGB135118153
HSL269°14.64%53.14%
HSB/HSV269°22.88%60.00%
CMYK11.76%22.88%0.00%
40.00%

Color #877699 in popluar number systems.

HEX877699
Decimal135118153
Binary10000111111011010011001
Octal207166231

Shades and tints

Shades of #877699

#877699
(135,118,153)
#7B6C8C
(123,108,140)
#6F627F
(111,98,127)
#635872
(99,88,114)
#574E65
(87,78,101)
#4B4458
(75,68,88)
#3F3A4B
(63,58,75)
#33303E
(51,48,62)
#272631
(39,38,49)
#1B1C24
(27,28,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #877699

#877699
(135,118,153)
#9182A2
(145,130,162)
#9B8EAB
(155,142,171)
#A59AB4
(165,154,180)
#AFA6BD
(175,166,189)
#B9B2C6
(185,178,198)
#C3BECF
(195,190,207)
#CDCAD8
(205,202,216)
#D7D6E1
(215,214,225)
#E1E2EA
(225,226,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877699 color. Also use rgb(135,118,153) instead hex code.

Text Font Color

.myTextColor { color: #877699; }

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

This text font color is #877699.


Background Color

.myBgColor { background-color: #877699; }

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

This div background color is #877699.


Border color

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

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

This div border color is #877699.


Opacity

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

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

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

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

This text has shadow with #877699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877699 on black background.


Color preview on white background

This text has color #877699 on white background.



Black color preview on #877699 background

This text has black color on #877699 background.


White color preview on #877699 background

This text has white color on #877699 background.