COLOR #787B8C

HEX: #787B8C
RGB: (120,123,140)

Color info

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

RGB color model

#787B8C color RGB value is (120,123,140).

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

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 140 of 255 = 55%

120
123
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 140 = 383 (100%)
R 120 of 383 ~ 31.33%
G 123 of 383 ~ 32.11%
B 140 of 383 ~ 36.55%

%31.33
%32.11
%36.55

CMYK color model

#787B8C color CMYK value is (14,12,0,45).

  • cyan value is 14.29%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(14,12,0,45)
C14M12Y0K45 
(14%,12%,0%,45%)
(0.14/0.12/0.00/0.45)	

CMYK percentages

%14.29
%12.14
%0
%45.1

Codes

Color #787B8C in popluar color models

787B8C
RGB120123140
HSL231°8.00%50.98%
HSB/HSV231°14.29%54.90%
CMYK14.29%12.14%0.00%
45.10%

Color #787B8C in popluar number systems.

HEX787B8C
Decimal120123140
Binary1111000111101110001100
Octal170173214

Shades and tints

Shades of #787B8C

#787B8C
(120,123,140)
#6E7080
(110,112,128)
#646574
(100,101,116)
#5A5A68
(90,90,104)
#504F5C
(80,79,92)
#464450
(70,68,80)
#3C3944
(60,57,68)
#322E38
(50,46,56)
#28232C
(40,35,44)
#1E1820
(30,24,32)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #787B8C

#787B8C
(120,123,140)
#848796
(132,135,150)
#9093A0
(144,147,160)
#9C9FAA
(156,159,170)
#A8ABB4
(168,171,180)
#B4B7BE
(180,183,190)
#C0C3C8
(192,195,200)
#CCCFD2
(204,207,210)
#D8DBDC
(216,219,220)
#E4E7E6
(228,231,230)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787B8C; }

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

This text font color is #787B8C.


Background Color

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

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

This div background color is #787B8C.


Border color

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

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

This div border color is #787B8C.


Opacity

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

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

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

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

This text has shadow with #787B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787B8C on black background.


Color preview on white background

This text has color #787B8C on white background.



Black color preview on #787B8C background

This text has black color on #787B8C background.


White color preview on #787B8C background

This text has white color on #787B8C background.