COLOR #877388

HEX: #877388
RGB: (135,115,136)

Color info

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

RGB color model

#877388 color RGB value is (135,115,136).

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

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 136 of 255 = 53%

135
115
136

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 136 = 386 (100%)
R 135 of 386 ~ 34.97%
G 115 of 386 ~ 29.79%
B 136 of 386 ~ 35.23%

%34.97
%29.79
%35.23

CMYK color model

#877388 color CMYK value is (1,15,0,47).

  • cyan value is 0.74%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,15,0,47)
C1M15Y0K47 
(1%,15%,0%,47%)
(0.01/0.15/0.00/0.47)	

CMYK percentages

%0.74
%15.44
%0
%46.67

Codes

Color #877388 in popluar color models

877388
RGB135115136
HSL297°8.37%49.22%
HSB/HSV297°15.44%53.33%
CMYK0.74%15.44%0.00%
46.67%

Color #877388 in popluar number systems.

HEX877388
Decimal135115136
Binary10000111111001110001000
Octal207163210

Shades and tints

Shades of #877388

#877388
(135,115,136)
#7B697C
(123,105,124)
#6F5F70
(111,95,112)
#635564
(99,85,100)
#574B58
(87,75,88)
#4B414C
(75,65,76)
#3F3740
(63,55,64)
#332D34
(51,45,52)
#272328
(39,35,40)
#1B191C
(27,25,28)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #877388

#877388
(135,115,136)
#917F92
(145,127,146)
#9B8B9C
(155,139,156)
#A597A6
(165,151,166)
#AFA3B0
(175,163,176)
#B9AFBA
(185,175,186)
#C3BBC4
(195,187,196)
#CDC7CE
(205,199,206)
#D7D3D8
(215,211,216)
#E1DFE2
(225,223,226)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877388; }

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

This text font color is #877388.


Background Color

.myBgColor { background-color: #877388; }

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

This div background color is #877388.


Border color

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

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

This div border color is #877388.


Opacity

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

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

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

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

This text has shadow with #877388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877388 on black background.


Color preview on white background

This text has color #877388 on white background.



Black color preview on #877388 background

This text has black color on #877388 background.


White color preview on #877388 background

This text has white color on #877388 background.