COLOR #787C8D

HEX: #787C8D RGB: (120,124,141)

Color info

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

RGB color model

#787C8D color RGB value is (120,124,141).

RGB: (120,124,141) (47%, 49%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 124 of 255 = 49%
B 141 of 255 = 55%

120
124
141

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

Portions of RGB colors in percentages

R + G + B = 120 + 124 + 141 = 385 (100%)
R 120 of 385 ~ 31.17%
G 124 of 385 ~ 32.21%
B 141 of 385 ~ 36.62'%

%31.17
%32.21
%36.62

CMYK color model

#787C8D color CMYK value is (15,12,0,45).

  • cyan value is 14.89%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (15,12,0,45) C15M12Y0K45 (15%,12%,0%,45%) (0.15/0.12/0.00/0.45) 

CMYK percentages

%14.89
%12.06
%0
%44.71

Codes

Color #787C8D in popluar color models

78 7C 8D
RGB 120 124 141
HSL 229° 8.43% 51.18%
HSB/HSV 229° 14.89% 55.29%
CMYK 14.89% 12.06% 0.00%
44.71%

Color #787C8D in popluar number systems.

HEX 78 7C 8D
Decimal 120 124 141
Binary 1111000 1111100 10001101
Octal 170 174 215

Shades and tints

Shades of #787C8D

#787C8D
(120,124,141)
#6E7181
(110,113,129)
#646675
(100,102,117)
#5A5B69
(90,91,105)
#50505D
(80,80,93)
#464551
(70,69,81)
#3C3A45
(60,58,69)
#322F39
(50,47,57)
#28242D
(40,36,45)
#1E1921
(30,25,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #787C8D

#787C8D
(120,124,141)
#848797
(132,135,151)
#9092A1
(144,146,161)
#9C9DAB
(156,157,171)
#A8A8B5
(168,168,181)
#B4B3BF
(180,179,191)
#C0BEC9
(192,190,201)
#CCC9D3
(204,201,211)
#D8D4DD
(216,212,221)
#E4DFE7
(228,223,231)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787C8D color. Also use rgb(120,124,141) instead hex code.

Text Font Color

.myTextColor { color: #787C8D; }

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

This text font color is #787C8D.

Background Color

.myBgColor { background-color: #787C8D; }

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

This div background color is #787C8D.

Border color

.myBorderColor { border: 1px solid #787C8D; }

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

This div border color is #787C8D.

Opacity

.myOpacity80 { color: #787C8D; opacity: 0.8; }

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

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

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

This text has shadow with #787C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787C8D.

Preview

Color preview on black background

This text has color #787C8D on black background.


Color preview on white background

This text has color #787C8D on white background.


Black color preview on #787C8D background

This text has black color on #787C8D background.


White color preview on #787C8D background

This text has white color on #787C8D background.


Related colors

Complementary color

Complementary color for #hex is #878372.


I love getcolorcode.com

Triadic colors

1 #8D787C and #7C8D78 with #787C8D are triadic colors.

2 #8D7C78 and #7C788D with #787C8D are triadic colors.