COLOR #877B92

HEX: #877B92 RGB: (135,123,146)

Color info

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

RGB color model

#877B92 color RGB value is (135,123,146).

RGB: (135,123,146) (53%, 48%, 57%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 146 of 255 = 57%

135
123
146

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 146 = 404 (100%)
R 135 of 404 ~ 33.42%
G 123 of 404 ~ 30.45%
B 146 of 404 ~ 36.14'%

%33.42
%30.45
%36.14

CMYK color model

#877B92 color CMYK value is (8,16,0,43).

  • cyan value is 7.53%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (8,16,0,43)
C8M16Y0K43 (8%, 16%, 0%, 43%)
(0.08 / 0.16 / 0.00 / 0.43)

CMYK percentages

%7.53
%15.75
%0
%42.75

Codes

Color #877B92 in popluar color models

87 7B 92
RGB 135 123 146
HSL 271° 9.54% 52.75%
HSB/HSV 271° 15.75% 57.25%
CMYK 7.53% 15.75% 0.00%
42.75%

Color #877B92 in popluar number systems.

HEX 87 7B 92
Decimal 135 123 146
Binary 10000111 1111011 10010010
Octal 207 173 222

Shades and tints

Shades of #877B92

#877B92
(135,123,146)
#7B7085
(123,112,133)
#6F6578
(111,101,120)
#635A6B
(99,90,107)
#574F5E
(87,79,94)
#4B4451
(75,68,81)
#3F3944
(63,57,68)
#332E37
(51,46,55)
#27232A
(39,35,42)
#1B181D
(27,24,29)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #877B92

#877B92
(135,123,146)
#91879B
(145,135,155)
#9B93A4
(155,147,164)
#A59FAD
(165,159,173)
#AFABB6
(175,171,182)
#B9B7BF
(185,183,191)
#C3C3C8
(195,195,200)
#CDCFD1
(205,207,209)
#D7DBDA
(215,219,218)
#E1E7E3
(225,231,227)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877B92; }

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

This text font color is #877B92.

Background Color

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

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

This div background color is #877B92.

Border color

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

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

This div border color is #877B92.

Opacity

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

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

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

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

This text has shadow with #877B92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877B92.

Preview

Color preview on black background

This text has color #877B92 on black background.


Color preview on white background

This text has color #877B92 on white background.


Black color preview on #877B92 background

This text has black color on #877B92 background.


White color preview on #877B92 background

This text has white color on #877B92 background.


Related colors

Complementary color

Complementary color for #hex is #78846D.


I love getcolorcode.com

Triadic colors

1 #92877B and #7B9287 with #877B92 are triadic colors.

2 #927B87 and #7B8792 with #877B92 are triadic colors.