COLOR #877890

HEX: #877890
RGB: (135,120,144)

Color info

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

RGB color model

#877890 color RGB value is (135,120,144).

  • red value is 135;
  • green value is 120;
  • blue value is 144.
RGB:
(135,120,144)
(53%,47%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 144 of 255 = 56%

135
120
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 144 = 399 (100%)
R 135 of 399 ~ 33.83%
G 120 of 399 ~ 30.08%
B 144 of 399 ~ 36.09%

%33.83
%30.08
%36.09

CMYK color model

#877890 color CMYK value is (6,17,0,44).

  • cyan value is 6.25%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,17,0,44)
C6M17Y0K44 
(6%,17%,0%,44%)
(0.06/0.17/0.00/0.44)	

CMYK percentages

%6.25
%16.67
%0
%43.53

Codes

Color #877890 in popluar color models

877890
RGB135120144
HSL278°9.76%51.76%
HSB/HSV278°16.67%56.47%
CMYK6.25%16.67%0.00%
43.53%

Color #877890 in popluar number systems.

HEX877890
Decimal135120144
Binary10000111111100010010000
Octal207170220

Shades and tints

Shades of #877890

#877890
(135,120,144)
#7B6E83
(123,110,131)
#6F6476
(111,100,118)
#635A69
(99,90,105)
#57505C
(87,80,92)
#4B464F
(75,70,79)
#3F3C42
(63,60,66)
#333235
(51,50,53)
#272828
(39,40,40)
#1B1E1B
(27,30,27)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #877890

#877890
(135,120,144)
#91849A
(145,132,154)
#9B90A4
(155,144,164)
#A59CAE
(165,156,174)
#AFA8B8
(175,168,184)
#B9B4C2
(185,180,194)
#C3C0CC
(195,192,204)
#CDCCD6
(205,204,214)
#D7D8E0
(215,216,224)
#E1E4EA
(225,228,234)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877890 color. Also use rgb(135,120,144) instead hex code.

Text Font Color

.myTextColor { color: #877890; }

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

This text font color is #877890.


Background Color

.myBgColor { background-color: #877890; }

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

This div background color is #877890.


Border color

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

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

This div border color is #877890.


Opacity

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

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

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

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

This text has shadow with #877890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877890 on black background.


Color preview on white background

This text has color #877890 on white background.



Black color preview on #877890 background

This text has black color on #877890 background.


White color preview on #877890 background

This text has white color on #877890 background.