COLOR #7E626B

HEX: #7E626B
RGB: (126,98,107)

Color info

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

RGB color model

#7E626B color RGB value is (126,98,107).

  • red value is 126;
  • green value is 98;
  • blue value is 107.
RGB:
(126,98,107)
(49%,38%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 107 of 255 = 42%

126
98
107

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 107 = 331 (100%)
R 126 of 331 ~ 38.07%
G 98 of 331 ~ 29.61%
B 107 of 331 ~ 32.33%

%38.07
%29.61
%32.33

CMYK color model

#7E626B color CMYK value is (0,22,15,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK:
(0,22,15,51)
C0M22Y15K51 
(0%,22%,15%,51%)
(0.00/0.22/0.15/0.51)	

CMYK percentages

%0
%22.22
%15.08
%50.59

Codes

Color #7E626B in popluar color models

7E626B
RGB12698107
HSL341°12.50%43.92%
HSB/HSV341°22.22%49.41%
CMYK0.00%22.22%15.08%
50.59%

Color #7E626B in popluar number systems.

HEX7E626B
Decimal12698107
Binary111111011000101101011
Octal176142153

Shades and tints

Shades of #7E626B

#7E626B
(126,98,107)
#735A62
(115,90,98)
#685259
(104,82,89)
#5D4A50
(93,74,80)
#524247
(82,66,71)
#473A3E
(71,58,62)
#3C3235
(60,50,53)
#312A2C
(49,42,44)
#262223
(38,34,35)
#1B1A1A
(27,26,26)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7E626B

#7E626B
(126,98,107)
#897078
(137,112,120)
#947E85
(148,126,133)
#9F8C92
(159,140,146)
#AA9A9F
(170,154,159)
#B5A8AC
(181,168,172)
#C0B6B9
(192,182,185)
#CBC4C6
(203,196,198)
#D6D2D3
(214,210,211)
#E1E0E0
(225,224,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E626B color. Also use rgb(126,98,107) instead hex code.

Text Font Color

.myTextColor { color: #7E626B; }

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

This text font color is #7E626B.


Background Color

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

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

This div background color is #7E626B.


Border color

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

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

This div border color is #7E626B.


Opacity

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

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

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

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

This text has shadow with #7E626B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E626B on black background.


Color preview on white background

This text has color #7E626B on white background.



Black color preview on #7E626B background

This text has black color on #7E626B background.


White color preview on #7E626B background

This text has white color on #7E626B background.