COLOR #787787

HEX: #787787
RGB: (120,119,135)

Color info

#787787 contains red, green and blue colors in about the same proportion. Web safe color of #787787 is #666699 (or #669).

RGB color model

#787787 color RGB value is (120,119,135).

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

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 135 of 255 = 53%

120
119
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 135 = 374 (100%)
R 120 of 374 ~ 32.09%
G 119 of 374 ~ 31.82%
B 135 of 374 ~ 36.1%

%32.09
%31.82
%36.1

CMYK color model

#787787 color CMYK value is (11,12,0,47).

  • cyan value is 11.11%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(11,12,0,47)
C11M12Y0K47 
(11%,12%,0%,47%)
(0.11/0.12/0.00/0.47)	

CMYK percentages

%11.11
%11.85
%0
%47.06

Codes

Color #787787 in popluar color models

787787
RGB120119135
HSL244°6.30%49.80%
HSB/HSV244°11.85%52.94%
CMYK11.11%11.85%0.00%
47.06%

Color #787787 in popluar number systems.

HEX787787
Decimal120119135
Binary1111000111011110000111
Octal170167207

Shades and tints

Shades of #787787

#787787
(120,119,135)
#6E6D7B
(110,109,123)
#64636F
(100,99,111)
#5A5963
(90,89,99)
#504F57
(80,79,87)
#46454B
(70,69,75)
#3C3B3F
(60,59,63)
#323133
(50,49,51)
#282727
(40,39,39)
#1E1D1B
(30,29,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #787787

#787787
(120,119,135)
#848391
(132,131,145)
#908F9B
(144,143,155)
#9C9BA5
(156,155,165)
#A8A7AF
(168,167,175)
#B4B3B9
(180,179,185)
#C0BFC3
(192,191,195)
#CCCBCD
(204,203,205)
#D8D7D7
(216,215,215)
#E4E3E1
(228,227,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787787; }

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

This text font color is #787787.


Background Color

.myBgColor { background-color: #787787; }

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

This div background color is #787787.


Border color

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

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

This div border color is #787787.


Opacity

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

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

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

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

This text has shadow with #787787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787787 on black background.


Color preview on white background

This text has color #787787 on white background.



Black color preview on #787787 background

This text has black color on #787787 background.


White color preview on #787787 background

This text has white color on #787787 background.