COLOR #787C8C

HEX: #787C8C
RGB: (120,124,140)

Color info

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

RGB color model

#787C8C color RGB value is (120,124,140).

  • red value is 120;
  • green value is 124;
  • blue value is 140.
RGB:
(120,124,140)
(47%,49%,55%)

RGB channels and saturation

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

120
124
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 124 + 140 = 384 (100%)
R 120 of 384 ~ 31.25%
G 124 of 384 ~ 32.29%
B 140 of 384 ~ 36.46%

%31.25
%32.29
%36.46

CMYK color model

#787C8C color CMYK value is (14,11,0,45).

  • cyan value is 14.29%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(14,11,0,45)
C14M11Y0K45 
(14%,11%,0%,45%)
(0.14/0.11/0.00/0.45)	

CMYK percentages

%14.29
%11.43
%0
%45.1

Codes

Color #787C8C in popluar color models

787C8C
RGB120124140
HSL228°8.00%50.98%
HSB/HSV228°14.29%54.90%
CMYK14.29%11.43%0.00%
45.10%

Color #787C8C in popluar number systems.

HEX787C8C
Decimal120124140
Binary1111000111110010001100
Octal170174214

Shades and tints

Shades of #787C8C

#787C8C
(120,124,140)
#6E7180
(110,113,128)
#646674
(100,102,116)
#5A5B68
(90,91,104)
#50505C
(80,80,92)
#464550
(70,69,80)
#3C3A44
(60,58,68)
#322F38
(50,47,56)
#28242C
(40,36,44)
#1E1920
(30,25,32)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #787C8C

#787C8C
(120,124,140)
#848796
(132,135,150)
#9092A0
(144,146,160)
#9C9DAA
(156,157,170)
#A8A8B4
(168,168,180)
#B4B3BE
(180,179,190)
#C0BEC8
(192,190,200)
#CCC9D2
(204,201,210)
#D8D4DC
(216,212,220)
#E4DFE6
(228,223,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787C8C; }

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

This text font color is #787C8C.


Background Color

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

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

This div background color is #787C8C.


Border color

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

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

This div border color is #787C8C.


Opacity

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

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

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

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

This text has shadow with #787C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787C8C on black background.


Color preview on white background

This text has color #787C8C on white background.



Black color preview on #787C8C background

This text has black color on #787C8C background.


White color preview on #787C8C background

This text has white color on #787C8C background.