COLOR #78889A

HEX: #78889A
RGB: (120,136,154)

Color info

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

RGB color model

#78889A color RGB value is (120,136,154).

  • red value is 120;
  • green value is 136;
  • blue value is 154.
RGB:
(120,136,154)
(47%,53%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 154 of 255 = 60%

120
136
154

R + G + B ~ 53%. #78889A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 154 = 410 (100%)
R 120 of 410 ~ 29.27%
G 136 of 410 ~ 33.17%
B 154 of 410 ~ 37.56%

%29.27
%33.17
%37.56

CMYK color model

#78889A color CMYK value is (22,12,0,40).

  • cyan value is 22.08%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(22,12,0,40)
C22M12Y0K40 
(22%,12%,0%,40%)
(0.22/0.12/0.00/0.40)	

CMYK percentages

%22.08
%11.69
%0
%39.61

Codes

Color #78889A in popluar color models

78889A
RGB120136154
HSL212°14.41%53.73%
HSB/HSV212°22.08%60.39%
CMYK22.08%11.69%0.00%
39.61%

Color #78889A in popluar number systems.

HEX78889A
Decimal120136154
Binary11110001000100010011010
Octal170210232

Shades and tints

Shades of #78889A

#78889A
(120,136,154)
#6E7C8C
(110,124,140)
#64707E
(100,112,126)
#5A6470
(90,100,112)
#505862
(80,88,98)
#464C54
(70,76,84)
#3C4046
(60,64,70)
#323438
(50,52,56)
#28282A
(40,40,42)
#1E1C1C
(30,28,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #78889A

#78889A
(120,136,154)
#8492A3
(132,146,163)
#909CAC
(144,156,172)
#9CA6B5
(156,166,181)
#A8B0BE
(168,176,190)
#B4BAC7
(180,186,199)
#C0C4D0
(192,196,208)
#CCCED9
(204,206,217)
#D8D8E2
(216,216,226)
#E4E2EB
(228,226,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78889A color. Also use rgb(120,136,154) instead hex code.

Text Font Color

.myTextColor { color: #78889A; }

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

This text font color is #78889A.


Background Color

.myBgColor { background-color: #78889A; }

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

This div background color is #78889A.


Border color

.myBorderColor { border: 1px solid #78889A; }

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

This div border color is #78889A.


Opacity

.myOpacity80 { color: #78889A; opacity: 0.8; }

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

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

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

This text has shadow with #78889A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78889A on black background.


Color preview on white background

This text has color #78889A on white background.



Black color preview on #78889A background

This text has black color on #78889A background.


White color preview on #78889A background

This text has white color on #78889A background.