COLOR #878A7C

HEX: #878A7C
RGB: (135,138,124)

Color info

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

RGB color model

#878A7C color RGB value is (135,138,124).

  • red value is 135;
  • green value is 138;
  • blue value is 124.
RGB:
(135,138,124)
(53%,54%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 124 of 255 = 49%

135
138
124

R + G + B ~ 52%. #878A7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 124 = 397 (100%)
R 135 of 397 ~ 34.01%
G 138 of 397 ~ 34.76%
B 124 of 397 ~ 31.23%

%34.01
%34.76
%31.23

CMYK color model

#878A7C color CMYK value is (2,0,10,46).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK:
(2,0,10,46)
C2M0Y10K46 
(2%,0%,10%,46%)
(0.02/0.00/0.10/0.46)	

CMYK percentages

%2.17
%0
%10.14
%45.88

Codes

Color #878A7C in popluar color models

878A7C
RGB135138124
HSL73°5.65%51.37%
HSB/HSV73°10.14%54.12%
CMYK2.17%0.00%10.14%
45.88%

Color #878A7C in popluar number systems.

HEX878A7C
Decimal135138124
Binary10000111100010101111100
Octal207212174

Shades and tints

Shades of #878A7C

#878A7C
(135,138,124)
#7B7E71
(123,126,113)
#6F7266
(111,114,102)
#63665B
(99,102,91)
#575A50
(87,90,80)
#4B4E45
(75,78,69)
#3F423A
(63,66,58)
#33362F
(51,54,47)
#272A24
(39,42,36)
#1B1E19
(27,30,25)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #878A7C

#878A7C
(135,138,124)
#919487
(145,148,135)
#9B9E92
(155,158,146)
#A5A89D
(165,168,157)
#AFB2A8
(175,178,168)
#B9BCB3
(185,188,179)
#C3C6BE
(195,198,190)
#CDD0C9
(205,208,201)
#D7DAD4
(215,218,212)
#E1E4DF
(225,228,223)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878A7C color. Also use rgb(135,138,124) instead hex code.

Text Font Color

.myTextColor { color: #878A7C; }

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

This text font color is #878A7C.


Background Color

.myBgColor { background-color: #878A7C; }

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

This div background color is #878A7C.


Border color

.myBorderColor { border: 1px solid #878A7C; }

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

This div border color is #878A7C.


Opacity

.myOpacity80 { color: #878A7C; opacity: 0.8; }

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

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

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

This text has shadow with #878A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878A7C on black background.


Color preview on white background

This text has color #878A7C on white background.



Black color preview on #878A7C background

This text has black color on #878A7C background.


White color preview on #878A7C background

This text has white color on #878A7C background.