COLOR #787280

HEX: #787280
RGB: (120,114,128)

Color info

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

RGB color model

#787280 color RGB value is (120,114,128).

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

RGB channels and saturation

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

120
114
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 114 + 128 = 362 (100%)
R 120 of 362 ~ 33.15%
G 114 of 362 ~ 31.49%
B 128 of 362 ~ 35.36%

%33.15
%31.49
%35.36

CMYK color model

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

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

CMYK percentages

%6.25
%10.94
%0
%49.8

Codes

Color #787280 in popluar color models

787280
RGB120114128
HSL266°5.79%47.45%
HSB/HSV266°10.94%50.20%
CMYK6.25%10.94%0.00%
49.80%

Color #787280 in popluar number systems.

HEX787280
Decimal120114128
Binary1111000111001010000000
Octal170162200

Shades and tints

Shades of #787280

#787280
(120,114,128)
#6E6875
(110,104,117)
#645E6A
(100,94,106)
#5A545F
(90,84,95)
#504A54
(80,74,84)
#464049
(70,64,73)
#3C363E
(60,54,62)
#322C33
(50,44,51)
#282228
(40,34,40)
#1E181D
(30,24,29)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #787280

#787280
(120,114,128)
#847E8B
(132,126,139)
#908A96
(144,138,150)
#9C96A1
(156,150,161)
#A8A2AC
(168,162,172)
#B4AEB7
(180,174,183)
#C0BAC2
(192,186,194)
#CCC6CD
(204,198,205)
#D8D2D8
(216,210,216)
#E4DEE3
(228,222,227)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787280; }

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

This text font color is #787280.


Background Color

.myBgColor { background-color: #787280; }

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

This div background color is #787280.


Border color

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

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

This div border color is #787280.


Opacity

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

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

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

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

This text has shadow with #787280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787280 on black background.


Color preview on white background

This text has color #787280 on white background.



Black color preview on #787280 background

This text has black color on #787280 background.


White color preview on #787280 background

This text has white color on #787280 background.