COLOR #7E7874

HEX: #7E7874
RGB: (126,120,116)

Color info

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

RGB color model

#7E7874 color RGB value is (126,120,116).

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

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 116 of 255 = 45%

126
120
116

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

Portions of RGB colors in percentages

R + G + B =
126 + 120 + 116 = 362 (100%)
R 126 of 362 ~ 34.81%
G 120 of 362 ~ 33.15%
B 116 of 362 ~ 32.04%

%34.81
%33.15
%32.04

CMYK color model

#7E7874 color CMYK value is (0,5,8,51).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(0,5,8,51)
C0M5Y8K51 
(0%,5%,8%,51%)
(0.00/0.05/0.08/0.51)	

CMYK percentages

%0
%4.76
%7.94
%50.59

Codes

Color #7E7874 in popluar color models

7E7874
RGB126120116
HSL24°4.13%47.45%
HSB/HSV24°7.94%49.41%
CMYK0.00%4.76%7.94%
50.59%

Color #7E7874 in popluar number systems.

HEX7E7874
Decimal126120116
Binary111111011110001110100
Octal176170164

Shades and tints

Shades of #7E7874

#7E7874
(126,120,116)
#736E6A
(115,110,106)
#686460
(104,100,96)
#5D5A56
(93,90,86)
#52504C
(82,80,76)
#474642
(71,70,66)
#3C3C38
(60,60,56)
#31322E
(49,50,46)
#262824
(38,40,36)
#1B1E1A
(27,30,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7E7874

#7E7874
(126,120,116)
#898480
(137,132,128)
#94908C
(148,144,140)
#9F9C98
(159,156,152)
#AAA8A4
(170,168,164)
#B5B4B0
(181,180,176)
#C0C0BC
(192,192,188)
#CBCCC8
(203,204,200)
#D6D8D4
(214,216,212)
#E1E4E0
(225,228,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7874; }

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

This text font color is #7E7874.


Background Color

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

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

This div background color is #7E7874.


Border color

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

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

This div border color is #7E7874.


Opacity

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

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

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

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

This text has shadow with #7E7874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7874 on black background.


Color preview on white background

This text has color #7E7874 on white background.



Black color preview on #7E7874 background

This text has black color on #7E7874 background.


White color preview on #7E7874 background

This text has white color on #7E7874 background.