COLOR #7E7581

HEX: #7E7581
RGB: (126,117,129)

Color info

#7E7581 contains red, green and blue colors in about the same proportion. Web safe color of #7E7581 is #666699 (or #669).

RGB color model

#7E7581 color RGB value is (126,117,129).

  • red value is 126;
  • green value is 117;
  • blue value is 129.
RGB:
(126,117,129)
(49%,46%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 129 of 255 = 51%

126
117
129

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 129 = 372 (100%)
R 126 of 372 ~ 33.87%
G 117 of 372 ~ 31.45%
B 129 of 372 ~ 34.68%

%33.87
%31.45
%34.68

CMYK color model

#7E7581 color CMYK value is (2,9,0,49).

  • cyan value is 2.33%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(2,9,0,49)
C2M9Y0K49 
(2%,9%,0%,49%)
(0.02/0.09/0.00/0.49)	

CMYK percentages

%2.33
%9.3
%0
%49.41

Codes

Color #7E7581 in popluar color models

7E7581
RGB126117129
HSL285°4.88%48.24%
HSB/HSV285°9.30%50.59%
CMYK2.33%9.30%0.00%
49.41%

Color #7E7581 in popluar number systems.

HEX7E7581
Decimal126117129
Binary1111110111010110000001
Octal176165201

Shades and tints

Shades of #7E7581

#7E7581
(126,117,129)
#736B76
(115,107,118)
#68616B
(104,97,107)
#5D5760
(93,87,96)
#524D55
(82,77,85)
#47434A
(71,67,74)
#3C393F
(60,57,63)
#312F34
(49,47,52)
#262529
(38,37,41)
#1B1B1E
(27,27,30)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #7E7581

#7E7581
(126,117,129)
#89818C
(137,129,140)
#948D97
(148,141,151)
#9F99A2
(159,153,162)
#AAA5AD
(170,165,173)
#B5B1B8
(181,177,184)
#C0BDC3
(192,189,195)
#CBC9CE
(203,201,206)
#D6D5D9
(214,213,217)
#E1E1E4
(225,225,228)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7581 color. Also use rgb(126,117,129) instead hex code.

Text Font Color

.myTextColor { color: #7E7581; }

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

This text font color is #7E7581.


Background Color

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

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

This div background color is #7E7581.


Border color

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

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

This div border color is #7E7581.


Opacity

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

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

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

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

This text has shadow with #7E7581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7581 on black background.


Color preview on white background

This text has color #7E7581 on white background.



Black color preview on #7E7581 background

This text has black color on #7E7581 background.


White color preview on #7E7581 background

This text has white color on #7E7581 background.