COLOR #787878

HEX: #787878
RGB: (120,120,120)

Color info

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

RGB color model

#787878 color RGB value is (120,120,120).

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

RGB channels and saturation

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

120
120
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 120 = 360 (100%)
R 120 of 360 ~ 33.33%
G 120 of 360 ~ 33.33%
B 120 of 360 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#787878 color CMYK value is (0,0,0,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(0,0,0,53)
C0M0Y0K53 
(0%,0%,0%,53%)
(0.00/0.00/0.00/0.53)	

CMYK percentages

%0
%0
%0
%52.94

Codes

Color #787878 in popluar color models

787878
RGB120120120
HSL0.00%0.47%
HSB/HSV0.00%0.47%
CMYK0.00%0.00%0.00%
52.94%

Color #787878 in popluar number systems.

HEX787878
Decimal120120120
Binary111100011110001111000
Octal170170170

Shades and tints

Shades of #787878

#787878
(120,120,120)
#6E6E6E
(110,110,110)
#646464
(100,100,100)
#5A5A5A
(90,90,90)
#505050
(80,80,80)
#464646
(70,70,70)
#3C3C3C
(60,60,60)
#323232
(50,50,50)
#282828
(40,40,40)
#1E1E1E
(30,30,30)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #787878

#787878
(120,120,120)
#848484
(132,132,132)
#909090
(144,144,144)
#9C9C9C
(156,156,156)
#A8A8A8
(168,168,168)
#B4B4B4
(180,180,180)
#C0C0C0
(192,192,192)
#CCCCCC
(204,204,204)
#D8D8D8
(216,216,216)
#E4E4E4
(228,228,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787878; }

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

This text font color is #787878.


Background Color

.myBgColor { background-color: #787878; }

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

This div background color is #787878.


Border color

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

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

This div border color is #787878.


Opacity

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

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

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

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

This text has shadow with #787878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787878 on black background.


Color preview on white background

This text has color #787878 on white background.



Black color preview on #787878 background

This text has black color on #787878 background.


White color preview on #787878 background

This text has white color on #787878 background.