COLOR #787980

HEX: #787980
RGB: (120,121,128)

Color info

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

RGB color model

#787980 color RGB value is (120,121,128).

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

RGB channels and saturation

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

120
121
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 128 = 369 (100%)
R 120 of 369 ~ 32.52%
G 121 of 369 ~ 32.79%
B 128 of 369 ~ 34.69%

%32.52
%32.79
%34.69

CMYK color model

#787980 color CMYK value is (6,5,0,50).

  • cyan value is 6.25%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(6,5,0,50)
C6M5Y0K50 
(6%,5%,0%,50%)
(0.06/0.05/0.00/0.50)	

CMYK percentages

%6.25
%5.47
%0
%49.8

Codes

Color #787980 in popluar color models

787980
RGB120121128
HSL233°3.23%48.63%
HSB/HSV233°6.25%50.20%
CMYK6.25%5.47%0.00%
49.80%

Color #787980 in popluar number systems.

HEX787980
Decimal120121128
Binary1111000111100110000000
Octal170171200

Shades and tints

Shades of #787980

#787980
(120,121,128)
#6E6E75
(110,110,117)
#64636A
(100,99,106)
#5A585F
(90,88,95)
#504D54
(80,77,84)
#464249
(70,66,73)
#3C373E
(60,55,62)
#322C33
(50,44,51)
#282128
(40,33,40)
#1E161D
(30,22,29)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #787980

#787980
(120,121,128)
#84858B
(132,133,139)
#909196
(144,145,150)
#9C9DA1
(156,157,161)
#A8A9AC
(168,169,172)
#B4B5B7
(180,181,183)
#C0C1C2
(192,193,194)
#CCCDCD
(204,205,205)
#D8D9D8
(216,217,216)
#E4E5E3
(228,229,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787980; }

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

This text font color is #787980.


Background Color

.myBgColor { background-color: #787980; }

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

This div background color is #787980.


Border color

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

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

This div border color is #787980.


Opacity

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

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

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

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

This text has shadow with #787980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787980 on black background.


Color preview on white background

This text has color #787980 on white background.



Black color preview on #787980 background

This text has black color on #787980 background.


White color preview on #787980 background

This text has white color on #787980 background.