COLOR #7E5669

HEX: #7E5669
RGB: (126,86,105)

Color info

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

RGB color model

#7E5669 color RGB value is (126,86,105).

  • red value is 126;
  • green value is 86;
  • blue value is 105.
RGB:
(126,86,105)
(49%,34%,41%)

RGB channels and saturation

R 126 of 255 = 49%
G 86 of 255 = 34%
B 105 of 255 = 41%

126
86
105

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

Portions of RGB colors in percentages

R + G + B =
126 + 86 + 105 = 317 (100%)
R 126 of 317 ~ 39.75%
G 86 of 317 ~ 27.13%
B 105 of 317 ~ 33.12%

%39.75
%27.13
%33.12

CMYK color model

#7E5669 color CMYK value is (0,32,17,51).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 16.67%
  • key color value is 50.59%
CMYK:
(0,32,17,51)
C0M32Y17K51 
(0%,32%,17%,51%)
(0.00/0.32/0.17/0.51)	

CMYK percentages

%0
%31.75
%16.67
%50.59

Codes

Color #7E5669 in popluar color models

7E5669
RGB12686105
HSL332°18.87%41.57%
HSB/HSV332°31.75%49.41%
CMYK0.00%31.75%16.67%
50.59%

Color #7E5669 in popluar number systems.

HEX7E5669
Decimal12686105
Binary111111010101101101001
Octal176126151

Shades and tints

Shades of #7E5669

#7E5669
(126,86,105)
#734F60
(115,79,96)
#684857
(104,72,87)
#5D414E
(93,65,78)
#523A45
(82,58,69)
#47333C
(71,51,60)
#3C2C33
(60,44,51)
#31252A
(49,37,42)
#261E21
(38,30,33)
#1B1718
(27,23,24)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #7E5669

#7E5669
(126,86,105)
#896576
(137,101,118)
#947483
(148,116,131)
#9F8390
(159,131,144)
#AA929D
(170,146,157)
#B5A1AA
(181,161,170)
#C0B0B7
(192,176,183)
#CBBFC4
(203,191,196)
#D6CED1
(214,206,209)
#E1DDDE
(225,221,222)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5669 color. Also use rgb(126,86,105) instead hex code.

Text Font Color

.myTextColor { color: #7E5669; }

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

This text font color is #7E5669.


Background Color

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

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

This div background color is #7E5669.


Border color

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

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

This div border color is #7E5669.


Opacity

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

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

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

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

This text has shadow with #7E5669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5669 on black background.


Color preview on white background

This text has color #7E5669 on white background.



Black color preview on #7E5669 background

This text has black color on #7E5669 background.


White color preview on #7E5669 background

This text has white color on #7E5669 background.