COLOR #78878E

HEX: #78878E RGB: (120,135,142)

Color info

#78878E contains red, green and blue colors in about the same proportion. Web safe color of #78878E is #669999 (or #699).

RGB color model

#78878E color RGB value is (120,135,142).

RGB: (120,135,142) (47%, 53%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 142 of 255 = 56%

120
135
142

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

Portions of RGB colors in percentages

R + G + B = 120 + 135 + 142 = 397 (100%)
R 120 of 397 ~ 30.23%
G 135 of 397 ~ 34.01%
B 142 of 397 ~ 35.77'%

%30.23
%34.01
%35.77

CMYK color model

#78878E color CMYK value is (15,5,0,44).

  • cyan value is 15.49%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (15,5,0,44) C15M5Y0K44 (15%,5%,0%,44%) (0.15/0.05/0.00/0.44) 

CMYK percentages

%15.49
%4.93
%0
%44.31

Codes

Color #78878E in popluar color models

78 87 8E
RGB 120 135 142
HSL 199° 8.87% 51.37%
HSB/HSV 199° 15.49% 55.69%
CMYK 15.49% 4.93% 0.00%
44.31%

Color #78878E in popluar number systems.

HEX 78 87 8E
Decimal 120 135 142
Binary 1111000 10000111 10001110
Octal 170 207 216

Shades and tints

Shades of #78878E

#78878E
(120,135,142)
#6E7B82
(110,123,130)
#646F76
(100,111,118)
#5A636A
(90,99,106)
#50575E
(80,87,94)
#464B52
(70,75,82)
#3C3F46
(60,63,70)
#32333A
(50,51,58)
#28272E
(40,39,46)
#1E1B22
(30,27,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #78878E

#78878E
(120,135,142)
#849198
(132,145,152)
#909BA2
(144,155,162)
#9CA5AC
(156,165,172)
#A8AFB6
(168,175,182)
#B4B9C0
(180,185,192)
#C0C3CA
(192,195,202)
#CCCDD4
(204,205,212)
#D8D7DE
(216,215,222)
#E4E1E8
(228,225,232)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78878E color. Also use rgb(120,135,142) instead hex code.

Text Font Color

.myTextColor { color: #78878E; }

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

This text font color is #78878E.

Background Color

.myBgColor { background-color: #78878E; }

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

This div background color is #78878E.

Border color

.myBorderColor { border: 1px solid #78878E; }

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

This div border color is #78878E.

Opacity

.myOpacity80 { color: #78878E; opacity: 0.8; }

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

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

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

This text has shadow with #78878E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78878E.

Preview

Color preview on black background

This text has color #78878E on black background.


Color preview on white background

This text has color #78878E on white background.


Black color preview on #78878E background

This text has black color on #78878E background.


White color preview on #78878E background

This text has white color on #78878E background.


Related colors

Complementary color

Complementary color for #hex is #877871.


I love getcolorcode.com

Triadic colors

1 #8E7887 and #878E78 with #78878E are triadic colors.

2 #8E8778 and #87788E with #78878E are triadic colors.