COLOR #78787C

HEX: #78787C
RGB: (120,120,124)

Color info

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

RGB color model

#78787C color RGB value is (120,120,124).

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

RGB channels and saturation

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

120
120
124

R + G + B ~ 48%. #78787C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 124 = 364 (100%)
R 120 of 364 ~ 32.97%
G 120 of 364 ~ 32.97%
B 124 of 364 ~ 34.07%

%32.97
%32.97
%34.07

CMYK color model

#78787C color CMYK value is (3,3,0,51).

  • cyan value is 3.23%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(3,3,0,51)
C3M3Y0K51 
(3%,3%,0%,51%)
(0.03/0.03/0.00/0.51)	

CMYK percentages

%3.23
%3.23
%0
%51.37

Codes

Color #78787C in popluar color models

78787C
RGB120120124
HSL240°1.64%47.84%
HSB/HSV240°3.23%48.63%
CMYK3.23%3.23%0.00%
51.37%

Color #78787C in popluar number systems.

HEX78787C
Decimal120120124
Binary111100011110001111100
Octal170170174

Shades and tints

Shades of #78787C

#78787C
(120,120,124)
#6E6E71
(110,110,113)
#646466
(100,100,102)
#5A5A5B
(90,90,91)
#505050
(80,80,80)
#464645
(70,70,69)
#3C3C3A
(60,60,58)
#32322F
(50,50,47)
#282824
(40,40,36)
#1E1E19
(30,30,25)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #78787C

#78787C
(120,120,124)
#848487
(132,132,135)
#909092
(144,144,146)
#9C9C9D
(156,156,157)
#A8A8A8
(168,168,168)
#B4B4B3
(180,180,179)
#C0C0BE
(192,192,190)
#CCCCC9
(204,204,201)
#D8D8D4
(216,216,212)
#E4E4DF
(228,228,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78787C; }

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

This text font color is #78787C.


Background Color

.myBgColor { background-color: #78787C; }

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

This div background color is #78787C.


Border color

.myBorderColor { border: 1px solid #78787C; }

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

This div border color is #78787C.


Opacity

.myOpacity80 { color: #78787C; opacity: 0.8; }

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

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

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

This text has shadow with #78787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78787C on black background.


Color preview on white background

This text has color #78787C on white background.



Black color preview on #78787C background

This text has black color on #78787C background.


White color preview on #78787C background

This text has white color on #78787C background.