COLOR #7E7084

HEX: #7E7084
RGB: (126,112,132)

Color info

#7E7084 contains red, green and blue colors in about the same proportion. Web safe color of #7E7084 is #666699 (or #669).

RGB color model

#7E7084 color RGB value is (126,112,132).

  • red value is 126;
  • green value is 112;
  • blue value is 132.
RGB:
(126,112,132)
(49%,44%,52%)

RGB channels and saturation

R 126 of 255 = 49%
G 112 of 255 = 44%
B 132 of 255 = 52%

126
112
132

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

Portions of RGB colors in percentages

R + G + B =
126 + 112 + 132 = 370 (100%)
R 126 of 370 ~ 34.05%
G 112 of 370 ~ 30.27%
B 132 of 370 ~ 35.68%

%34.05
%30.27
%35.68

CMYK color model

#7E7084 color CMYK value is (5,15,0,48).

  • cyan value is 4.55%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(5,15,0,48)
C5M15Y0K48 
(5%,15%,0%,48%)
(0.05/0.15/0.00/0.48)	

CMYK percentages

%4.55
%15.15
%0
%48.24

Codes

Color #7E7084 in popluar color models

7E7084
RGB126112132
HSL282°8.20%47.84%
HSB/HSV282°15.15%51.76%
CMYK4.55%15.15%0.00%
48.24%

Color #7E7084 in popluar number systems.

HEX7E7084
Decimal126112132
Binary1111110111000010000100
Octal176160204

Shades and tints

Shades of #7E7084

#7E7084
(126,112,132)
#736678
(115,102,120)
#685C6C
(104,92,108)
#5D5260
(93,82,96)
#524854
(82,72,84)
#473E48
(71,62,72)
#3C343C
(60,52,60)
#312A30
(49,42,48)
#262024
(38,32,36)
#1B1618
(27,22,24)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #7E7084

#7E7084
(126,112,132)
#897D8F
(137,125,143)
#948A9A
(148,138,154)
#9F97A5
(159,151,165)
#AAA4B0
(170,164,176)
#B5B1BB
(181,177,187)
#C0BEC6
(192,190,198)
#CBCBD1
(203,203,209)
#D6D8DC
(214,216,220)
#E1E5E7
(225,229,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7084 color. Also use rgb(126,112,132) instead hex code.

Text Font Color

.myTextColor { color: #7E7084; }

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

This text font color is #7E7084.


Background Color

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

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

This div background color is #7E7084.


Border color

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

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

This div border color is #7E7084.


Opacity

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

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

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

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

This text has shadow with #7E7084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7084 on black background.


Color preview on white background

This text has color #7E7084 on white background.



Black color preview on #7E7084 background

This text has black color on #7E7084 background.


White color preview on #7E7084 background

This text has white color on #7E7084 background.