COLOR #877892

HEX: #877892
RGB: (135,120,146)

Color info

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

RGB color model

#877892 color RGB value is (135,120,146).

  • red value is 135;
  • green value is 120;
  • blue value is 146.
RGB:
(135,120,146)
(53%,47%,57%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 146 of 255 = 57%

135
120
146

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

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 146 = 401 (100%)
R 135 of 401 ~ 33.67%
G 120 of 401 ~ 29.93%
B 146 of 401 ~ 36.41%

%33.67
%29.93
%36.41

CMYK color model

#877892 color CMYK value is (8,18,0,43).

  • cyan value is 7.53%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(8,18,0,43)
C8M18Y0K43 
(8%,18%,0%,43%)
(0.08/0.18/0.00/0.43)	

CMYK percentages

%7.53
%17.81
%0
%42.75

Codes

Color #877892 in popluar color models

877892
RGB135120146
HSL275°10.66%52.16%
HSB/HSV275°17.81%57.25%
CMYK7.53%17.81%0.00%
42.75%

Color #877892 in popluar number systems.

HEX877892
Decimal135120146
Binary10000111111100010010010
Octal207170222

Shades and tints

Shades of #877892

#877892
(135,120,146)
#7B6E85
(123,110,133)
#6F6478
(111,100,120)
#635A6B
(99,90,107)
#57505E
(87,80,94)
#4B4651
(75,70,81)
#3F3C44
(63,60,68)
#333237
(51,50,55)
#27282A
(39,40,42)
#1B1E1D
(27,30,29)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #877892

#877892
(135,120,146)
#91849B
(145,132,155)
#9B90A4
(155,144,164)
#A59CAD
(165,156,173)
#AFA8B6
(175,168,182)
#B9B4BF
(185,180,191)
#C3C0C8
(195,192,200)
#CDCCD1
(205,204,209)
#D7D8DA
(215,216,218)
#E1E4E3
(225,228,227)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877892; }

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

This text font color is #877892.


Background Color

.myBgColor { background-color: #877892; }

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

This div background color is #877892.


Border color

.myBorderColor { border: 1px solid #877892; }

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

This div border color is #877892.


Opacity

.myOpacity80 { color: #877892; opacity: 0.8; }

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

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

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

This text has shadow with #877892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877892 on black background.


Color preview on white background

This text has color #877892 on white background.



Black color preview on #877892 background

This text has black color on #877892 background.


White color preview on #877892 background

This text has white color on #877892 background.