COLOR #7E6261

HEX: #7E6261
RGB: (126,98,97)

Color info

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

RGB color model

#7E6261 color RGB value is (126,98,97).

  • red value is 126;
  • green value is 98;
  • blue value is 97.
RGB:
(126,98,97)
(49%,38%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 97 of 255 = 38%

126
98
97

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 97 = 321 (100%)
R 126 of 321 ~ 39.25%
G 98 of 321 ~ 30.53%
B 97 of 321 ~ 30.22%

%39.25
%30.53
%30.22

CMYK color model

#7E6261 color CMYK value is (0,22,23,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 23.02%
  • key color value is 50.59%
CMYK:
(0,22,23,51)
C0M22Y23K51 
(0%,22%,23%,51%)
(0.00/0.22/0.23/0.51)	

CMYK percentages

%0
%22.22
%23.02
%50.59

Codes

Color #7E6261 in popluar color models

7E6261
RGB1269897
HSL13.00%43.73%
HSB/HSV23.02%49.41%
CMYK0.00%22.22%23.02%
50.59%

Color #7E6261 in popluar number systems.

HEX7E6261
Decimal1269897
Binary111111011000101100001
Octal176142141

Shades and tints

Shades of #7E6261

#7E6261
(126,98,97)
#735A59
(115,90,89)
#685251
(104,82,81)
#5D4A49
(93,74,73)
#524241
(82,66,65)
#473A39
(71,58,57)
#3C3231
(60,50,49)
#312A29
(49,42,41)
#262221
(38,34,33)
#1B1A19
(27,26,25)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7E6261

#7E6261
(126,98,97)
#89706F
(137,112,111)
#947E7D
(148,126,125)
#9F8C8B
(159,140,139)
#AA9A99
(170,154,153)
#B5A8A7
(181,168,167)
#C0B6B5
(192,182,181)
#CBC4C3
(203,196,195)
#D6D2D1
(214,210,209)
#E1E0DF
(225,224,223)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6261 color. Also use rgb(126,98,97) instead hex code.

Text Font Color

.myTextColor { color: #7E6261; }

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

This text font color is #7E6261.


Background Color

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

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

This div background color is #7E6261.


Border color

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

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

This div border color is #7E6261.


Opacity

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

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

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

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

This text has shadow with #7E6261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6261 on black background.


Color preview on white background

This text has color #7E6261 on white background.



Black color preview on #7E6261 background

This text has black color on #7E6261 background.


White color preview on #7E6261 background

This text has white color on #7E6261 background.