COLOR #877A9A

HEX: #877A9A
RGB: (135,122,154)

Color info

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

RGB color model

#877A9A color RGB value is (135,122,154).

  • red value is 135;
  • green value is 122;
  • blue value is 154.
RGB:
(135,122,154)
(53%,48%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 154 of 255 = 60%

135
122
154

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 154 = 411 (100%)
R 135 of 411 ~ 32.85%
G 122 of 411 ~ 29.68%
B 154 of 411 ~ 37.47%

%32.85
%29.68
%37.47

CMYK color model

#877A9A color CMYK value is (12,21,0,40).

  • cyan value is 12.34%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,21,0,40)
C12M21Y0K40 
(12%,21%,0%,40%)
(0.12/0.21/0.00/0.40)	

CMYK percentages

%12.34
%20.78
%0
%39.61

Codes

Color #877A9A in popluar color models

877A9A
RGB135122154
HSL264°13.68%54.12%
HSB/HSV264°20.78%60.39%
CMYK12.34%20.78%0.00%
39.61%

Color #877A9A in popluar number systems.

HEX877A9A
Decimal135122154
Binary10000111111101010011010
Octal207172232

Shades and tints

Shades of #877A9A

#877A9A
(135,122,154)
#7B6F8C
(123,111,140)
#6F647E
(111,100,126)
#635970
(99,89,112)
#574E62
(87,78,98)
#4B4354
(75,67,84)
#3F3846
(63,56,70)
#332D38
(51,45,56)
#27222A
(39,34,42)
#1B171C
(27,23,28)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #877A9A

#877A9A
(135,122,154)
#9186A3
(145,134,163)
#9B92AC
(155,146,172)
#A59EB5
(165,158,181)
#AFAABE
(175,170,190)
#B9B6C7
(185,182,199)
#C3C2D0
(195,194,208)
#CDCED9
(205,206,217)
#D7DAE2
(215,218,226)
#E1E6EB
(225,230,235)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877A9A color. Also use rgb(135,122,154) instead hex code.

Text Font Color

.myTextColor { color: #877A9A; }

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

This text font color is #877A9A.


Background Color

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

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

This div background color is #877A9A.


Border color

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

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

This div border color is #877A9A.


Opacity

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

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

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

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

This text has shadow with #877A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877A9A on black background.


Color preview on white background

This text has color #877A9A on white background.



Black color preview on #877A9A background

This text has black color on #877A9A background.


White color preview on #877A9A background

This text has white color on #877A9A background.