COLOR #7E7860

HEX: #7E7860
RGB: (126,120,96)

Color info

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

RGB color model

#7E7860 color RGB value is (126,120,96).

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

RGB channels and saturation

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

126
120
96

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

Portions of RGB colors in percentages

R + G + B =
126 + 120 + 96 = 342 (100%)
R 126 of 342 ~ 36.84%
G 120 of 342 ~ 35.09%
B 96 of 342 ~ 28.07%

%36.84
%35.09
%28.07

CMYK color model

#7E7860 color CMYK value is (0,5,24,51).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(0,5,24,51)
C0M5Y24K51 
(0%,5%,24%,51%)
(0.00/0.05/0.24/0.51)	

CMYK percentages

%0
%4.76
%23.81
%50.59

Codes

Color #7E7860 in popluar color models

7E7860
RGB12612096
HSL48°13.51%43.53%
HSB/HSV48°23.81%49.41%
CMYK0.00%4.76%23.81%
50.59%

Color #7E7860 in popluar number systems.

HEX7E7860
Decimal12612096
Binary111111011110001100000
Octal176170140

Shades and tints

Shades of #7E7860

#7E7860
(126,120,96)
#736E58
(115,110,88)
#686450
(104,100,80)
#5D5A48
(93,90,72)
#525040
(82,80,64)
#474638
(71,70,56)
#3C3C30
(60,60,48)
#313228
(49,50,40)
#262820
(38,40,32)
#1B1E18
(27,30,24)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7E7860

#7E7860
(126,120,96)
#89846E
(137,132,110)
#94907C
(148,144,124)
#9F9C8A
(159,156,138)
#AAA898
(170,168,152)
#B5B4A6
(181,180,166)
#C0C0B4
(192,192,180)
#CBCCC2
(203,204,194)
#D6D8D0
(214,216,208)
#E1E4DE
(225,228,222)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7860; }

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

This text font color is #7E7860.


Background Color

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

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

This div background color is #7E7860.


Border color

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

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

This div border color is #7E7860.


Opacity

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

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

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

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

This text has shadow with #7E7860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7860 on black background.


Color preview on white background

This text has color #7E7860 on white background.



Black color preview on #7E7860 background

This text has black color on #7E7860 background.


White color preview on #7E7860 background

This text has white color on #7E7860 background.