COLOR #787680

HEX: #787680
RGB: (120,118,128)

Color info

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

RGB color model

#787680 color RGB value is (120,118,128).

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

RGB channels and saturation

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

120
118
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 128 = 366 (100%)
R 120 of 366 ~ 32.79%
G 118 of 366 ~ 32.24%
B 128 of 366 ~ 34.97%

%32.79
%32.24
%34.97

CMYK color model

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

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

CMYK percentages

%6.25
%7.81
%0
%49.8

Codes

Color #787680 in popluar color models

787680
RGB120118128
HSL252°4.07%48.24%
HSB/HSV252°7.81%50.20%
CMYK6.25%7.81%0.00%
49.80%

Color #787680 in popluar number systems.

HEX787680
Decimal120118128
Binary1111000111011010000000
Octal170166200

Shades and tints

Shades of #787680

#787680
(120,118,128)
#6E6C75
(110,108,117)
#64626A
(100,98,106)
#5A585F
(90,88,95)
#504E54
(80,78,84)
#464449
(70,68,73)
#3C3A3E
(60,58,62)
#323033
(50,48,51)
#282628
(40,38,40)
#1E1C1D
(30,28,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #787680

#787680
(120,118,128)
#84828B
(132,130,139)
#908E96
(144,142,150)
#9C9AA1
(156,154,161)
#A8A6AC
(168,166,172)
#B4B2B7
(180,178,183)
#C0BEC2
(192,190,194)
#CCCACD
(204,202,205)
#D8D6D8
(216,214,216)
#E4E2E3
(228,226,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787680; }

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

This text font color is #787680.


Background Color

.myBgColor { background-color: #787680; }

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

This div background color is #787680.


Border color

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

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

This div border color is #787680.


Opacity

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

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

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

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

This text has shadow with #787680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787680 on black background.


Color preview on white background

This text has color #787680 on white background.



Black color preview on #787680 background

This text has black color on #787680 background.


White color preview on #787680 background

This text has white color on #787680 background.