COLOR #7E6874

HEX: #7E6874
RGB: (126,104,116)

Color info

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

RGB color model

#7E6874 color RGB value is (126,104,116).

  • red value is 126;
  • green value is 104;
  • blue value is 116.
RGB:
(126,104,116)
(49%,41%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 116 of 255 = 45%

126
104
116

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 116 = 346 (100%)
R 126 of 346 ~ 36.42%
G 104 of 346 ~ 30.06%
B 116 of 346 ~ 33.53%

%36.42
%30.06
%33.53

CMYK color model

#7E6874 color CMYK value is (0,17,8,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(0,17,8,51)
C0M17Y8K51 
(0%,17%,8%,51%)
(0.00/0.17/0.08/0.51)	

CMYK percentages

%0
%17.46
%7.94
%50.59

Codes

Color #7E6874 in popluar color models

7E6874
RGB126104116
HSL327°9.57%45.10%
HSB/HSV327°17.46%49.41%
CMYK0.00%17.46%7.94%
50.59%

Color #7E6874 in popluar number systems.

HEX7E6874
Decimal126104116
Binary111111011010001110100
Octal176150164

Shades and tints

Shades of #7E6874

#7E6874
(126,104,116)
#735F6A
(115,95,106)
#685660
(104,86,96)
#5D4D56
(93,77,86)
#52444C
(82,68,76)
#473B42
(71,59,66)
#3C3238
(60,50,56)
#31292E
(49,41,46)
#262024
(38,32,36)
#1B171A
(27,23,26)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E6874

#7E6874
(126,104,116)
#897580
(137,117,128)
#94828C
(148,130,140)
#9F8F98
(159,143,152)
#AA9CA4
(170,156,164)
#B5A9B0
(181,169,176)
#C0B6BC
(192,182,188)
#CBC3C8
(203,195,200)
#D6D0D4
(214,208,212)
#E1DDE0
(225,221,224)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6874 color. Also use rgb(126,104,116) instead hex code.

Text Font Color

.myTextColor { color: #7E6874; }

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

This text font color is #7E6874.


Background Color

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

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

This div background color is #7E6874.


Border color

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

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

This div border color is #7E6874.


Opacity

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

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

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

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

This text has shadow with #7E6874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6874 on black background.


Color preview on white background

This text has color #7E6874 on white background.



Black color preview on #7E6874 background

This text has black color on #7E6874 background.


White color preview on #7E6874 background

This text has white color on #7E6874 background.