COLOR #7E6662

HEX: #7E6662
RGB: (126,102,98)

Color info

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

RGB color model

#7E6662 color RGB value is (126,102,98).

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

RGB channels and saturation

R 126 of 255 = 49%
G 102 of 255 = 40%
B 98 of 255 = 38%

126
102
98

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

Portions of RGB colors in percentages

R + G + B =
126 + 102 + 98 = 326 (100%)
R 126 of 326 ~ 38.65%
G 102 of 326 ~ 31.29%
B 98 of 326 ~ 30.06%

%38.65
%31.29
%30.06

CMYK color model

#7E6662 color CMYK value is (0,19,22,51).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 22.22%
  • key color value is 50.59%
CMYK:
(0,19,22,51)
C0M19Y22K51 
(0%,19%,22%,51%)
(0.00/0.19/0.22/0.51)	

CMYK percentages

%0
%19.05
%22.22
%50.59

Codes

Color #7E6662 in popluar color models

7E6662
RGB12610298
HSL12.50%43.92%
HSB/HSV22.22%49.41%
CMYK0.00%19.05%22.22%
50.59%

Color #7E6662 in popluar number systems.

HEX7E6662
Decimal12610298
Binary111111011001101100010
Octal176146142

Shades and tints

Shades of #7E6662

#7E6662
(126,102,98)
#735D5A
(115,93,90)
#685452
(104,84,82)
#5D4B4A
(93,75,74)
#524242
(82,66,66)
#47393A
(71,57,58)
#3C3032
(60,48,50)
#31272A
(49,39,42)
#261E22
(38,30,34)
#1B151A
(27,21,26)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #7E6662

#7E6662
(126,102,98)
#897370
(137,115,112)
#94807E
(148,128,126)
#9F8D8C
(159,141,140)
#AA9A9A
(170,154,154)
#B5A7A8
(181,167,168)
#C0B4B6
(192,180,182)
#CBC1C4
(203,193,196)
#D6CED2
(214,206,210)
#E1DBE0
(225,219,224)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6662; }

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

This text font color is #7E6662.


Background Color

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

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

This div background color is #7E6662.


Border color

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

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

This div border color is #7E6662.


Opacity

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

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

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

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

This text has shadow with #7E6662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6662 on black background.


Color preview on white background

This text has color #7E6662 on white background.



Black color preview on #7E6662 background

This text has black color on #7E6662 background.


White color preview on #7E6662 background

This text has white color on #7E6662 background.