COLOR #878377

HEX: #878377
RGB: (135,131,119)

Color info

#878377 contains red, green and blue colors in about the same proportion. Web safe color of #878377 is #999966 (or #996).

RGB color model

#878377 color RGB value is (135,131,119).

  • red value is 135;
  • green value is 131;
  • blue value is 119.
RGB:
(135,131,119)
(53%,51%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 119 of 255 = 47%

135
131
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 119 = 385 (100%)
R 135 of 385 ~ 35.06%
G 131 of 385 ~ 34.03%
B 119 of 385 ~ 30.91%

%35.06
%34.03
%30.91

CMYK color model

#878377 color CMYK value is (0,3,12,47).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,3,12,47)
C0M3Y12K47 
(0%,3%,12%,47%)
(0.00/0.03/0.12/0.47)	

CMYK percentages

%0
%2.96
%11.85
%47.06

Codes

Color #878377 in popluar color models

878377
RGB135131119
HSL45°6.30%49.80%
HSB/HSV45°11.85%52.94%
CMYK0.00%2.96%11.85%
47.06%

Color #878377 in popluar number systems.

HEX878377
Decimal135131119
Binary10000111100000111110111
Octal207203167

Shades and tints

Shades of #878377

#878377
(135,131,119)
#7B786D
(123,120,109)
#6F6D63
(111,109,99)
#636259
(99,98,89)
#57574F
(87,87,79)
#4B4C45
(75,76,69)
#3F413B
(63,65,59)
#333631
(51,54,49)
#272B27
(39,43,39)
#1B201D
(27,32,29)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #878377

#878377
(135,131,119)
#918E83
(145,142,131)
#9B998F
(155,153,143)
#A5A49B
(165,164,155)
#AFAFA7
(175,175,167)
#B9BAB3
(185,186,179)
#C3C5BF
(195,197,191)
#CDD0CB
(205,208,203)
#D7DBD7
(215,219,215)
#E1E6E3
(225,230,227)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878377 color. Also use rgb(135,131,119) instead hex code.

Text Font Color

.myTextColor { color: #878377; }

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

This text font color is #878377.


Background Color

.myBgColor { background-color: #878377; }

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

This div background color is #878377.


Border color

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

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

This div border color is #878377.


Opacity

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

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

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

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

This text has shadow with #878377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878377 on black background.


Color preview on white background

This text has color #878377 on white background.



Black color preview on #878377 background

This text has black color on #878377 background.


White color preview on #878377 background

This text has white color on #878377 background.