COLOR #787978

HEX: #787978
RGB: (120,121,120)

Color info

#787978 contains red, green and blue colors in about the same proportion. Web safe color of #787978 is #666666 (or #666).

RGB color model

#787978 color RGB value is (120,121,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 120 of 255 = 47%

120
121
120

R + G + B ~ 47%. #787978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 120 = 361 (100%)
R 120 of 361 ~ 33.24%
G 121 of 361 ~ 33.52%
B 120 of 361 ~ 33.24%

%33.24
%33.52
%33.24

CMYK color model

#787978 color CMYK value is (1,0,1,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.55%
CMYK:
(1,0,1,53)
C1M0Y1K53 
(1%,0%,1%,53%)
(0.01/0.00/0.01/0.53)	

CMYK percentages

%0.83
%0
%0.83
%52.55

Codes

Color #787978 in popluar color models

787978
RGB120121120
HSL120°0.41%47.25%
HSB/HSV120°0.83%47.45%
CMYK0.83%0.00%0.83%
52.55%

Color #787978 in popluar number systems.

HEX787978
Decimal120121120
Binary111100011110011111000
Octal170171170

Shades and tints

Shades of #787978

#787978
(120,121,120)
#6E6E6E
(110,110,110)
#646364
(100,99,100)
#5A585A
(90,88,90)
#504D50
(80,77,80)
#464246
(70,66,70)
#3C373C
(60,55,60)
#322C32
(50,44,50)
#282128
(40,33,40)
#1E161E
(30,22,30)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #787978

#787978
(120,121,120)
#848584
(132,133,132)
#909190
(144,145,144)
#9C9D9C
(156,157,156)
#A8A9A8
(168,169,168)
#B4B5B4
(180,181,180)
#C0C1C0
(192,193,192)
#CCCDCC
(204,205,204)
#D8D9D8
(216,217,216)
#E4E5E4
(228,229,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787978 color. Also use rgb(120,121,120) instead hex code.

Text Font Color

.myTextColor { color: #787978; }

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

This text font color is #787978.


Background Color

.myBgColor { background-color: #787978; }

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

This div background color is #787978.


Border color

.myBorderColor { border: 1px solid #787978; }

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

This div border color is #787978.


Opacity

.myOpacity80 { color: #787978; opacity: 0.8; }

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

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

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

This text has shadow with #787978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787978 on black background.


Color preview on white background

This text has color #787978 on white background.



Black color preview on #787978 background

This text has black color on #787978 background.


White color preview on #787978 background

This text has white color on #787978 background.