COLOR #879788

HEX: #879788
RGB: (135,151,136)

Color info

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

RGB color model

#879788 color RGB value is (135,151,136).

  • red value is 135;
  • green value is 151;
  • blue value is 136.
RGB:
(135,151,136)
(53%,59%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 151 of 255 = 59%
B 136 of 255 = 53%

135
151
136

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

Portions of RGB colors in percentages

R + G + B =
135 + 151 + 136 = 422 (100%)
R 135 of 422 ~ 31.99%
G 151 of 422 ~ 35.78%
B 136 of 422 ~ 32.23%

%31.99
%35.78
%32.23

CMYK color model

#879788 color CMYK value is (11,0,10,41).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(11,0,10,41)
C11M0Y10K41 
(11%,0%,10%,41%)
(0.11/0.00/0.10/0.41)	

CMYK percentages

%10.6
%0
%9.93
%40.78

Codes

Color #879788 in popluar color models

879788
RGB135151136
HSL124°7.14%56.08%
HSB/HSV124°10.60%59.22%
CMYK10.60%0.00%9.93%
40.78%

Color #879788 in popluar number systems.

HEX879788
Decimal135151136
Binary100001111001011110001000
Octal207227210

Shades and tints

Shades of #879788

#879788
(135,151,136)
#7B8A7C
(123,138,124)
#6F7D70
(111,125,112)
#637064
(99,112,100)
#576358
(87,99,88)
#4B564C
(75,86,76)
#3F4940
(63,73,64)
#333C34
(51,60,52)
#272F28
(39,47,40)
#1B221C
(27,34,28)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #879788

#879788
(135,151,136)
#91A092
(145,160,146)
#9BA99C
(155,169,156)
#A5B2A6
(165,178,166)
#AFBBB0
(175,187,176)
#B9C4BA
(185,196,186)
#C3CDC4
(195,205,196)
#CDD6CE
(205,214,206)
#D7DFD8
(215,223,216)
#E1E8E2
(225,232,226)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879788 color. Also use rgb(135,151,136) instead hex code.

Text Font Color

.myTextColor { color: #879788; }

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

This text font color is #879788.


Background Color

.myBgColor { background-color: #879788; }

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

This div background color is #879788.


Border color

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

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

This div border color is #879788.


Opacity

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

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

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

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

This text has shadow with #879788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879788 on black background.


Color preview on white background

This text has color #879788 on white background.



Black color preview on #879788 background

This text has black color on #879788 background.


White color preview on #879788 background

This text has white color on #879788 background.