COLOR #7E5F74

HEX: #7E5F74
RGB: (126,95,116)

Color info

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

RGB color model

#7E5F74 color RGB value is (126,95,116).

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

RGB channels and saturation

R 126 of 255 = 49%
G 95 of 255 = 37%
B 116 of 255 = 45%

126
95
116

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

Portions of RGB colors in percentages

R + G + B =
126 + 95 + 116 = 337 (100%)
R 126 of 337 ~ 37.39%
G 95 of 337 ~ 28.19%
B 116 of 337 ~ 34.42%

%37.39
%28.19
%34.42

CMYK color model

#7E5F74 color CMYK value is (0,25,8,51).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(0,25,8,51)
C0M25Y8K51 
(0%,25%,8%,51%)
(0.00/0.25/0.08/0.51)	

CMYK percentages

%0
%24.6
%7.94
%50.59

Codes

Color #7E5F74 in popluar color models

7E5F74
RGB12695116
HSL319°14.03%43.33%
HSB/HSV319°24.60%49.41%
CMYK0.00%24.60%7.94%
50.59%

Color #7E5F74 in popluar number systems.

HEX7E5F74
Decimal12695116
Binary111111010111111110100
Octal176137164

Shades and tints

Shades of #7E5F74

#7E5F74
(126,95,116)
#73576A
(115,87,106)
#684F60
(104,79,96)
#5D4756
(93,71,86)
#523F4C
(82,63,76)
#473742
(71,55,66)
#3C2F38
(60,47,56)
#31272E
(49,39,46)
#261F24
(38,31,36)
#1B171A
(27,23,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E5F74

#7E5F74
(126,95,116)
#896D80
(137,109,128)
#947B8C
(148,123,140)
#9F8998
(159,137,152)
#AA97A4
(170,151,164)
#B5A5B0
(181,165,176)
#C0B3BC
(192,179,188)
#CBC1C8
(203,193,200)
#D6CFD4
(214,207,212)
#E1DDE0
(225,221,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5F74; }

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

This text font color is #7E5F74.


Background Color

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

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

This div background color is #7E5F74.


Border color

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

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

This div border color is #7E5F74.


Opacity

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

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

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

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

This text has shadow with #7E5F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5F74 on black background.


Color preview on white background

This text has color #7E5F74 on white background.



Black color preview on #7E5F74 background

This text has black color on #7E5F74 background.


White color preview on #7E5F74 background

This text has white color on #7E5F74 background.