COLOR #7E5658

HEX: #7E5658
RGB: (126,86,88)

Color info

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

RGB color model

#7E5658 color RGB value is (126,86,88).

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

RGB channels and saturation

R 126 of 255 = 49%
G 86 of 255 = 34%
B 88 of 255 = 35%

126
86
88

R + G + B ~ 39%. #7E5658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 86 + 88 = 300 (100%)
R 126 of 300 ~ 42%
G 86 of 300 ~ 28.67%
B 88 of 300 ~ 29.33%

%42
%28.67
%29.33

CMYK color model

#7E5658 color CMYK value is (0,32,30,51).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,32,30,51)
C0M32Y30K51 
(0%,32%,30%,51%)
(0.00/0.32/0.30/0.51)	

CMYK percentages

%0
%31.75
%30.16
%50.59

Codes

Color #7E5658 in popluar color models

7E5658
RGB1268688
HSL357°18.87%41.57%
HSB/HSV357°31.75%49.41%
CMYK0.00%31.75%30.16%
50.59%

Color #7E5658 in popluar number systems.

HEX7E5658
Decimal1268688
Binary111111010101101011000
Octal176126130

Shades and tints

Shades of #7E5658

#7E5658
(126,86,88)
#734F50
(115,79,80)
#684848
(104,72,72)
#5D4140
(93,65,64)
#523A38
(82,58,56)
#473330
(71,51,48)
#3C2C28
(60,44,40)
#312520
(49,37,32)
#261E18
(38,30,24)
#1B1710
(27,23,16)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #7E5658

#7E5658
(126,86,88)
#896567
(137,101,103)
#947476
(148,116,118)
#9F8385
(159,131,133)
#AA9294
(170,146,148)
#B5A1A3
(181,161,163)
#C0B0B2
(192,176,178)
#CBBFC1
(203,191,193)
#D6CED0
(214,206,208)
#E1DDDF
(225,221,223)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5658; }

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

This text font color is #7E5658.


Background Color

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

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

This div background color is #7E5658.


Border color

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

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

This div border color is #7E5658.


Opacity

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

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

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

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

This text has shadow with #7E5658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5658 on black background.


Color preview on white background

This text has color #7E5658 on white background.



Black color preview on #7E5658 background

This text has black color on #7E5658 background.


White color preview on #7E5658 background

This text has white color on #7E5658 background.