COLOR #7E647A

HEX: #7E647A
RGB: (126,100,122)

Color info

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

RGB color model

#7E647A color RGB value is (126,100,122).

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

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 122 of 255 = 48%

126
100
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 100 + 122 = 348 (100%)
R 126 of 348 ~ 36.21%
G 100 of 348 ~ 28.74%
B 122 of 348 ~ 35.06%

%36.21
%28.74
%35.06

CMYK color model

#7E647A color CMYK value is (0,21,3,51).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(0,21,3,51)
C0M21Y3K51 
(0%,21%,3%,51%)
(0.00/0.21/0.03/0.51)	

CMYK percentages

%0
%20.63
%3.17
%50.59

Codes

Color #7E647A in popluar color models

7E647A
RGB126100122
HSL309°11.50%44.31%
HSB/HSV309°20.63%49.41%
CMYK0.00%20.63%3.17%
50.59%

Color #7E647A in popluar number systems.

HEX7E647A
Decimal126100122
Binary111111011001001111010
Octal176144172

Shades and tints

Shades of #7E647A

#7E647A
(126,100,122)
#735B6F
(115,91,111)
#685264
(104,82,100)
#5D4959
(93,73,89)
#52404E
(82,64,78)
#473743
(71,55,67)
#3C2E38
(60,46,56)
#31252D
(49,37,45)
#261C22
(38,28,34)
#1B1317
(27,19,23)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #7E647A

#7E647A
(126,100,122)
#897286
(137,114,134)
#948092
(148,128,146)
#9F8E9E
(159,142,158)
#AA9CAA
(170,156,170)
#B5AAB6
(181,170,182)
#C0B8C2
(192,184,194)
#CBC6CE
(203,198,206)
#D6D4DA
(214,212,218)
#E1E2E6
(225,226,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E647A; }

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

This text font color is #7E647A.


Background Color

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

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

This div background color is #7E647A.


Border color

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

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

This div border color is #7E647A.


Opacity

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

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

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

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

This text has shadow with #7E647A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E647A on black background.


Color preview on white background

This text has color #7E647A on white background.



Black color preview on #7E647A background

This text has black color on #7E647A background.


White color preview on #7E647A background

This text has white color on #7E647A background.