COLOR #7E687A

HEX: #7E687A
RGB: (126,104,122)

Color info

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

RGB color model

#7E687A color RGB value is (126,104,122).

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

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 122 of 255 = 48%

126
104
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 122 = 352 (100%)
R 126 of 352 ~ 35.8%
G 104 of 352 ~ 29.55%
B 122 of 352 ~ 34.66%

%35.8
%29.55
%34.66

CMYK color model

#7E687A color CMYK value is (0,17,3,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(0,17,3,51)
C0M17Y3K51 
(0%,17%,3%,51%)
(0.00/0.17/0.03/0.51)	

CMYK percentages

%0
%17.46
%3.17
%50.59

Codes

Color #7E687A in popluar color models

7E687A
RGB126104122
HSL311°9.57%45.10%
HSB/HSV311°17.46%49.41%
CMYK0.00%17.46%3.17%
50.59%

Color #7E687A in popluar number systems.

HEX7E687A
Decimal126104122
Binary111111011010001111010
Octal176150172

Shades and tints

Shades of #7E687A

#7E687A
(126,104,122)
#735F6F
(115,95,111)
#685664
(104,86,100)
#5D4D59
(93,77,89)
#52444E
(82,68,78)
#473B43
(71,59,67)
#3C3238
(60,50,56)
#31292D
(49,41,45)
#262022
(38,32,34)
#1B1717
(27,23,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E687A

#7E687A
(126,104,122)
#897586
(137,117,134)
#948292
(148,130,146)
#9F8F9E
(159,143,158)
#AA9CAA
(170,156,170)
#B5A9B6
(181,169,182)
#C0B6C2
(192,182,194)
#CBC3CE
(203,195,206)
#D6D0DA
(214,208,218)
#E1DDE6
(225,221,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E687A; }

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

This text font color is #7E687A.


Background Color

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

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

This div background color is #7E687A.


Border color

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

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

This div border color is #7E687A.


Opacity

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

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

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

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

This text has shadow with #7E687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E687A on black background.


Color preview on white background

This text has color #7E687A on white background.



Black color preview on #7E687A background

This text has black color on #7E687A background.


White color preview on #7E687A background

This text has white color on #7E687A background.