COLOR #7E787A

HEX: #7E787A
RGB: (126,120,122)

Color info

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

RGB color model

#7E787A color RGB value is (126,120,122).

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

RGB channels and saturation

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

126
120
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 120 + 122 = 368 (100%)
R 126 of 368 ~ 34.24%
G 120 of 368 ~ 32.61%
B 122 of 368 ~ 33.15%

%34.24
%32.61
%33.15

CMYK color model

#7E787A color CMYK value is (0,5,3,51).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(0,5,3,51)
C0M5Y3K51 
(0%,5%,3%,51%)
(0.00/0.05/0.03/0.51)	

CMYK percentages

%0
%4.76
%3.17
%50.59

Codes

Color #7E787A in popluar color models

7E787A
RGB126120122
HSL340°2.44%48.24%
HSB/HSV340°4.76%49.41%
CMYK0.00%4.76%3.17%
50.59%

Color #7E787A in popluar number systems.

HEX7E787A
Decimal126120122
Binary111111011110001111010
Octal176170172

Shades and tints

Shades of #7E787A

#7E787A
(126,120,122)
#736E6F
(115,110,111)
#686464
(104,100,100)
#5D5A59
(93,90,89)
#52504E
(82,80,78)
#474643
(71,70,67)
#3C3C38
(60,60,56)
#31322D
(49,50,45)
#262822
(38,40,34)
#1B1E17
(27,30,23)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #7E787A

#7E787A
(126,120,122)
#898486
(137,132,134)
#949092
(148,144,146)
#9F9C9E
(159,156,158)
#AAA8AA
(170,168,170)
#B5B4B6
(181,180,182)
#C0C0C2
(192,192,194)
#CBCCCE
(203,204,206)
#D6D8DA
(214,216,218)
#E1E4E6
(225,228,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E787A; }

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

This text font color is #7E787A.


Background Color

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

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

This div background color is #7E787A.


Border color

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

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

This div border color is #7E787A.


Opacity

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

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

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

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

This text has shadow with #7E787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E787A on black background.


Color preview on white background

This text has color #7E787A on white background.



Black color preview on #7E787A background

This text has black color on #7E787A background.


White color preview on #7E787A background

This text has white color on #7E787A background.