COLOR #879084

HEX: #879084 RGB: (135,144,132)

Color info

#879084 contains red, green and blue colors in about the same proportion. Web safe color of #879084 is #999999 (or #999).

RGB color model

#879084 color RGB value is (135,144,132).

RGB: (135,144,132) (53%, 56%, 52%)

RGB channels and saturation

R 135 of 255 = 53%
G 144 of 255 = 56%
B 132 of 255 = 52%

135
144
132

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

Portions of RGB colors in percentages

R + G + B = 135 + 144 + 132 = 411 (100%)
R 135 of 411 ~ 32.85%
G 144 of 411 ~ 35.04%
B 132 of 411 ~ 32.12'%

%32.85
%35.04
%32.12

CMYK color model

#879084 color CMYK value is (6,0,8,44).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 43.53%

CMYK: (6,0,8,44)
C6M0Y8K44 (6%, 0%, 8%, 44%)
(0.06 / 0.00 / 0.08 / 0.44)

CMYK percentages

%6.25
%0
%8.33
%43.53

Codes

Color #879084 in popluar color models

87 90 84
RGB 135 144 132
HSL 105° 5.13% 54.12%
HSB/HSV 105° 8.33% 56.47%
CMYK 6.25% 0.00% 8.33%
43.53%

Color #879084 in popluar number systems.

HEX 87 90 84
Decimal 135 144 132
Binary 10000111 10010000 10000100
Octal 207 220 204

Shades and tints

Shades of #879084

#879084
(135,144,132)
#7B8378
(123,131,120)
#6F766C
(111,118,108)
#636960
(99,105,96)
#575C54
(87,92,84)
#4B4F48
(75,79,72)
#3F423C
(63,66,60)
#333530
(51,53,48)
#272824
(39,40,36)
#1B1B18
(27,27,24)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #879084

#879084
(135,144,132)
#919A8F
(145,154,143)
#9BA49A
(155,164,154)
#A5AEA5
(165,174,165)
#AFB8B0
(175,184,176)
#B9C2BB
(185,194,187)
#C3CCC6
(195,204,198)
#CDD6D1
(205,214,209)
#D7E0DC
(215,224,220)
#E1EAE7
(225,234,231)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879084 color. Also use rgb(135,144,132) instead hex code.

Text Font Color

.myTextColor { color: #879084; }

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

This text font color is #879084.

Background Color

.myBgColor { background-color: #879084; }

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

This div background color is #879084.

Border color

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

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

This div border color is #879084.

Opacity

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

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

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

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

This text has shadow with #879084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879084.

Preview

Color preview on black background

This text has color #879084 on black background.


Color preview on white background

This text has color #879084 on white background.


Black color preview on #879084 background

This text has black color on #879084 background.


White color preview on #879084 background

This text has white color on #879084 background.


Related colors

Complementary color

Complementary color for #hex is #786F7B.


I love getcolorcode.com

Triadic colors

1 #848790 and #908487 with #879084 are triadic colors.

2 #849087 and #908784 with #879084 are triadic colors.