COLOR #877084

HEX: #877084
RGB: (135,112,132)

Color info

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

RGB color model

#877084 color RGB value is (135,112,132).

  • red value is 135;
  • green value is 112;
  • blue value is 132.
RGB:
(135,112,132)
(53%,44%,52%)

RGB channels and saturation

R 135 of 255 = 53%
G 112 of 255 = 44%
B 132 of 255 = 52%

135
112
132

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

Portions of RGB colors in percentages

R + G + B =
135 + 112 + 132 = 379 (100%)
R 135 of 379 ~ 35.62%
G 112 of 379 ~ 29.55%
B 132 of 379 ~ 34.83%

%35.62
%29.55
%34.83

CMYK color model

#877084 color CMYK value is (0,17,2,47).

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 2.22%
  • key color value is 47.06%
CMYK:
(0,17,2,47)
C0M17Y2K47 
(0%,17%,2%,47%)
(0.00/0.17/0.02/0.47)	

CMYK percentages

%0
%17.04
%2.22
%47.06

Codes

Color #877084 in popluar color models

877084
RGB135112132
HSL308°9.31%48.43%
HSB/HSV308°17.04%52.94%
CMYK0.00%17.04%2.22%
47.06%

Color #877084 in popluar number systems.

HEX877084
Decimal135112132
Binary10000111111000010000100
Octal207160204

Shades and tints

Shades of #877084

#877084
(135,112,132)
#7B6678
(123,102,120)
#6F5C6C
(111,92,108)
#635260
(99,82,96)
#574854
(87,72,84)
#4B3E48
(75,62,72)
#3F343C
(63,52,60)
#332A30
(51,42,48)
#272024
(39,32,36)
#1B1618
(27,22,24)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #877084

#877084
(135,112,132)
#917D8F
(145,125,143)
#9B8A9A
(155,138,154)
#A597A5
(165,151,165)
#AFA4B0
(175,164,176)
#B9B1BB
(185,177,187)
#C3BEC6
(195,190,198)
#CDCBD1
(205,203,209)
#D7D8DC
(215,216,220)
#E1E5E7
(225,229,231)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877084 color. Also use rgb(135,112,132) instead hex code.

Text Font Color

.myTextColor { color: #877084; }

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

This text font color is #877084.


Background Color

.myBgColor { background-color: #877084; }

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

This div background color is #877084.


Border color

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

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

This div border color is #877084.


Opacity

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

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

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

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

This text has shadow with #877084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877084 on black background.


Color preview on white background

This text has color #877084 on white background.



Black color preview on #877084 background

This text has black color on #877084 background.


White color preview on #877084 background

This text has white color on #877084 background.