COLOR #878F6C

HEX: #878F6C RGB: (135,143,108)

Color info

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

RGB color model

#878F6C color RGB value is (135,143,108).

RGB: (135,143,108) (53%, 56%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 108 of 255 = 42%

135
143
108

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

Portions of RGB colors in percentages

R + G + B = 135 + 143 + 108 = 386 (100%)
R 135 of 386 ~ 34.97%
G 143 of 386 ~ 37.05%
B 108 of 386 ~ 27.98'%

%34.97
%37.05
%27.98

CMYK color model

#878F6C color CMYK value is (6,0,24,44).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 43.92%

CMYK: (6,0,24,44)
C6M0Y24K44 (6%, 0%, 24%, 44%)
(0.06 / 0.00 / 0.24 / 0.44)

CMYK percentages

%5.59
%0
%24.48
%43.92

Codes

Color #878F6C in popluar color models

87 8F 6C
RGB 135 143 108
HSL 74° 13.94% 49.22%
HSB/HSV 74° 24.48% 56.08%
CMYK 5.59% 0.00% 24.48%
43.92%

Color #878F6C in popluar number systems.

HEX 87 8F 6C
Decimal 135 143 108
Binary 10000111 10001111 1101100
Octal 207 217 154

Shades and tints

Shades of #878F6C

#878F6C
(135,143,108)
#7B8263
(123,130,99)
#6F755A
(111,117,90)
#636851
(99,104,81)
#575B48
(87,91,72)
#4B4E3F
(75,78,63)
#3F4136
(63,65,54)
#33342D
(51,52,45)
#272724
(39,39,36)
#1B1A1B
(27,26,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #878F6C

#878F6C
(135,143,108)
#919979
(145,153,121)
#9BA386
(155,163,134)
#A5AD93
(165,173,147)
#AFB7A0
(175,183,160)
#B9C1AD
(185,193,173)
#C3CBBA
(195,203,186)
#CDD5C7
(205,213,199)
#D7DFD4
(215,223,212)
#E1E9E1
(225,233,225)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878F6C color. Also use rgb(135,143,108) instead hex code.

Text Font Color

.myTextColor { color: #878F6C; }

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

This text font color is #878F6C.

Background Color

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

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

This div background color is #878F6C.

Border color

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

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

This div border color is #878F6C.

Opacity

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

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

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

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

This text has shadow with #878F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878F6C.

Preview

Color preview on black background

This text has color #878F6C on black background.


Color preview on white background

This text has color #878F6C on white background.


Black color preview on #878F6C background

This text has black color on #878F6C background.


White color preview on #878F6C background

This text has white color on #878F6C background.


Related colors

Complementary color

Complementary color for #hex is #787093.


I love getcolorcode.com

Triadic colors

1 #6C878F and #8F6C87 with #878F6C are triadic colors.

2 #6C8F87 and #8F876C with #878F6C are triadic colors.