COLOR #7E556F

HEX: #7E556F
RGB: (126,85,111)

Color info

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

RGB color model

#7E556F color RGB value is (126,85,111).

  • red value is 126;
  • green value is 85;
  • blue value is 111.
RGB:
(126,85,111)
(49%,33%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 85 of 255 = 33%
B 111 of 255 = 44%

126
85
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 85 + 111 = 322 (100%)
R 126 of 322 ~ 39.13%
G 85 of 322 ~ 26.4%
B 111 of 322 ~ 34.47%

%39.13
%26.4
%34.47

CMYK color model

#7E556F color CMYK value is (0,33,12,51).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(0,33,12,51)
C0M33Y12K51 
(0%,33%,12%,51%)
(0.00/0.33/0.12/0.51)	

CMYK percentages

%0
%32.54
%11.9
%50.59

Codes

Color #7E556F in popluar color models

7E556F
RGB12685111
HSL322°19.43%41.37%
HSB/HSV322°32.54%49.41%
CMYK0.00%32.54%11.90%
50.59%

Color #7E556F in popluar number systems.

HEX7E556F
Decimal12685111
Binary111111010101011101111
Octal176125157

Shades and tints

Shades of #7E556F

#7E556F
(126,85,111)
#734E65
(115,78,101)
#68475B
(104,71,91)
#5D4051
(93,64,81)
#523947
(82,57,71)
#47323D
(71,50,61)
#3C2B33
(60,43,51)
#312429
(49,36,41)
#261D1F
(38,29,31)
#1B1615
(27,22,21)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E556F

#7E556F
(126,85,111)
#89647C
(137,100,124)
#947389
(148,115,137)
#9F8296
(159,130,150)
#AA91A3
(170,145,163)
#B5A0B0
(181,160,176)
#C0AFBD
(192,175,189)
#CBBECA
(203,190,202)
#D6CDD7
(214,205,215)
#E1DCE4
(225,220,228)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E556F color. Also use rgb(126,85,111) instead hex code.

Text Font Color

.myTextColor { color: #7E556F; }

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

This text font color is #7E556F.


Background Color

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

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

This div background color is #7E556F.


Border color

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

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

This div border color is #7E556F.


Opacity

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

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

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

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

This text has shadow with #7E556F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E556F on black background.


Color preview on white background

This text has color #7E556F on white background.



Black color preview on #7E556F background

This text has black color on #7E556F background.


White color preview on #7E556F background

This text has white color on #7E556F background.