COLOR #78798D

HEX: #78798D RGB: (120,121,141)

Color info

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

RGB color model

#78798D color RGB value is (120,121,141).

RGB: (120,121,141) (47%, 47%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 141 of 255 = 55%

120
121
141

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

Portions of RGB colors in percentages

R + G + B = 120 + 121 + 141 = 382 (100%)
R 120 of 382 ~ 31.41%
G 121 of 382 ~ 31.68%
B 141 of 382 ~ 36.91'%

%31.41
%31.68
%36.91

CMYK color model

#78798D color CMYK value is (15,14,0,45).

  • cyan value is 14.89%
  • magenta value is 14.18%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (15,14,0,45)
C15M14Y0K45 (15%, 14%, 0%, 45%)
(0.15 / 0.14 / 0.00 / 0.45)

CMYK percentages

%14.89
%14.18
%0
%44.71

Codes

Color #78798D in popluar color models

78 79 8D
RGB 120 121 141
HSL 237° 8.43% 51.18%
HSB/HSV 237° 14.89% 55.29%
CMYK 14.89% 14.18% 0.00%
44.71%

Color #78798D in popluar number systems.

HEX 78 79 8D
Decimal 120 121 141
Binary 1111000 1111001 10001101
Octal 170 171 215

Shades and tints

Shades of #78798D

#78798D
(120,121,141)
#6E6E81
(110,110,129)
#646375
(100,99,117)
#5A5869
(90,88,105)
#504D5D
(80,77,93)
#464251
(70,66,81)
#3C3745
(60,55,69)
#322C39
(50,44,57)
#28212D
(40,33,45)
#1E1621
(30,22,33)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #78798D

#78798D
(120,121,141)
#848597
(132,133,151)
#9091A1
(144,145,161)
#9C9DAB
(156,157,171)
#A8A9B5
(168,169,181)
#B4B5BF
(180,181,191)
#C0C1C9
(192,193,201)
#CCCDD3
(204,205,211)
#D8D9DD
(216,217,221)
#E4E5E7
(228,229,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78798D; }

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

This text font color is #78798D.

Background Color

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

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

This div background color is #78798D.

Border color

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

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

This div border color is #78798D.

Opacity

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

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

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

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

This text has shadow with #78798D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78798D.

Preview

Color preview on black background

This text has color #78798D on black background.


Color preview on white background

This text has color #78798D on white background.


Black color preview on #78798D background

This text has black color on #78798D background.


White color preview on #78798D background

This text has white color on #78798D background.


Related colors

Complementary color

Complementary color for #hex is #878672.


I love getcolorcode.com

Triadic colors

1 #8D7879 and #798D78 with #78798D are triadic colors.

2 #8D7978 and #79788D with #78798D are triadic colors.