COLOR #78818A

HEX: #78818A
RGB: (120,129,138)

Color info

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

RGB color model

#78818A color RGB value is (120,129,138).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 138 of 255 = 54%

120
129
138

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 138 = 387 (100%)
R 120 of 387 ~ 31.01%
G 129 of 387 ~ 33.33%
B 138 of 387 ~ 35.66%

%31.01
%33.33
%35.66

CMYK color model

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

  • cyan value is 13.04%
  • magenta value is 6.52%
  • 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
%6.52
%0
%45.88

Codes

Color #78818A in popluar color models

78818A
RGB120129138
HSL210°7.14%50.59%
HSB/HSV210°13.04%54.12%
CMYK13.04%6.52%0.00%
45.88%

Color #78818A in popluar number systems.

HEX78818A
Decimal120129138
Binary11110001000000110001010
Octal170201212

Shades and tints

Shades of #78818A

#78818A
(120,129,138)
#6E767E
(110,118,126)
#646B72
(100,107,114)
#5A6066
(90,96,102)
#50555A
(80,85,90)
#464A4E
(70,74,78)
#3C3F42
(60,63,66)
#323436
(50,52,54)
#28292A
(40,41,42)
#1E1E1E
(30,30,30)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #78818A

#78818A
(120,129,138)
#848C94
(132,140,148)
#90979E
(144,151,158)
#9CA2A8
(156,162,168)
#A8ADB2
(168,173,178)
#B4B8BC
(180,184,188)
#C0C3C6
(192,195,198)
#CCCED0
(204,206,208)
#D8D9DA
(216,217,218)
#E4E4E4
(228,228,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78818A; }

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

This text font color is #78818A.


Background Color

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

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

This div background color is #78818A.


Border color

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

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

This div border color is #78818A.


Opacity

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

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

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

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

This text has shadow with #78818A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78818A on black background.


Color preview on white background

This text has color #78818A on white background.



Black color preview on #78818A background

This text has black color on #78818A background.


White color preview on #78818A background

This text has white color on #78818A background.