COLOR #7E6B58

HEX: #7E6B58
RGB: (126,107,88)

Color info

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

RGB color model

#7E6B58 color RGB value is (126,107,88).

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

RGB channels and saturation

R 126 of 255 = 49%
G 107 of 255 = 42%
B 88 of 255 = 35%

126
107
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 107 + 88 = 321 (100%)
R 126 of 321 ~ 39.25%
G 107 of 321 ~ 33.33%
B 88 of 321 ~ 27.41%

%39.25
%33.33
%27.41

CMYK color model

#7E6B58 color CMYK value is (0,15,30,51).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,15,30,51)
C0M15Y30K51 
(0%,15%,30%,51%)
(0.00/0.15/0.30/0.51)	

CMYK percentages

%0
%15.08
%30.16
%50.59

Codes

Color #7E6B58 in popluar color models

7E6B58
RGB12610788
HSL30°17.76%41.96%
HSB/HSV30°30.16%49.41%
CMYK0.00%15.08%30.16%
50.59%

Color #7E6B58 in popluar number systems.

HEX7E6B58
Decimal12610788
Binary111111011010111011000
Octal176153130

Shades and tints

Shades of #7E6B58

#7E6B58
(126,107,88)
#736250
(115,98,80)
#685948
(104,89,72)
#5D5040
(93,80,64)
#524738
(82,71,56)
#473E30
(71,62,48)
#3C3528
(60,53,40)
#312C20
(49,44,32)
#262318
(38,35,24)
#1B1A10
(27,26,16)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #7E6B58

#7E6B58
(126,107,88)
#897867
(137,120,103)
#948576
(148,133,118)
#9F9285
(159,146,133)
#AA9F94
(170,159,148)
#B5ACA3
(181,172,163)
#C0B9B2
(192,185,178)
#CBC6C1
(203,198,193)
#D6D3D0
(214,211,208)
#E1E0DF
(225,224,223)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6B58; }

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

This text font color is #7E6B58.


Background Color

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

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

This div background color is #7E6B58.


Border color

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

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

This div border color is #7E6B58.


Opacity

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

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

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

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

This text has shadow with #7E6B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6B58 on black background.


Color preview on white background

This text has color #7E6B58 on white background.



Black color preview on #7E6B58 background

This text has black color on #7E6B58 background.


White color preview on #7E6B58 background

This text has white color on #7E6B58 background.