COLOR #7E6178

HEX: #7E6178
RGB: (126,97,120)

Color info

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

RGB color model

#7E6178 color RGB value is (126,97,120).

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

RGB channels and saturation

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

126
97
120

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

Portions of RGB colors in percentages

R + G + B =
126 + 97 + 120 = 343 (100%)
R 126 of 343 ~ 36.73%
G 97 of 343 ~ 28.28%
B 120 of 343 ~ 34.99%

%36.73
%28.28
%34.99

CMYK color model

#7E6178 color CMYK value is (0,23,5,51).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 4.76%
  • key color value is 50.59%
CMYK:
(0,23,5,51)
C0M23Y5K51 
(0%,23%,5%,51%)
(0.00/0.23/0.05/0.51)	

CMYK percentages

%0
%23.02
%4.76
%50.59

Codes

Color #7E6178 in popluar color models

7E6178
RGB12697120
HSL312°13.00%43.73%
HSB/HSV312°23.02%49.41%
CMYK0.00%23.02%4.76%
50.59%

Color #7E6178 in popluar number systems.

HEX7E6178
Decimal12697120
Binary111111011000011111000
Octal176141170

Shades and tints

Shades of #7E6178

#7E6178
(126,97,120)
#73596E
(115,89,110)
#685164
(104,81,100)
#5D495A
(93,73,90)
#524150
(82,65,80)
#473946
(71,57,70)
#3C313C
(60,49,60)
#312932
(49,41,50)
#262128
(38,33,40)
#1B191E
(27,25,30)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7E6178

#7E6178
(126,97,120)
#896F84
(137,111,132)
#947D90
(148,125,144)
#9F8B9C
(159,139,156)
#AA99A8
(170,153,168)
#B5A7B4
(181,167,180)
#C0B5C0
(192,181,192)
#CBC3CC
(203,195,204)
#D6D1D8
(214,209,216)
#E1DFE4
(225,223,228)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6178; }

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

This text font color is #7E6178.


Background Color

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

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

This div background color is #7E6178.


Border color

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

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

This div border color is #7E6178.


Opacity

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

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

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

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

This text has shadow with #7E6178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6178 on black background.


Color preview on white background

This text has color #7E6178 on white background.



Black color preview on #7E6178 background

This text has black color on #7E6178 background.


White color preview on #7E6178 background

This text has white color on #7E6178 background.