COLOR #7E6082

HEX: #7E6082 RGB: (126,96,130)

Color info

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

RGB color model

#7E6082 color RGB value is (126,96,130).

RGB: (126,96,130) (49%, 38%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 130 of 255 = 51%

126
96
130

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

Portions of RGB colors in percentages

R + G + B = 126 + 96 + 130 = 352 (100%)
R 126 of 352 ~ 35.8%
G 96 of 352 ~ 27.27%
B 130 of 352 ~ 36.93'%

%35.8
%27.27
%36.93

CMYK color model

#7E6082 color CMYK value is (3,26,0,49).

  • cyan value is 3.08%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (3,26,0,49)
C3M26Y0K49 (3%, 26%, 0%, 49%)
(0.03 / 0.26 / 0.00 / 0.49)

CMYK percentages

%3.08
%26.15
%0
%49.02

Codes

Color #7E6082 in popluar color models

7E 60 82
RGB 126 96 130
HSL 293° 15.04% 44.31%
HSB/HSV 293° 26.15% 50.98%
CMYK 3.08% 26.15% 0.00%
49.02%

Color #7E6082 in popluar number systems.

HEX 7E 60 82
Decimal 126 96 130
Binary 1111110 1100000 10000010
Octal 176 140 202

Shades and tints

Shades of #7E6082

#7E6082
(126,96,130)
#735877
(115,88,119)
#68506C
(104,80,108)
#5D4861
(93,72,97)
#524056
(82,64,86)
#47384B
(71,56,75)
#3C3040
(60,48,64)
#312835
(49,40,53)
#26202A
(38,32,42)
#1B181F
(27,24,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7E6082

#7E6082
(126,96,130)
#896E8D
(137,110,141)
#947C98
(148,124,152)
#9F8AA3
(159,138,163)
#AA98AE
(170,152,174)
#B5A6B9
(181,166,185)
#C0B4C4
(192,180,196)
#CBC2CF
(203,194,207)
#D6D0DA
(214,208,218)
#E1DEE5
(225,222,229)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6082 color. Also use rgb(126,96,130) instead hex code.

Text Font Color

.myTextColor { color: #7E6082; }

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

This text font color is #7E6082.

Background Color

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

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

This div background color is #7E6082.

Border color

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

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

This div border color is #7E6082.

Opacity

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

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

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

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

This text has shadow with #7E6082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6082.

Preview

Color preview on black background

This text has color #7E6082 on black background.


Color preview on white background

This text has color #7E6082 on white background.


Black color preview on #7E6082 background

This text has black color on #7E6082 background.


White color preview on #7E6082 background

This text has white color on #7E6082 background.


Related colors

Complementary color

Complementary color for #hex is #819F7D.


I love getcolorcode.com

Triadic colors

1 #827E60 and #60827E with #7E6082 are triadic colors.

2 #82607E and #607E82 with #7E6082 are triadic colors.