COLOR #7E656E

HEX: #7E656E
RGB: (126,101,110)

Color info

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

RGB color model

#7E656E color RGB value is (126,101,110).

  • red value is 126;
  • green value is 101;
  • blue value is 110.
RGB:
(126,101,110)
(49%,40%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 101 of 255 = 40%
B 110 of 255 = 43%

126
101
110

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

Portions of RGB colors in percentages

R + G + B =
126 + 101 + 110 = 337 (100%)
R 126 of 337 ~ 37.39%
G 101 of 337 ~ 29.97%
B 110 of 337 ~ 32.64%

%37.39
%29.97
%32.64

CMYK color model

#7E656E color CMYK value is (0,20,13,51).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 12.70%
  • key color value is 50.59%
CMYK:
(0,20,13,51)
C0M20Y13K51 
(0%,20%,13%,51%)
(0.00/0.20/0.13/0.51)	

CMYK percentages

%0
%19.84
%12.7
%50.59

Codes

Color #7E656E in popluar color models

7E656E
RGB126101110
HSL338°11.01%44.51%
HSB/HSV338°19.84%49.41%
CMYK0.00%19.84%12.70%
50.59%

Color #7E656E in popluar number systems.

HEX7E656E
Decimal126101110
Binary111111011001011101110
Octal176145156

Shades and tints

Shades of #7E656E

#7E656E
(126,101,110)
#735C64
(115,92,100)
#68535A
(104,83,90)
#5D4A50
(93,74,80)
#524146
(82,65,70)
#47383C
(71,56,60)
#3C2F32
(60,47,50)
#312628
(49,38,40)
#261D1E
(38,29,30)
#1B1414
(27,20,20)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #7E656E

#7E656E
(126,101,110)
#89737B
(137,115,123)
#948188
(148,129,136)
#9F8F95
(159,143,149)
#AA9DA2
(170,157,162)
#B5ABAF
(181,171,175)
#C0B9BC
(192,185,188)
#CBC7C9
(203,199,201)
#D6D5D6
(214,213,214)
#E1E3E3
(225,227,227)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E656E color. Also use rgb(126,101,110) instead hex code.

Text Font Color

.myTextColor { color: #7E656E; }

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

This text font color is #7E656E.


Background Color

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

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

This div background color is #7E656E.


Border color

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

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

This div border color is #7E656E.


Opacity

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

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

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

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

This text has shadow with #7E656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E656E on black background.


Color preview on white background

This text has color #7E656E on white background.



Black color preview on #7E656E background

This text has black color on #7E656E background.


White color preview on #7E656E background

This text has white color on #7E656E background.