COLOR #877385

HEX: #877385
RGB: (135,115,133)

Color info

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

RGB color model

#877385 color RGB value is (135,115,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 133 of 255 = 52%

135
115
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 133 = 383 (100%)
R 135 of 383 ~ 35.25%
G 115 of 383 ~ 30.03%
B 133 of 383 ~ 34.73%

%35.25
%30.03
%34.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 1.48%
  • key color value is 47.06%
CMYK:
(0,15,1,47)
C0M15Y1K47 
(0%,15%,1%,47%)
(0.00/0.15/0.01/0.47)	

CMYK percentages

%0
%14.81
%1.48
%47.06

Codes

Color #877385 in popluar color models

877385
RGB135115133
HSL306°8.00%49.02%
HSB/HSV306°14.81%52.94%
CMYK0.00%14.81%1.48%
47.06%

Color #877385 in popluar number systems.

HEX877385
Decimal135115133
Binary10000111111001110000101
Octal207163205

Shades and tints

Shades of #877385

#877385
(135,115,133)
#7B6979
(123,105,121)
#6F5F6D
(111,95,109)
#635561
(99,85,97)
#574B55
(87,75,85)
#4B4149
(75,65,73)
#3F373D
(63,55,61)
#332D31
(51,45,49)
#272325
(39,35,37)
#1B1919
(27,25,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #877385

#877385
(135,115,133)
#917F90
(145,127,144)
#9B8B9B
(155,139,155)
#A597A6
(165,151,166)
#AFA3B1
(175,163,177)
#B9AFBC
(185,175,188)
#C3BBC7
(195,187,199)
#CDC7D2
(205,199,210)
#D7D3DD
(215,211,221)
#E1DFE8
(225,223,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877385; }

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

This text font color is #877385.


Background Color

.myBgColor { background-color: #877385; }

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

This div background color is #877385.


Border color

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

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

This div border color is #877385.


Opacity

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

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

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

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

This text has shadow with #877385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877385 on black background.


Color preview on white background

This text has color #877385 on white background.



Black color preview on #877385 background

This text has black color on #877385 background.


White color preview on #877385 background

This text has white color on #877385 background.