COLOR #78758D

HEX: #78758D
RGB: (120,117,141)

Color info

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

RGB color model

#78758D color RGB value is (120,117,141).

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

RGB channels and saturation

R 120 of 255 = 47%
G 117 of 255 = 46%
B 141 of 255 = 55%

120
117
141

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

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 141 = 378 (100%)
R 120 of 378 ~ 31.75%
G 117 of 378 ~ 30.95%
B 141 of 378 ~ 37.3%

%31.75
%30.95
%37.3

CMYK color model

#78758D color CMYK value is (15,17,0,45).

  • cyan value is 14.89%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (15,17,0,45) C15M17Y0K45 (15%,17%,0%,45%) (0.15/0.17/0.00/0.45)

CMYK percentages

%14.89
%17.02
%0
%44.71

Codes

Color #78758D in popluar color models

78758D
RGB120117141
HSL248°9.52%50.59%
HSB/HSV248°17.02%55.29%
CMYK14.89%17.02%0.00%
44.71%

Color #78758D in popluar number systems.

HEX78758D
Decimal120117141
Binary1111000111010110001101
Octal170165215

Shades and tints

Shades of #78758D

#78758D
(120,117,141)
#6E6B81
(110,107,129)
#646175
(100,97,117)
#5A5769
(90,87,105)
#504D5D
(80,77,93)
#464351
(70,67,81)
#3C3945
(60,57,69)
#322F39
(50,47,57)
#28252D
(40,37,45)
#1E1B21
(30,27,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #78758D

#78758D
(120,117,141)
#848197
(132,129,151)
#908DA1
(144,141,161)
#9C99AB
(156,153,171)
#A8A5B5
(168,165,181)
#B4B1BF
(180,177,191)
#C0BDC9
(192,189,201)
#CCC9D3
(204,201,211)
#D8D5DD
(216,213,221)
#E4E1E7
(228,225,231)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78758D; }

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

This text font color is #78758D.


Background Color

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

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

This div background color is #78758D.


Border color

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

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

This div border color is #78758D.


Opacity

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

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

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

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

This text has shadow with #78758D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #78758D on black background.


Color preview on white background

This text has color #78758D on white background.



Black color preview on #78758D background

This text has black color on #78758D background.


White color preview on #78758D background

This text has white color on #78758D background.