COLOR #877B90

HEX: #877B90 RGB: (135,123,144)

Color info

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

RGB color model

#877B90 color RGB value is (135,123,144).

RGB: (135,123,144) (53%, 48%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 144 of 255 = 56%

135
123
144

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 144 = 402 (100%)
R 135 of 402 ~ 33.58%
G 123 of 402 ~ 30.6%
B 144 of 402 ~ 35.82'%

%33.58
%30.6
%35.82

CMYK color model

#877B90 color CMYK value is (6,15,0,44).

  • cyan value is 6.25%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (6,15,0,44)
C6M15Y0K44 (6%, 15%, 0%, 44%)
(0.06 / 0.15 / 0.00 / 0.44)

CMYK percentages

%6.25
%14.58
%0
%43.53

Codes

Color #877B90 in popluar color models

87 7B 90
RGB 135 123 144
HSL 274° 8.64% 52.35%
HSB/HSV 274° 14.58% 56.47%
CMYK 6.25% 14.58% 0.00%
43.53%

Color #877B90 in popluar number systems.

HEX 87 7B 90
Decimal 135 123 144
Binary 10000111 1111011 10010000
Octal 207 173 220

Shades and tints

Shades of #877B90

#877B90
(135,123,144)
#7B7083
(123,112,131)
#6F6576
(111,101,118)
#635A69
(99,90,105)
#574F5C
(87,79,92)
#4B444F
(75,68,79)
#3F3942
(63,57,66)
#332E35
(51,46,53)
#272328
(39,35,40)
#1B181B
(27,24,27)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #877B90

#877B90
(135,123,144)
#91879A
(145,135,154)
#9B93A4
(155,147,164)
#A59FAE
(165,159,174)
#AFABB8
(175,171,184)
#B9B7C2
(185,183,194)
#C3C3CC
(195,195,204)
#CDCFD6
(205,207,214)
#D7DBE0
(215,219,224)
#E1E7EA
(225,231,234)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877B90; }

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

This text font color is #877B90.

Background Color

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

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

This div background color is #877B90.

Border color

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

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

This div border color is #877B90.

Opacity

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

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

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

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

This text has shadow with #877B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877B90.

Preview

Color preview on black background

This text has color #877B90 on black background.


Color preview on white background

This text has color #877B90 on white background.


Black color preview on #877B90 background

This text has black color on #877B90 background.


White color preview on #877B90 background

This text has white color on #877B90 background.


Related colors

Complementary color

Complementary color for #hex is #78846F.


I love getcolorcode.com

Triadic colors

1 #90877B and #7B9087 with #877B90 are triadic colors.

2 #907B87 and #7B8790 with #877B90 are triadic colors.