COLOR #7E757D

HEX: #7E757D
RGB: (126,117,125)

Color info

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

RGB color model

#7E757D color RGB value is (126,117,125).

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

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 125 of 255 = 49%

126
117
125

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 125 = 368 (100%)
R 126 of 368 ~ 34.24%
G 117 of 368 ~ 31.79%
B 125 of 368 ~ 33.97%

%34.24
%31.79
%33.97

CMYK color model

#7E757D color CMYK value is (0,7,1,51).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 0.79%
  • key color value is 50.59%
CMYK:
(0,7,1,51)
C0M7Y1K51 
(0%,7%,1%,51%)
(0.00/0.07/0.01/0.51)	

CMYK percentages

%0
%7.14
%0.79
%50.59

Codes

Color #7E757D in popluar color models

7E757D
RGB126117125
HSL307°3.70%47.65%
HSB/HSV307°7.14%49.41%
CMYK0.00%7.14%0.79%
50.59%

Color #7E757D in popluar number systems.

HEX7E757D
Decimal126117125
Binary111111011101011111101
Octal176165175

Shades and tints

Shades of #7E757D

#7E757D
(126,117,125)
#736B72
(115,107,114)
#686167
(104,97,103)
#5D575C
(93,87,92)
#524D51
(82,77,81)
#474346
(71,67,70)
#3C393B
(60,57,59)
#312F30
(49,47,48)
#262525
(38,37,37)
#1B1B1A
(27,27,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #7E757D

#7E757D
(126,117,125)
#898188
(137,129,136)
#948D93
(148,141,147)
#9F999E
(159,153,158)
#AAA5A9
(170,165,169)
#B5B1B4
(181,177,180)
#C0BDBF
(192,189,191)
#CBC9CA
(203,201,202)
#D6D5D5
(214,213,213)
#E1E1E0
(225,225,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E757D color. Also use rgb(126,117,125) instead hex code.

Text Font Color

.myTextColor { color: #7E757D; }

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

This text font color is #7E757D.


Background Color

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

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

This div background color is #7E757D.


Border color

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

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

This div border color is #7E757D.


Opacity

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

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

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

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

This text has shadow with #7E757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E757D on black background.


Color preview on white background

This text has color #7E757D on white background.



Black color preview on #7E757D background

This text has black color on #7E757D background.


White color preview on #7E757D background

This text has white color on #7E757D background.