COLOR #7E5B68

HEX: #7E5B68
RGB: (126,91,104)

Color info

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

RGB color model

#7E5B68 color RGB value is (126,91,104).

  • red value is 126;
  • green value is 91;
  • blue value is 104.
RGB:
(126,91,104)
(49%,36%,41%)

RGB channels and saturation

R 126 of 255 = 49%
G 91 of 255 = 36%
B 104 of 255 = 41%

126
91
104

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

Portions of RGB colors in percentages

R + G + B =
126 + 91 + 104 = 321 (100%)
R 126 of 321 ~ 39.25%
G 91 of 321 ~ 28.35%
B 104 of 321 ~ 32.4%

%39.25
%28.35
%32.4

CMYK color model

#7E5B68 color CMYK value is (0,28,17,51).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 17.46%
  • key color value is 50.59%
CMYK:
(0,28,17,51)
C0M28Y17K51 
(0%,28%,17%,51%)
(0.00/0.28/0.17/0.51)	

CMYK percentages

%0
%27.78
%17.46
%50.59

Codes

Color #7E5B68 in popluar color models

7E5B68
RGB12691104
HSL338°16.13%42.55%
HSB/HSV338°27.78%49.41%
CMYK0.00%27.78%17.46%
50.59%

Color #7E5B68 in popluar number systems.

HEX7E5B68
Decimal12691104
Binary111111010110111101000
Octal176133150

Shades and tints

Shades of #7E5B68

#7E5B68
(126,91,104)
#73535F
(115,83,95)
#684B56
(104,75,86)
#5D434D
(93,67,77)
#523B44
(82,59,68)
#47333B
(71,51,59)
#3C2B32
(60,43,50)
#312329
(49,35,41)
#261B20
(38,27,32)
#1B1317
(27,19,23)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E5B68

#7E5B68
(126,91,104)
#896975
(137,105,117)
#947782
(148,119,130)
#9F858F
(159,133,143)
#AA939C
(170,147,156)
#B5A1A9
(181,161,169)
#C0AFB6
(192,175,182)
#CBBDC3
(203,189,195)
#D6CBD0
(214,203,208)
#E1D9DD
(225,217,221)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5B68 color. Also use rgb(126,91,104) instead hex code.

Text Font Color

.myTextColor { color: #7E5B68; }

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

This text font color is #7E5B68.


Background Color

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

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

This div background color is #7E5B68.


Border color

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

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

This div border color is #7E5B68.


Opacity

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

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

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

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

This text has shadow with #7E5B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5B68 on black background.


Color preview on white background

This text has color #7E5B68 on white background.



Black color preview on #7E5B68 background

This text has black color on #7E5B68 background.


White color preview on #7E5B68 background

This text has white color on #7E5B68 background.