COLOR #7E5F77

HEX: #7E5F77
RGB: (126,95,119)

Color info

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

RGB color model

#7E5F77 color RGB value is (126,95,119).

  • red value is 126;
  • green value is 95;
  • blue value is 119.
RGB:
(126,95,119)
(49%,37%,47%)

RGB channels and saturation

R 126 of 255 = 49%
G 95 of 255 = 37%
B 119 of 255 = 47%

126
95
119

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

Portions of RGB colors in percentages

R + G + B =
126 + 95 + 119 = 340 (100%)
R 126 of 340 ~ 37.06%
G 95 of 340 ~ 27.94%
B 119 of 340 ~ 35%

%37.06
%27.94
%35

CMYK color model

#7E5F77 color CMYK value is (0,25,6,51).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(0,25,6,51)
C0M25Y6K51 
(0%,25%,6%,51%)
(0.00/0.25/0.06/0.51)	

CMYK percentages

%0
%24.6
%5.56
%50.59

Codes

Color #7E5F77 in popluar color models

7E5F77
RGB12695119
HSL314°14.03%43.33%
HSB/HSV314°24.60%49.41%
CMYK0.00%24.60%5.56%
50.59%

Color #7E5F77 in popluar number systems.

HEX7E5F77
Decimal12695119
Binary111111010111111110111
Octal176137167

Shades and tints

Shades of #7E5F77

#7E5F77
(126,95,119)
#73576D
(115,87,109)
#684F63
(104,79,99)
#5D4759
(93,71,89)
#523F4F
(82,63,79)
#473745
(71,55,69)
#3C2F3B
(60,47,59)
#312731
(49,39,49)
#261F27
(38,31,39)
#1B171D
(27,23,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #7E5F77

#7E5F77
(126,95,119)
#896D83
(137,109,131)
#947B8F
(148,123,143)
#9F899B
(159,137,155)
#AA97A7
(170,151,167)
#B5A5B3
(181,165,179)
#C0B3BF
(192,179,191)
#CBC1CB
(203,193,203)
#D6CFD7
(214,207,215)
#E1DDE3
(225,221,227)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5F77 color. Also use rgb(126,95,119) instead hex code.

Text Font Color

.myTextColor { color: #7E5F77; }

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

This text font color is #7E5F77.


Background Color

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

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

This div background color is #7E5F77.


Border color

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

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

This div border color is #7E5F77.


Opacity

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

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

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

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

This text has shadow with #7E5F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5F77 on black background.


Color preview on white background

This text has color #7E5F77 on white background.



Black color preview on #7E5F77 background

This text has black color on #7E5F77 background.


White color preview on #7E5F77 background

This text has white color on #7E5F77 background.