COLOR #7E627A

HEX: #7E627A
RGB: (126,98,122)

Color info

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

RGB color model

#7E627A color RGB value is (126,98,122).

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

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 122 of 255 = 48%

126
98
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 122 = 346 (100%)
R 126 of 346 ~ 36.42%
G 98 of 346 ~ 28.32%
B 122 of 346 ~ 35.26%

%36.42
%28.32
%35.26

CMYK color model

#7E627A color CMYK value is (0,22,3,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(0,22,3,51)
C0M22Y3K51 
(0%,22%,3%,51%)
(0.00/0.22/0.03/0.51)	

CMYK percentages

%0
%22.22
%3.17
%50.59

Codes

Color #7E627A in popluar color models

7E627A
RGB12698122
HSL309°12.50%43.92%
HSB/HSV309°22.22%49.41%
CMYK0.00%22.22%3.17%
50.59%

Color #7E627A in popluar number systems.

HEX7E627A
Decimal12698122
Binary111111011000101111010
Octal176142172

Shades and tints

Shades of #7E627A

#7E627A
(126,98,122)
#735A6F
(115,90,111)
#685264
(104,82,100)
#5D4A59
(93,74,89)
#52424E
(82,66,78)
#473A43
(71,58,67)
#3C3238
(60,50,56)
#312A2D
(49,42,45)
#262222
(38,34,34)
#1B1A17
(27,26,23)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #7E627A

#7E627A
(126,98,122)
#897086
(137,112,134)
#947E92
(148,126,146)
#9F8C9E
(159,140,158)
#AA9AAA
(170,154,170)
#B5A8B6
(181,168,182)
#C0B6C2
(192,182,194)
#CBC4CE
(203,196,206)
#D6D2DA
(214,210,218)
#E1E0E6
(225,224,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E627A; }

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

This text font color is #7E627A.


Background Color

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

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

This div background color is #7E627A.


Border color

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

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

This div border color is #7E627A.


Opacity

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

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

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

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

This text has shadow with #7E627A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E627A on black background.


Color preview on white background

This text has color #7E627A on white background.



Black color preview on #7E627A background

This text has black color on #7E627A background.


White color preview on #7E627A background

This text has white color on #7E627A background.