COLOR #7E565B

HEX: #7E565B
RGB: (126,86,91)

Color info

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

RGB color model

#7E565B color RGB value is (126,86,91).

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

RGB channels and saturation

R 126 of 255 = 49%
G 86 of 255 = 34%
B 91 of 255 = 36%

126
86
91

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

Portions of RGB colors in percentages

R + G + B =
126 + 86 + 91 = 303 (100%)
R 126 of 303 ~ 41.58%
G 86 of 303 ~ 28.38%
B 91 of 303 ~ 30.03%

%41.58
%28.38
%30.03

CMYK color model

#7E565B color CMYK value is (0,32,28,51).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,32,28,51)
C0M32Y28K51 
(0%,32%,28%,51%)
(0.00/0.32/0.28/0.51)	

CMYK percentages

%0
%31.75
%27.78
%50.59

Codes

Color #7E565B in popluar color models

7E565B
RGB1268691
HSL353°18.87%41.57%
HSB/HSV353°31.75%49.41%
CMYK0.00%31.75%27.78%
50.59%

Color #7E565B in popluar number systems.

HEX7E565B
Decimal1268691
Binary111111010101101011011
Octal176126133

Shades and tints

Shades of #7E565B

#7E565B
(126,86,91)
#734F53
(115,79,83)
#68484B
(104,72,75)
#5D4143
(93,65,67)
#523A3B
(82,58,59)
#473333
(71,51,51)
#3C2C2B
(60,44,43)
#312523
(49,37,35)
#261E1B
(38,30,27)
#1B1713
(27,23,19)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #7E565B

#7E565B
(126,86,91)
#896569
(137,101,105)
#947477
(148,116,119)
#9F8385
(159,131,133)
#AA9293
(170,146,147)
#B5A1A1
(181,161,161)
#C0B0AF
(192,176,175)
#CBBFBD
(203,191,189)
#D6CECB
(214,206,203)
#E1DDD9
(225,221,217)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E565B; }

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

This text font color is #7E565B.


Background Color

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

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

This div background color is #7E565B.


Border color

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

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

This div border color is #7E565B.


Opacity

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

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

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

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

This text has shadow with #7E565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E565B on black background.


Color preview on white background

This text has color #7E565B on white background.



Black color preview on #7E565B background

This text has black color on #7E565B background.


White color preview on #7E565B background

This text has white color on #7E565B background.