COLOR #878C74

HEX: #878C74 RGB: (135,140,116)

Color info

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

RGB color model

#878C74 color RGB value is (135,140,116).

RGB: (135,140,116) (53%, 55%, 45%)

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 116 of 255 = 45%

135
140
116

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

Portions of RGB colors in percentages

R + G + B = 135 + 140 + 116 = 391 (100%)
R 135 of 391 ~ 34.53%
G 140 of 391 ~ 35.81%
B 116 of 391 ~ 29.67'%

%34.53
%35.81
%29.67

CMYK color model

#878C74 color CMYK value is (4,0,17,45).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 45.10%

CMYK: (4,0,17,45)
C4M0Y17K45 (4%, 0%, 17%, 45%)
(0.04 / 0.00 / 0.17 / 0.45)

CMYK percentages

%3.57
%0
%17.14
%45.1

Codes

Color #878C74 in popluar color models

87 8C 74
RGB 135 140 116
HSL 73° 9.45% 50.20%
HSB/HSV 73° 17.14% 54.90%
CMYK 3.57% 0.00% 17.14%
45.10%

Color #878C74 in popluar number systems.

HEX 87 8C 74
Decimal 135 140 116
Binary 10000111 10001100 1110100
Octal 207 214 164

Shades and tints

Shades of #878C74

#878C74
(135,140,116)
#7B806A
(123,128,106)
#6F7460
(111,116,96)
#636856
(99,104,86)
#575C4C
(87,92,76)
#4B5042
(75,80,66)
#3F4438
(63,68,56)
#33382E
(51,56,46)
#272C24
(39,44,36)
#1B201A
(27,32,26)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #878C74

#878C74
(135,140,116)
#919680
(145,150,128)
#9BA08C
(155,160,140)
#A5AA98
(165,170,152)
#AFB4A4
(175,180,164)
#B9BEB0
(185,190,176)
#C3C8BC
(195,200,188)
#CDD2C8
(205,210,200)
#D7DCD4
(215,220,212)
#E1E6E0
(225,230,224)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878C74 color. Also use rgb(135,140,116) instead hex code.

Text Font Color

.myTextColor { color: #878C74; }

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

This text font color is #878C74.

Background Color

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

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

This div background color is #878C74.

Border color

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

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

This div border color is #878C74.

Opacity

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

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

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

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

This text has shadow with #878C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878C74.

Preview

Color preview on black background

This text has color #878C74 on black background.


Color preview on white background

This text has color #878C74 on white background.


Black color preview on #878C74 background

This text has black color on #878C74 background.


White color preview on #878C74 background

This text has white color on #878C74 background.


Related colors

Complementary color

Complementary color for #hex is #78738B.


I love getcolorcode.com

Triadic colors

1 #74878C and #8C7487 with #878C74 are triadic colors.

2 #748C87 and #8C8774 with #878C74 are triadic colors.