COLOR #877999

HEX: #877999
RGB: (135,121,153)

Color info

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

RGB color model

#877999 color RGB value is (135,121,153).

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

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 153 of 255 = 60%

135
121
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 153 = 409 (100%)
R 135 of 409 ~ 33.01%
G 121 of 409 ~ 29.58%
B 153 of 409 ~ 37.41%

%33.01
%29.58
%37.41

CMYK color model

#877999 color CMYK value is (12,21,0,40).

  • cyan value is 11.76%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,21,0,40)
C12M21Y0K40 
(12%,21%,0%,40%)
(0.12/0.21/0.00/0.40)	

CMYK percentages

%11.76
%20.92
%0
%40

Codes

Color #877999 in popluar color models

877999
RGB135121153
HSL266°13.56%53.73%
HSB/HSV266°20.92%60.00%
CMYK11.76%20.92%0.00%
40.00%

Color #877999 in popluar number systems.

HEX877999
Decimal135121153
Binary10000111111100110011001
Octal207171231

Shades and tints

Shades of #877999

#877999
(135,121,153)
#7B6E8C
(123,110,140)
#6F637F
(111,99,127)
#635872
(99,88,114)
#574D65
(87,77,101)
#4B4258
(75,66,88)
#3F374B
(63,55,75)
#332C3E
(51,44,62)
#272131
(39,33,49)
#1B1624
(27,22,36)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #877999

#877999
(135,121,153)
#9185A2
(145,133,162)
#9B91AB
(155,145,171)
#A59DB4
(165,157,180)
#AFA9BD
(175,169,189)
#B9B5C6
(185,181,198)
#C3C1CF
(195,193,207)
#CDCDD8
(205,205,216)
#D7D9E1
(215,217,225)
#E1E5EA
(225,229,234)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877999; }

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

This text font color is #877999.


Background Color

.myBgColor { background-color: #877999; }

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

This div background color is #877999.


Border color

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

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

This div border color is #877999.


Opacity

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

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

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

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

This text has shadow with #877999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877999 on black background.


Color preview on white background

This text has color #877999 on white background.



Black color preview on #877999 background

This text has black color on #877999 background.


White color preview on #877999 background

This text has white color on #877999 background.