COLOR #877B94

HEX: #877B94 RGB: (135,123,148)

Color info

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

RGB color model

#877B94 color RGB value is (135,123,148).

RGB: (135,123,148) (53%, 48%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 148 of 255 = 58%

135
123
148

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 148 = 406 (100%)
R 135 of 406 ~ 33.25%
G 123 of 406 ~ 30.3%
B 148 of 406 ~ 36.45'%

%33.25
%30.3
%36.45

CMYK color model

#877B94 color CMYK value is (9,17,0,42).

  • cyan value is 8.78%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (9,17,0,42)
C9M17Y0K42 (9%, 17%, 0%, 42%)
(0.09 / 0.17 / 0.00 / 0.42)

CMYK percentages

%8.78
%16.89
%0
%41.96

Codes

Color #877B94 in popluar color models

87 7B 94
RGB 135 123 148
HSL 269° 10.46% 53.14%
HSB/HSV 269° 16.89% 58.04%
CMYK 8.78% 16.89% 0.00%
41.96%

Color #877B94 in popluar number systems.

HEX 87 7B 94
Decimal 135 123 148
Binary 10000111 1111011 10010100
Octal 207 173 224

Shades and tints

Shades of #877B94

#877B94
(135,123,148)
#7B7087
(123,112,135)
#6F657A
(111,101,122)
#635A6D
(99,90,109)
#574F60
(87,79,96)
#4B4453
(75,68,83)
#3F3946
(63,57,70)
#332E39
(51,46,57)
#27232C
(39,35,44)
#1B181F
(27,24,31)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #877B94

#877B94
(135,123,148)
#91879D
(145,135,157)
#9B93A6
(155,147,166)
#A59FAF
(165,159,175)
#AFABB8
(175,171,184)
#B9B7C1
(185,183,193)
#C3C3CA
(195,195,202)
#CDCFD3
(205,207,211)
#D7DBDC
(215,219,220)
#E1E7E5
(225,231,229)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877B94; }

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

This text font color is #877B94.

Background Color

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

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

This div background color is #877B94.

Border color

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

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

This div border color is #877B94.

Opacity

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

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

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

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

This text has shadow with #877B94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877B94.

Preview

Color preview on black background

This text has color #877B94 on black background.


Color preview on white background

This text has color #877B94 on white background.


Black color preview on #877B94 background

This text has black color on #877B94 background.


White color preview on #877B94 background

This text has white color on #877B94 background.


Related colors

Complementary color

Complementary color for #hex is #78846B.


I love getcolorcode.com

Triadic colors

1 #94877B and #7B9487 with #877B94 are triadic colors.

2 #947B87 and #7B8794 with #877B94 are triadic colors.