COLOR #787D7E

HEX: #787D7E
RGB: (120,125,126)

Color info

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

RGB color model

#787D7E color RGB value is (120,125,126).

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

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 126 of 255 = 49%

120
125
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 125 + 126 = 371 (100%)
R 120 of 371 ~ 32.35%
G 125 of 371 ~ 33.69%
B 126 of 371 ~ 33.96%

%32.35
%33.69
%33.96

CMYK color model

#787D7E color CMYK value is (5,1,0,51).

  • cyan value is 4.76%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(5,1,0,51)
C5M1Y0K51 
(5%,1%,0%,51%)
(0.05/0.01/0.00/0.51)	

CMYK percentages

%4.76
%0.79
%0
%50.59

Codes

Color #787D7E in popluar color models

787D7E
RGB120125126
HSL190°2.44%48.24%
HSB/HSV190°4.76%49.41%
CMYK4.76%0.79%0.00%
50.59%

Color #787D7E in popluar number systems.

HEX787D7E
Decimal120125126
Binary111100011111011111110
Octal170175176

Shades and tints

Shades of #787D7E

#787D7E
(120,125,126)
#6E7273
(110,114,115)
#646768
(100,103,104)
#5A5C5D
(90,92,93)
#505152
(80,81,82)
#464647
(70,70,71)
#3C3B3C
(60,59,60)
#323031
(50,48,49)
#282526
(40,37,38)
#1E1A1B
(30,26,27)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #787D7E

#787D7E
(120,125,126)
#848889
(132,136,137)
#909394
(144,147,148)
#9C9E9F
(156,158,159)
#A8A9AA
(168,169,170)
#B4B4B5
(180,180,181)
#C0BFC0
(192,191,192)
#CCCACB
(204,202,203)
#D8D5D6
(216,213,214)
#E4E0E1
(228,224,225)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787D7E; }

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

This text font color is #787D7E.


Background Color

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

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

This div background color is #787D7E.


Border color

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

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

This div border color is #787D7E.


Opacity

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

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

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

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

This text has shadow with #787D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787D7E on black background.


Color preview on white background

This text has color #787D7E on white background.



Black color preview on #787D7E background

This text has black color on #787D7E background.


White color preview on #787D7E background

This text has white color on #787D7E background.