COLOR #78989C

HEX: #78989C
RGB: (120,152,156)

Color info

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

RGB color model

#78989C color RGB value is (120,152,156).

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

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 156 of 255 = 61%

120
152
156

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

Portions of RGB colors in percentages

R + G + B =
120 + 152 + 156 = 428 (100%)
R 120 of 428 ~ 28.04%
G 152 of 428 ~ 35.51%
B 156 of 428 ~ 36.45%

%28.04
%35.51
%36.45

CMYK color model

#78989C color CMYK value is (23,3,0,39).

  • cyan value is 23.08%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(23,3,0,39)
C23M3Y0K39 
(23%,3%,0%,39%)
(0.23/0.03/0.00/0.39)	

CMYK percentages

%23.08
%2.56
%0
%38.82

Codes

Color #78989C in popluar color models

78989C
RGB120152156
HSL187°15.38%54.12%
HSB/HSV187°23.08%61.18%
CMYK23.08%2.56%0.00%
38.82%

Color #78989C in popluar number systems.

HEX78989C
Decimal120152156
Binary11110001001100010011100
Octal170230234

Shades and tints

Shades of #78989C

#78989C
(120,152,156)
#6E8B8E
(110,139,142)
#647E80
(100,126,128)
#5A7172
(90,113,114)
#506464
(80,100,100)
#465756
(70,87,86)
#3C4A48
(60,74,72)
#323D3A
(50,61,58)
#28302C
(40,48,44)
#1E231E
(30,35,30)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #78989C

#78989C
(120,152,156)
#84A1A5
(132,161,165)
#90AAAE
(144,170,174)
#9CB3B7
(156,179,183)
#A8BCC0
(168,188,192)
#B4C5C9
(180,197,201)
#C0CED2
(192,206,210)
#CCD7DB
(204,215,219)
#D8E0E4
(216,224,228)
#E4E9ED
(228,233,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78989C; }

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

This text font color is #78989C.


Background Color

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

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

This div background color is #78989C.


Border color

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

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

This div border color is #78989C.


Opacity

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

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

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

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

This text has shadow with #78989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78989C on black background.


Color preview on white background

This text has color #78989C on white background.



Black color preview on #78989C background

This text has black color on #78989C background.


White color preview on #78989C background

This text has white color on #78989C background.