COLOR #78808A

HEX: #78808A
RGB: (120,128,138)

Color info

#78808A contains red, green and blue colors in about the same proportion. Web safe color of #78808A is #666699 (or #669).

RGB color model

#78808A color RGB value is (120,128,138).

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

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 138 of 255 = 54%

120
128
138

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 138 = 386 (100%)
R 120 of 386 ~ 31.09%
G 128 of 386 ~ 33.16%
B 138 of 386 ~ 35.75%

%31.09
%33.16
%35.75

CMYK color model

#78808A color CMYK value is (13,7,0,46).

  • cyan value is 13.04%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(13,7,0,46)
C13M7Y0K46 
(13%,7%,0%,46%)
(0.13/0.07/0.00/0.46)	

CMYK percentages

%13.04
%7.25
%0
%45.88

Codes

Color #78808A in popluar color models

78808A
RGB120128138
HSL213°7.14%50.59%
HSB/HSV213°13.04%54.12%
CMYK13.04%7.25%0.00%
45.88%

Color #78808A in popluar number systems.

HEX78808A
Decimal120128138
Binary11110001000000010001010
Octal170200212

Shades and tints

Shades of #78808A

#78808A
(120,128,138)
#6E757E
(110,117,126)
#646A72
(100,106,114)
#5A5F66
(90,95,102)
#50545A
(80,84,90)
#46494E
(70,73,78)
#3C3E42
(60,62,66)
#323336
(50,51,54)
#28282A
(40,40,42)
#1E1D1E
(30,29,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #78808A

#78808A
(120,128,138)
#848B94
(132,139,148)
#90969E
(144,150,158)
#9CA1A8
(156,161,168)
#A8ACB2
(168,172,178)
#B4B7BC
(180,183,188)
#C0C2C6
(192,194,198)
#CCCDD0
(204,205,208)
#D8D8DA
(216,216,218)
#E4E3E4
(228,227,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78808A; }

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

This text font color is #78808A.


Background Color

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

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

This div background color is #78808A.


Border color

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

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

This div border color is #78808A.


Opacity

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

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

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

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

This text has shadow with #78808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78808A on black background.


Color preview on white background

This text has color #78808A on white background.



Black color preview on #78808A background

This text has black color on #78808A background.


White color preview on #78808A background

This text has white color on #78808A background.