COLOR #877A80

HEX: #877A80
RGB: (135,122,128)

Color info

#877A80 contains red, green and blue colors in about the same proportion. Web safe color of #877A80 is #996666 (or #966).

RGB color model

#877A80 color RGB value is (135,122,128).

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

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 128 of 255 = 50%

135
122
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 128 = 385 (100%)
R 135 of 385 ~ 35.06%
G 122 of 385 ~ 31.69%
B 128 of 385 ~ 33.25%

%35.06
%31.69
%33.25

CMYK color model

#877A80 color CMYK value is (0,10,5,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK:
(0,10,5,47)
C0M10Y5K47 
(0%,10%,5%,47%)
(0.00/0.10/0.05/0.47)	

CMYK percentages

%0
%9.63
%5.19
%47.06

Codes

Color #877A80 in popluar color models

877A80
RGB135122128
HSL332°5.14%50.39%
HSB/HSV332°9.63%52.94%
CMYK0.00%9.63%5.19%
47.06%

Color #877A80 in popluar number systems.

HEX877A80
Decimal135122128
Binary10000111111101010000000
Octal207172200

Shades and tints

Shades of #877A80

#877A80
(135,122,128)
#7B6F75
(123,111,117)
#6F646A
(111,100,106)
#63595F
(99,89,95)
#574E54
(87,78,84)
#4B4349
(75,67,73)
#3F383E
(63,56,62)
#332D33
(51,45,51)
#272228
(39,34,40)
#1B171D
(27,23,29)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #877A80

#877A80
(135,122,128)
#91868B
(145,134,139)
#9B9296
(155,146,150)
#A59EA1
(165,158,161)
#AFAAAC
(175,170,172)
#B9B6B7
(185,182,183)
#C3C2C2
(195,194,194)
#CDCECD
(205,206,205)
#D7DAD8
(215,218,216)
#E1E6E3
(225,230,227)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A80; }

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

This text font color is #877A80.


Background Color

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

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

This div background color is #877A80.


Border color

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

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

This div border color is #877A80.


Opacity

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

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

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

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

This text has shadow with #877A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877A80 on black background.


Color preview on white background

This text has color #877A80 on white background.



Black color preview on #877A80 background

This text has black color on #877A80 background.


White color preview on #877A80 background

This text has white color on #877A80 background.