COLOR #7E787B

HEX: #7E787B
RGB: (126,120,123)

Color info

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

RGB color model

#7E787B color RGB value is (126,120,123).

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

RGB channels and saturation

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

126
120
123

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

Portions of RGB colors in percentages

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

%34.15
%32.52
%33.33

CMYK color model

#7E787B color CMYK value is (0,5,2,51).

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

CMYK percentages

%0
%4.76
%2.38
%50.59

Codes

Color #7E787B in popluar color models

7E787B
RGB126120123
HSL330°2.44%48.24%
HSB/HSV330°4.76%49.41%
CMYK0.00%4.76%2.38%
50.59%

Color #7E787B in popluar number systems.

HEX7E787B
Decimal126120123
Binary111111011110001111011
Octal176170173

Shades and tints

Shades of #7E787B

#7E787B
(126,120,123)
#736E70
(115,110,112)
#686465
(104,100,101)
#5D5A5A
(93,90,90)
#52504F
(82,80,79)
#474644
(71,70,68)
#3C3C39
(60,60,57)
#31322E
(49,50,46)
#262823
(38,40,35)
#1B1E18
(27,30,24)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #7E787B

#7E787B
(126,120,123)
#898487
(137,132,135)
#949093
(148,144,147)
#9F9C9F
(159,156,159)
#AAA8AB
(170,168,171)
#B5B4B7
(181,180,183)
#C0C0C3
(192,192,195)
#CBCCCF
(203,204,207)
#D6D8DB
(214,216,219)
#E1E4E7
(225,228,231)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E787B; }

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

This text font color is #7E787B.


Background Color

.myBgColor { background-color: #7E787B; }

<div style="background-color:#7E787B">Inner text</div>

This div background color is #7E787B.


Border color

.myBorderColor { border: 1px solid #7E787B; }

<div style="border:3px solid #7E787B">Div</div>

This div border color is #7E787B.


Opacity

.myOpacity80 { color: #7E787B; opacity: 0.8; }

<p style="color:#7E787B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E787B color.

.textShadow {text-shadow: 3px 3px 1px #7E787B, 3px 3px 1px red;}

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

This text has shadow with #7E787B primary color and red secondary color.


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

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

This text has shadow with #7E787B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E787B on black background.


Color preview on white background

This text has color #7E787B on white background.



Black color preview on #7E787B background

This text has black color on #7E787B background.


White color preview on #7E787B background

This text has white color on #7E787B background.