COLOR #877C90

HEX: #877C90
RGB: (135,124,144)

Color info

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

RGB color model

#877C90 color RGB value is (135,124,144).

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

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 144 of 255 = 56%

135
124
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 144 = 403 (100%)
R 135 of 403 ~ 33.5%
G 124 of 403 ~ 30.77%
B 144 of 403 ~ 35.73%

%33.5
%30.77
%35.73

CMYK color model

#877C90 color CMYK value is (6,14,0,44).

  • cyan value is 6.25%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,14,0,44)
C6M14Y0K44 
(6%,14%,0%,44%)
(0.06/0.14/0.00/0.44)	

CMYK percentages

%6.25
%13.89
%0
%43.53

Codes

Color #877C90 in popluar color models

877C90
RGB135124144
HSL273°8.26%52.55%
HSB/HSV273°13.89%56.47%
CMYK6.25%13.89%0.00%
43.53%

Color #877C90 in popluar number systems.

HEX877C90
Decimal135124144
Binary10000111111110010010000
Octal207174220

Shades and tints

Shades of #877C90

#877C90
(135,124,144)
#7B7183
(123,113,131)
#6F6676
(111,102,118)
#635B69
(99,91,105)
#57505C
(87,80,92)
#4B454F
(75,69,79)
#3F3A42
(63,58,66)
#332F35
(51,47,53)
#272428
(39,36,40)
#1B191B
(27,25,27)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #877C90

#877C90
(135,124,144)
#91879A
(145,135,154)
#9B92A4
(155,146,164)
#A59DAE
(165,157,174)
#AFA8B8
(175,168,184)
#B9B3C2
(185,179,194)
#C3BECC
(195,190,204)
#CDC9D6
(205,201,214)
#D7D4E0
(215,212,224)
#E1DFEA
(225,223,234)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C90; }

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

This text font color is #877C90.


Background Color

.myBgColor { background-color: #877C90; }

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

This div background color is #877C90.


Border color

.myBorderColor { border: 1px solid #877C90; }

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

This div border color is #877C90.


Opacity

.myOpacity80 { color: #877C90; opacity: 0.8; }

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

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

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

This text has shadow with #877C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C90 on black background.


Color preview on white background

This text has color #877C90 on white background.



Black color preview on #877C90 background

This text has black color on #877C90 background.


White color preview on #877C90 background

This text has white color on #877C90 background.