COLOR #877BA0

HEX: #877BA0 RGB: (135,123,160)

Color info

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

RGB color model

#877BA0 color RGB value is (135,123,160).

RGB: (135,123,160) (53%, 48%, 63%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 160 of 255 = 63%

135
123
160

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 160 = 418 (100%)
R 135 of 418 ~ 32.3%
G 123 of 418 ~ 29.43%
B 160 of 418 ~ 38.28'%

%32.3
%29.43
%38.28

CMYK color model

#877BA0 color CMYK value is (16,23,0,37).

  • cyan value is 15.63%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (16,23,0,37)
C16M23Y0K37 (16%, 23%, 0%, 37%)
(0.16 / 0.23 / 0.00 / 0.37)

CMYK percentages

%15.63
%23.13
%0
%37.25

Codes

Color #877BA0 in popluar color models

87 7B A0
RGB 135 123 160
HSL 259° 16.30% 55.49%
HSB/HSV 259° 23.13% 62.75%
CMYK 15.63% 23.13% 0.00%
37.25%

Color #877BA0 in popluar number systems.

HEX 87 7B A0
Decimal 135 123 160
Binary 10000111 1111011 10100000
Octal 207 173 240

Shades and tints

Shades of #877BA0

#877BA0
(135,123,160)
#7B7092
(123,112,146)
#6F6584
(111,101,132)
#635A76
(99,90,118)
#574F68
(87,79,104)
#4B445A
(75,68,90)
#3F394C
(63,57,76)
#332E3E
(51,46,62)
#272330
(39,35,48)
#1B1822
(27,24,34)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #877BA0

#877BA0
(135,123,160)
#9187A8
(145,135,168)
#9B93B0
(155,147,176)
#A59FB8
(165,159,184)
#AFABC0
(175,171,192)
#B9B7C8
(185,183,200)
#C3C3D0
(195,195,208)
#CDCFD8
(205,207,216)
#D7DBE0
(215,219,224)
#E1E7E8
(225,231,232)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877BA0; }

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

This text font color is #877BA0.

Background Color

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

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

This div background color is #877BA0.

Border color

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

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

This div border color is #877BA0.

Opacity

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

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

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

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

This text has shadow with #877BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877BA0.

Preview

Color preview on black background

This text has color #877BA0 on black background.


Color preview on white background

This text has color #877BA0 on white background.


Black color preview on #877BA0 background

This text has black color on #877BA0 background.


White color preview on #877BA0 background

This text has white color on #877BA0 background.


Related colors

Complementary color

Complementary color for #hex is #78845F.


I love getcolorcode.com

Triadic colors

1 #A0877B and #7BA087 with #877BA0 are triadic colors.

2 #A07B87 and #7B87A0 with #877BA0 are triadic colors.