COLOR #877879

HEX: #877879
RGB: (135,120,121)

Color info

#877879 contains red, green and blue colors in about the same proportion. Web safe color of #877879 is #996666 (or #966).

RGB color model

#877879 color RGB value is (135,120,121).

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

RGB channels and saturation

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

135
120
121

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

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 121 = 376 (100%)
R 135 of 376 ~ 35.9%
G 120 of 376 ~ 31.91%
B 121 of 376 ~ 32.18%

%35.9
%31.91
%32.18

CMYK color model

#877879 color CMYK value is (0,11,10,47).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(0,11,10,47)
C0M11Y10K47 
(0%,11%,10%,47%)
(0.00/0.11/0.10/0.47)	

CMYK percentages

%0
%11.11
%10.37
%47.06

Codes

Color #877879 in popluar color models

877879
RGB135120121
HSL356°5.88%50.00%
HSB/HSV356°11.11%52.94%
CMYK0.00%11.11%10.37%
47.06%

Color #877879 in popluar number systems.

HEX877879
Decimal135120121
Binary1000011111110001111001
Octal207170171

Shades and tints

Shades of #877879

#877879
(135,120,121)
#7B6E6E
(123,110,110)
#6F6463
(111,100,99)
#635A58
(99,90,88)
#57504D
(87,80,77)
#4B4642
(75,70,66)
#3F3C37
(63,60,55)
#33322C
(51,50,44)
#272821
(39,40,33)
#1B1E16
(27,30,22)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #877879

#877879
(135,120,121)
#918485
(145,132,133)
#9B9091
(155,144,145)
#A59C9D
(165,156,157)
#AFA8A9
(175,168,169)
#B9B4B5
(185,180,181)
#C3C0C1
(195,192,193)
#CDCCCD
(205,204,205)
#D7D8D9
(215,216,217)
#E1E4E5
(225,228,229)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877879; }

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

This text font color is #877879.


Background Color

.myBgColor { background-color: #877879; }

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

This div background color is #877879.


Border color

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

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

This div border color is #877879.


Opacity

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

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

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

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

This text has shadow with #877879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877879 on black background.


Color preview on white background

This text has color #877879 on white background.



Black color preview on #877879 background

This text has black color on #877879 background.


White color preview on #877879 background

This text has white color on #877879 background.