COLOR #878079

HEX: #878079
RGB: (135,128,121)

Color info

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

RGB color model

#878079 color RGB value is (135,128,121).

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

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 121 of 255 = 47%

135
128
121

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 121 = 384 (100%)
R 135 of 384 ~ 35.16%
G 128 of 384 ~ 33.33%
B 121 of 384 ~ 31.51%

%35.16
%33.33
%31.51

CMYK color model

#878079 color CMYK value is (0,5,10,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(0,5,10,47)
C0M5Y10K47 
(0%,5%,10%,47%)
(0.00/0.05/0.10/0.47)	

CMYK percentages

%0
%5.19
%10.37
%47.06

Codes

Color #878079 in popluar color models

878079
RGB135128121
HSL30°5.51%50.20%
HSB/HSV30°10.37%52.94%
CMYK0.00%5.19%10.37%
47.06%

Color #878079 in popluar number systems.

HEX878079
Decimal135128121
Binary10000111100000001111001
Octal207200171

Shades and tints

Shades of #878079

#878079
(135,128,121)
#7B756E
(123,117,110)
#6F6A63
(111,106,99)
#635F58
(99,95,88)
#57544D
(87,84,77)
#4B4942
(75,73,66)
#3F3E37
(63,62,55)
#33332C
(51,51,44)
#272821
(39,40,33)
#1B1D16
(27,29,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #878079

#878079
(135,128,121)
#918B85
(145,139,133)
#9B9691
(155,150,145)
#A5A19D
(165,161,157)
#AFACA9
(175,172,169)
#B9B7B5
(185,183,181)
#C3C2C1
(195,194,193)
#CDCDCD
(205,205,205)
#D7D8D9
(215,216,217)
#E1E3E5
(225,227,229)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878079; }

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

This text font color is #878079.


Background Color

.myBgColor { background-color: #878079; }

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

This div background color is #878079.


Border color

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

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

This div border color is #878079.


Opacity

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

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

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

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

This text has shadow with #878079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878079 on black background.


Color preview on white background

This text has color #878079 on white background.



Black color preview on #878079 background

This text has black color on #878079 background.


White color preview on #878079 background

This text has white color on #878079 background.