COLOR #787780

HEX: #787780
RGB: (120,119,128)

Color info

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

RGB color model

#787780 color RGB value is (120,119,128).

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

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 128 of 255 = 50%

120
119
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 128 = 367 (100%)
R 120 of 367 ~ 32.7%
G 119 of 367 ~ 32.43%
B 128 of 367 ~ 34.88%

%32.7
%32.43
%34.88

CMYK color model

#787780 color CMYK value is (6,7,0,50).

  • cyan value is 6.25%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(6,7,0,50)
C6M7Y0K50 
(6%,7%,0%,50%)
(0.06/0.07/0.00/0.50)	

CMYK percentages

%6.25
%7.03
%0
%49.8

Codes

Color #787780 in popluar color models

787780
RGB120119128
HSL247°3.64%48.43%
HSB/HSV247°7.03%50.20%
CMYK6.25%7.03%0.00%
49.80%

Color #787780 in popluar number systems.

HEX787780
Decimal120119128
Binary1111000111011110000000
Octal170167200

Shades and tints

Shades of #787780

#787780
(120,119,128)
#6E6D75
(110,109,117)
#64636A
(100,99,106)
#5A595F
(90,89,95)
#504F54
(80,79,84)
#464549
(70,69,73)
#3C3B3E
(60,59,62)
#323133
(50,49,51)
#282728
(40,39,40)
#1E1D1D
(30,29,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #787780

#787780
(120,119,128)
#84838B
(132,131,139)
#908F96
(144,143,150)
#9C9BA1
(156,155,161)
#A8A7AC
(168,167,172)
#B4B3B7
(180,179,183)
#C0BFC2
(192,191,194)
#CCCBCD
(204,203,205)
#D8D7D8
(216,215,216)
#E4E3E3
(228,227,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787780; }

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

This text font color is #787780.


Background Color

.myBgColor { background-color: #787780; }

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

This div background color is #787780.


Border color

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

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

This div border color is #787780.


Opacity

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

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

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

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

This text has shadow with #787780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787780 on black background.


Color preview on white background

This text has color #787780 on white background.



Black color preview on #787780 background

This text has black color on #787780 background.


White color preview on #787780 background

This text has white color on #787780 background.