COLOR #7E6278

HEX: #7E6278
RGB: (126,98,120)

Color info

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

RGB color model

#7E6278 color RGB value is (126,98,120).

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

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 120 of 255 = 47%

126
98
120

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 120 = 344 (100%)
R 126 of 344 ~ 36.63%
G 98 of 344 ~ 28.49%
B 120 of 344 ~ 34.88%

%36.63
%28.49
%34.88

CMYK color model

#7E6278 color CMYK value is (0,22,5,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 4.76%
  • key color value is 50.59%
CMYK:
(0,22,5,51)
C0M22Y5K51 
(0%,22%,5%,51%)
(0.00/0.22/0.05/0.51)	

CMYK percentages

%0
%22.22
%4.76
%50.59

Codes

Color #7E6278 in popluar color models

7E6278
RGB12698120
HSL313°12.50%43.92%
HSB/HSV313°22.22%49.41%
CMYK0.00%22.22%4.76%
50.59%

Color #7E6278 in popluar number systems.

HEX7E6278
Decimal12698120
Binary111111011000101111000
Octal176142170

Shades and tints

Shades of #7E6278

#7E6278
(126,98,120)
#735A6E
(115,90,110)
#685264
(104,82,100)
#5D4A5A
(93,74,90)
#524250
(82,66,80)
#473A46
(71,58,70)
#3C323C
(60,50,60)
#312A32
(49,42,50)
#262228
(38,34,40)
#1B1A1E
(27,26,30)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #7E6278

#7E6278
(126,98,120)
#897084
(137,112,132)
#947E90
(148,126,144)
#9F8C9C
(159,140,156)
#AA9AA8
(170,154,168)
#B5A8B4
(181,168,180)
#C0B6C0
(192,182,192)
#CBC4CC
(203,196,204)
#D6D2D8
(214,210,216)
#E1E0E4
(225,224,228)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6278; }

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

This text font color is #7E6278.


Background Color

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

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

This div background color is #7E6278.


Border color

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

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

This div border color is #7E6278.


Opacity

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

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

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

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

This text has shadow with #7E6278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6278 on black background.


Color preview on white background

This text has color #7E6278 on white background.



Black color preview on #7E6278 background

This text has black color on #7E6278 background.


White color preview on #7E6278 background

This text has white color on #7E6278 background.