COLOR #787B7E

HEX: #787B7E
RGB: (120,123,126)

Color info

#787B7E contains red, green and blue colors in about the same proportion. Web safe color of #787B7E is #666666 (or #666).

RGB color model

#787B7E color RGB value is (120,123,126).

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

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 126 of 255 = 49%

120
123
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 126 = 369 (100%)
R 120 of 369 ~ 32.52%
G 123 of 369 ~ 33.33%
B 126 of 369 ~ 34.15%

%32.52
%33.33
%34.15

CMYK color model

#787B7E color CMYK value is (5,2,0,51).

  • cyan value is 4.76%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(5,2,0,51)
C5M2Y0K51 
(5%,2%,0%,51%)
(0.05/0.02/0.00/0.51)	

CMYK percentages

%4.76
%2.38
%0
%50.59

Codes

Color #787B7E in popluar color models

787B7E
RGB120123126
HSL210°2.44%48.24%
HSB/HSV210°4.76%49.41%
CMYK4.76%2.38%0.00%
50.59%

Color #787B7E in popluar number systems.

HEX787B7E
Decimal120123126
Binary111100011110111111110
Octal170173176

Shades and tints

Shades of #787B7E

#787B7E
(120,123,126)
#6E7073
(110,112,115)
#646568
(100,101,104)
#5A5A5D
(90,90,93)
#504F52
(80,79,82)
#464447
(70,68,71)
#3C393C
(60,57,60)
#322E31
(50,46,49)
#282326
(40,35,38)
#1E181B
(30,24,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #787B7E

#787B7E
(120,123,126)
#848789
(132,135,137)
#909394
(144,147,148)
#9C9F9F
(156,159,159)
#A8ABAA
(168,171,170)
#B4B7B5
(180,183,181)
#C0C3C0
(192,195,192)
#CCCFCB
(204,207,203)
#D8DBD6
(216,219,214)
#E4E7E1
(228,231,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787B7E; }

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

This text font color is #787B7E.


Background Color

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

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

This div background color is #787B7E.


Border color

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

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

This div border color is #787B7E.


Opacity

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

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

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

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

This text has shadow with #787B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787B7E on black background.


Color preview on white background

This text has color #787B7E on white background.



Black color preview on #787B7E background

This text has black color on #787B7E background.


White color preview on #787B7E background

This text has white color on #787B7E background.