COLOR #787880

HEX: #787880
RGB: (120,120,128)

Color info

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

RGB color model

#787880 color RGB value is (120,120,128).

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

RGB channels and saturation

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

120
120
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 128 = 368 (100%)
R 120 of 368 ~ 32.61%
G 120 of 368 ~ 32.61%
B 128 of 368 ~ 34.78%

%32.61
%32.61
%34.78

CMYK color model

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

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

CMYK percentages

%6.25
%6.25
%0
%49.8

Codes

Color #787880 in popluar color models

787880
RGB120120128
HSL240°3.23%48.63%
HSB/HSV240°6.25%50.20%
CMYK6.25%6.25%0.00%
49.80%

Color #787880 in popluar number systems.

HEX787880
Decimal120120128
Binary1111000111100010000000
Octal170170200

Shades and tints

Shades of #787880

#787880
(120,120,128)
#6E6E75
(110,110,117)
#64646A
(100,100,106)
#5A5A5F
(90,90,95)
#505054
(80,80,84)
#464649
(70,70,73)
#3C3C3E
(60,60,62)
#323233
(50,50,51)
#282828
(40,40,40)
#1E1E1D
(30,30,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #787880

#787880
(120,120,128)
#84848B
(132,132,139)
#909096
(144,144,150)
#9C9CA1
(156,156,161)
#A8A8AC
(168,168,172)
#B4B4B7
(180,180,183)
#C0C0C2
(192,192,194)
#CCCCCD
(204,204,205)
#D8D8D8
(216,216,216)
#E4E4E3
(228,228,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787880; }

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

This text font color is #787880.


Background Color

.myBgColor { background-color: #787880; }

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

This div background color is #787880.


Border color

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

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

This div border color is #787880.


Opacity

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

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

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

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

This text has shadow with #787880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787880 on black background.


Color preview on white background

This text has color #787880 on white background.



Black color preview on #787880 background

This text has black color on #787880 background.


White color preview on #787880 background

This text has white color on #787880 background.