COLOR #78868D

HEX: #78868D
RGB: (120,134,141)

Color info

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

RGB color model

#78868D color RGB value is (120,134,141).

  • red value is 120;
  • green value is 134;
  • blue value is 141.
RGB:
(120,134,141)
(47%,53%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 141 of 255 = 55%

120
134
141

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 141 = 395 (100%)
R 120 of 395 ~ 30.38%
G 134 of 395 ~ 33.92%
B 141 of 395 ~ 35.7%

%30.38
%33.92
%35.7

CMYK color model

#78868D color CMYK value is (15,5,0,45).

  • cyan value is 14.89%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(15,5,0,45)
C15M5Y0K45 
(15%,5%,0%,45%)
(0.15/0.05/0.00/0.45)	

CMYK percentages

%14.89
%4.96
%0
%44.71

Codes

Color #78868D in popluar color models

78868D
RGB120134141
HSL200°8.43%51.18%
HSB/HSV200°14.89%55.29%
CMYK14.89%4.96%0.00%
44.71%

Color #78868D in popluar number systems.

HEX78868D
Decimal120134141
Binary11110001000011010001101
Octal170206215

Shades and tints

Shades of #78868D

#78868D
(120,134,141)
#6E7A81
(110,122,129)
#646E75
(100,110,117)
#5A6269
(90,98,105)
#50565D
(80,86,93)
#464A51
(70,74,81)
#3C3E45
(60,62,69)
#323239
(50,50,57)
#28262D
(40,38,45)
#1E1A21
(30,26,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #78868D

#78868D
(120,134,141)
#849197
(132,145,151)
#909CA1
(144,156,161)
#9CA7AB
(156,167,171)
#A8B2B5
(168,178,181)
#B4BDBF
(180,189,191)
#C0C8C9
(192,200,201)
#CCD3D3
(204,211,211)
#D8DEDD
(216,222,221)
#E4E9E7
(228,233,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78868D color. Also use rgb(120,134,141) instead hex code.

Text Font Color

.myTextColor { color: #78868D; }

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

This text font color is #78868D.


Background Color

.myBgColor { background-color: #78868D; }

<div style="background-color:#78868D">Inner text</div>

This div background color is #78868D.


Border color

.myBorderColor { border: 1px solid #78868D; }

<div style="border:3px solid #78868D">Div</div>

This div border color is #78868D.


Opacity

.myOpacity80 { color: #78868D; opacity: 0.8; }

<p style="color:#78868D;opacity:0.8;">80%</p>

Text with #78868D 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 #78868D;}

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

This text has shadow with #78868D color.

.textShadow {text-shadow: 3px 3px 1px #78868D, 3px 3px 1px red;}

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

This text has shadow with #78868D primary color and red secondary color.


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

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

This text has shadow with #78868D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78868D on black background.


Color preview on white background

This text has color #78868D on white background.



Black color preview on #78868D background

This text has black color on #78868D background.


White color preview on #78868D background

This text has white color on #78868D background.