COLOR #877492

HEX: #877492
RGB: (135,116,146)

Color info

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

RGB color model

#877492 color RGB value is (135,116,146).

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

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 146 of 255 = 57%

135
116
146

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

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 146 = 397 (100%)
R 135 of 397 ~ 34.01%
G 116 of 397 ~ 29.22%
B 146 of 397 ~ 36.78%

%34.01
%29.22
%36.78

CMYK color model

#877492 color CMYK value is (8,21,0,43).

  • cyan value is 7.53%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(8,21,0,43)
C8M21Y0K43 
(8%,21%,0%,43%)
(0.08/0.21/0.00/0.43)	

CMYK percentages

%7.53
%20.55
%0
%42.75

Codes

Color #877492 in popluar color models

877492
RGB135116146
HSL278°12.10%51.37%
HSB/HSV278°20.55%57.25%
CMYK7.53%20.55%0.00%
42.75%

Color #877492 in popluar number systems.

HEX877492
Decimal135116146
Binary10000111111010010010010
Octal207164222

Shades and tints

Shades of #877492

#877492
(135,116,146)
#7B6A85
(123,106,133)
#6F6078
(111,96,120)
#63566B
(99,86,107)
#574C5E
(87,76,94)
#4B4251
(75,66,81)
#3F3844
(63,56,68)
#332E37
(51,46,55)
#27242A
(39,36,42)
#1B1A1D
(27,26,29)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #877492

#877492
(135,116,146)
#91809B
(145,128,155)
#9B8CA4
(155,140,164)
#A598AD
(165,152,173)
#AFA4B6
(175,164,182)
#B9B0BF
(185,176,191)
#C3BCC8
(195,188,200)
#CDC8D1
(205,200,209)
#D7D4DA
(215,212,218)
#E1E0E3
(225,224,227)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877492; }

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

This text font color is #877492.


Background Color

.myBgColor { background-color: #877492; }

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

This div background color is #877492.


Border color

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

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

This div border color is #877492.


Opacity

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

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

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

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

This text has shadow with #877492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877492 on black background.


Color preview on white background

This text has color #877492 on white background.



Black color preview on #877492 background

This text has black color on #877492 background.


White color preview on #877492 background

This text has white color on #877492 background.