COLOR #877B88

HEX: #877B88
RGB: (135,123,136)

Color info

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

RGB color model

#877B88 color RGB value is (135,123,136).

  • red value is 135;
  • green value is 123;
  • blue value is 136.
RGB:
(135,123,136)
(53%,48%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 136 of 255 = 53%

135
123
136

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

Portions of RGB colors in percentages

R + G + B =
135 + 123 + 136 = 394 (100%)
R 135 of 394 ~ 34.26%
G 123 of 394 ~ 31.22%
B 136 of 394 ~ 34.52%

%34.26
%31.22
%34.52

CMYK color model

#877B88 color CMYK value is (1,10,0,47).

  • cyan value is 0.74%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,10,0,47)
C1M10Y0K47 
(1%,10%,0%,47%)
(0.01/0.10/0.00/0.47)	

CMYK percentages

%0.74
%9.56
%0
%46.67

Codes

Color #877B88 in popluar color models

877B88
RGB135123136
HSL295°5.18%50.78%
HSB/HSV295°9.56%53.33%
CMYK0.74%9.56%0.00%
46.67%

Color #877B88 in popluar number systems.

HEX877B88
Decimal135123136
Binary10000111111101110001000
Octal207173210

Shades and tints

Shades of #877B88

#877B88
(135,123,136)
#7B707C
(123,112,124)
#6F6570
(111,101,112)
#635A64
(99,90,100)
#574F58
(87,79,88)
#4B444C
(75,68,76)
#3F3940
(63,57,64)
#332E34
(51,46,52)
#272328
(39,35,40)
#1B181C
(27,24,28)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #877B88

#877B88
(135,123,136)
#918792
(145,135,146)
#9B939C
(155,147,156)
#A59FA6
(165,159,166)
#AFABB0
(175,171,176)
#B9B7BA
(185,183,186)
#C3C3C4
(195,195,196)
#CDCFCE
(205,207,206)
#D7DBD8
(215,219,216)
#E1E7E2
(225,231,226)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877B88; }

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

This text font color is #877B88.


Background Color

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

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

This div background color is #877B88.


Border color

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

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

This div border color is #877B88.


Opacity

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

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

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

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

This text has shadow with #877B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877B88 on black background.


Color preview on white background

This text has color #877B88 on white background.



Black color preview on #877B88 background

This text has black color on #877B88 background.


White color preview on #877B88 background

This text has white color on #877B88 background.