COLOR #78988C

HEX: #78988C
RGB: (120,152,140)

Color info

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

RGB color model

#78988C color RGB value is (120,152,140).

  • red value is 120;
  • green value is 152;
  • blue value is 140.
RGB:
(120,152,140)
(47%,60%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 140 of 255 = 55%

120
152
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 152 + 140 = 412 (100%)
R 120 of 412 ~ 29.13%
G 152 of 412 ~ 36.89%
B 140 of 412 ~ 33.98%

%29.13
%36.89
%33.98

CMYK color model

#78988C color CMYK value is (21,0,8,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(21,0,8,40)
C21M0Y8K40 
(21%,0%,8%,40%)
(0.21/0.00/0.08/0.40)	

CMYK percentages

%21.05
%0
%7.89
%40.39

Codes

Color #78988C in popluar color models

78988C
RGB120152140
HSL158°13.45%53.33%
HSB/HSV158°21.05%59.61%
CMYK21.05%0.00%7.89%
40.39%

Color #78988C in popluar number systems.

HEX78988C
Decimal120152140
Binary11110001001100010001100
Octal170230214

Shades and tints

Shades of #78988C

#78988C
(120,152,140)
#6E8B80
(110,139,128)
#647E74
(100,126,116)
#5A7168
(90,113,104)
#50645C
(80,100,92)
#465750
(70,87,80)
#3C4A44
(60,74,68)
#323D38
(50,61,56)
#28302C
(40,48,44)
#1E2320
(30,35,32)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #78988C

#78988C
(120,152,140)
#84A196
(132,161,150)
#90AAA0
(144,170,160)
#9CB3AA
(156,179,170)
#A8BCB4
(168,188,180)
#B4C5BE
(180,197,190)
#C0CEC8
(192,206,200)
#CCD7D2
(204,215,210)
#D8E0DC
(216,224,220)
#E4E9E6
(228,233,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78988C color. Also use rgb(120,152,140) instead hex code.

Text Font Color

.myTextColor { color: #78988C; }

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

This text font color is #78988C.


Background Color

.myBgColor { background-color: #78988C; }

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

This div background color is #78988C.


Border color

.myBorderColor { border: 1px solid #78988C; }

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

This div border color is #78988C.


Opacity

.myOpacity80 { color: #78988C; opacity: 0.8; }

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

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

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

This text has shadow with #78988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78988C on black background.


Color preview on white background

This text has color #78988C on white background.



Black color preview on #78988C background

This text has black color on #78988C background.


White color preview on #78988C background

This text has white color on #78988C background.