COLOR #78898A

HEX: #78898A
RGB: (120,137,138)

Color info

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

RGB color model

#78898A color RGB value is (120,137,138).

  • red value is 120;
  • green value is 137;
  • blue value is 138.
RGB:
(120,137,138)
(47%,54%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 138 of 255 = 54%

120
137
138

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 138 = 395 (100%)
R 120 of 395 ~ 30.38%
G 137 of 395 ~ 34.68%
B 138 of 395 ~ 34.94%

%30.38
%34.68
%34.94

CMYK color model

#78898A color CMYK value is (13,1,0,46).

  • cyan value is 13.04%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(13,1,0,46)
C13M1Y0K46 
(13%,1%,0%,46%)
(0.13/0.01/0.00/0.46)	

CMYK percentages

%13.04
%0.72
%0
%45.88

Codes

Color #78898A in popluar color models

78898A
RGB120137138
HSL183°7.14%50.59%
HSB/HSV183°13.04%54.12%
CMYK13.04%0.72%0.00%
45.88%

Color #78898A in popluar number systems.

HEX78898A
Decimal120137138
Binary11110001000100110001010
Octal170211212

Shades and tints

Shades of #78898A

#78898A
(120,137,138)
#6E7D7E
(110,125,126)
#647172
(100,113,114)
#5A6566
(90,101,102)
#50595A
(80,89,90)
#464D4E
(70,77,78)
#3C4142
(60,65,66)
#323536
(50,53,54)
#28292A
(40,41,42)
#1E1D1E
(30,29,30)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #78898A

#78898A
(120,137,138)
#849394
(132,147,148)
#909D9E
(144,157,158)
#9CA7A8
(156,167,168)
#A8B1B2
(168,177,178)
#B4BBBC
(180,187,188)
#C0C5C6
(192,197,198)
#CCCFD0
(204,207,208)
#D8D9DA
(216,217,218)
#E4E3E4
(228,227,228)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78898A color. Also use rgb(120,137,138) instead hex code.

Text Font Color

.myTextColor { color: #78898A; }

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

This text font color is #78898A.


Background Color

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

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

This div background color is #78898A.


Border color

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

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

This div border color is #78898A.


Opacity

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

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

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

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

This text has shadow with #78898A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78898A on black background.


Color preview on white background

This text has color #78898A on white background.



Black color preview on #78898A background

This text has black color on #78898A background.


White color preview on #78898A background

This text has white color on #78898A background.