COLOR #78818F

HEX: #78818F
RGB: (120,129,143)

Color info

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

RGB color model

#78818F color RGB value is (120,129,143).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 143 of 255 = 56%

120
129
143

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 143 = 392 (100%)
R 120 of 392 ~ 30.61%
G 129 of 392 ~ 32.91%
B 143 of 392 ~ 36.48%

%30.61
%32.91
%36.48

CMYK color model

#78818F color CMYK value is (16,10,0,44).

  • cyan value is 16.08%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(16,10,0,44)
C16M10Y0K44 
(16%,10%,0%,44%)
(0.16/0.10/0.00/0.44)	

CMYK percentages

%16.08
%9.79
%0
%43.92

Codes

Color #78818F in popluar color models

78818F
RGB120129143
HSL217°9.31%51.57%
HSB/HSV217°16.08%56.08%
CMYK16.08%9.79%0.00%
43.92%

Color #78818F in popluar number systems.

HEX78818F
Decimal120129143
Binary11110001000000110001111
Octal170201217

Shades and tints

Shades of #78818F

#78818F
(120,129,143)
#6E7682
(110,118,130)
#646B75
(100,107,117)
#5A6068
(90,96,104)
#50555B
(80,85,91)
#464A4E
(70,74,78)
#3C3F41
(60,63,65)
#323434
(50,52,52)
#282927
(40,41,39)
#1E1E1A
(30,30,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #78818F

#78818F
(120,129,143)
#848C99
(132,140,153)
#9097A3
(144,151,163)
#9CA2AD
(156,162,173)
#A8ADB7
(168,173,183)
#B4B8C1
(180,184,193)
#C0C3CB
(192,195,203)
#CCCED5
(204,206,213)
#D8D9DF
(216,217,223)
#E4E4E9
(228,228,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78818F; }

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

This text font color is #78818F.


Background Color

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

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

This div background color is #78818F.


Border color

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

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

This div border color is #78818F.


Opacity

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

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

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

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

This text has shadow with #78818F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78818F on black background.


Color preview on white background

This text has color #78818F on white background.



Black color preview on #78818F background

This text has black color on #78818F background.


White color preview on #78818F background

This text has white color on #78818F background.