COLOR #78728D

HEX: #78728D
RGB: (120,114,141)

Color info

#78728D contains red, green and blue colors in about the same proportion. Web safe color of #78728D is #666699 (or #669).

RGB color model

#78728D color RGB value is (120,114,141).

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

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 141 of 255 = 55%

120
114
141

R + G + B ~ 49%. #78728D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 114 + 141 = 375 (100%)
R 120 of 375 ~ 32%
G 114 of 375 ~ 30.4%
B 141 of 375 ~ 37.6%

%32
%30.4
%37.6

CMYK color model

#78728D color CMYK value is (15,19,0,45).

  • cyan value is 14.89%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(15,19,0,45)
C15M19Y0K45 
(15%,19%,0%,45%)
(0.15/0.19/0.00/0.45)	

CMYK percentages

%14.89
%19.15
%0
%44.71

Codes

Color #78728D in popluar color models

78728D
RGB120114141
HSL253°10.59%50.00%
HSB/HSV253°19.15%55.29%
CMYK14.89%19.15%0.00%
44.71%

Color #78728D in popluar number systems.

HEX78728D
Decimal120114141
Binary1111000111001010001101
Octal170162215

Shades and tints

Shades of #78728D

#78728D
(120,114,141)
#6E6881
(110,104,129)
#645E75
(100,94,117)
#5A5469
(90,84,105)
#504A5D
(80,74,93)
#464051
(70,64,81)
#3C3645
(60,54,69)
#322C39
(50,44,57)
#28222D
(40,34,45)
#1E1821
(30,24,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #78728D

#78728D
(120,114,141)
#847E97
(132,126,151)
#908AA1
(144,138,161)
#9C96AB
(156,150,171)
#A8A2B5
(168,162,181)
#B4AEBF
(180,174,191)
#C0BAC9
(192,186,201)
#CCC6D3
(204,198,211)
#D8D2DD
(216,210,221)
#E4DEE7
(228,222,231)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78728D; }

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

This text font color is #78728D.


Background Color

.myBgColor { background-color: #78728D; }

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

This div background color is #78728D.


Border color

.myBorderColor { border: 1px solid #78728D; }

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

This div border color is #78728D.


Opacity

.myOpacity80 { color: #78728D; opacity: 0.8; }

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

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

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

This text has shadow with #78728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78728D on black background.


Color preview on white background

This text has color #78728D on white background.



Black color preview on #78728D background

This text has black color on #78728D background.


White color preview on #78728D background

This text has white color on #78728D background.