COLOR #877988

HEX: #877988
RGB: (135,121,136)

Color info

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

RGB color model

#877988 color RGB value is (135,121,136).

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

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 136 of 255 = 53%

135
121
136

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

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 136 = 392 (100%)
R 135 of 392 ~ 34.44%
G 121 of 392 ~ 30.87%
B 136 of 392 ~ 34.69%

%34.44
%30.87
%34.69

CMYK color model

#877988 color CMYK value is (1,11,0,47).

  • cyan value is 0.74%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,11,0,47)
C1M11Y0K47 
(1%,11%,0%,47%)
(0.01/0.11/0.00/0.47)	

CMYK percentages

%0.74
%11.03
%0
%46.67

Codes

Color #877988 in popluar color models

877988
RGB135121136
HSL296°5.93%50.39%
HSB/HSV296°11.03%53.33%
CMYK0.74%11.03%0.00%
46.67%

Color #877988 in popluar number systems.

HEX877988
Decimal135121136
Binary10000111111100110001000
Octal207171210

Shades and tints

Shades of #877988

#877988
(135,121,136)
#7B6E7C
(123,110,124)
#6F6370
(111,99,112)
#635864
(99,88,100)
#574D58
(87,77,88)
#4B424C
(75,66,76)
#3F3740
(63,55,64)
#332C34
(51,44,52)
#272128
(39,33,40)
#1B161C
(27,22,28)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #877988

#877988
(135,121,136)
#918592
(145,133,146)
#9B919C
(155,145,156)
#A59DA6
(165,157,166)
#AFA9B0
(175,169,176)
#B9B5BA
(185,181,186)
#C3C1C4
(195,193,196)
#CDCDCE
(205,205,206)
#D7D9D8
(215,217,216)
#E1E5E2
(225,229,226)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877988; }

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

This text font color is #877988.


Background Color

.myBgColor { background-color: #877988; }

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

This div background color is #877988.


Border color

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

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

This div border color is #877988.


Opacity

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

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

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

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

This text has shadow with #877988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877988 on black background.


Color preview on white background

This text has color #877988 on white background.



Black color preview on #877988 background

This text has black color on #877988 background.


White color preview on #877988 background

This text has white color on #877988 background.