COLOR #7E6562

HEX: #7E6562 RGB: (126,101,98)

Color info

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

RGB color model

#7E6562 color RGB value is (126,101,98).

RGB: (126,101,98) (49%, 40%, 38%)

RGB channels and saturation

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

126
101
98

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

Portions of RGB colors in percentages

R + G + B = 126 + 101 + 98 = 325 (100%)
R 126 of 325 ~ 38.77%
G 101 of 325 ~ 31.08%
B 98 of 325 ~ 30.15'%

%38.77
%31.08
%30.15

CMYK color model

#7E6562 color CMYK value is (0,20,22,51).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 22.22%
  • key color value is 50.59%

CMYK: (0,20,22,51)
C0M20Y22K51 (0%, 20%, 22%, 51%)
(0.00 / 0.20 / 0.22 / 0.51)

CMYK percentages

%0
%19.84
%22.22
%50.59

Codes

Color #7E6562 in popluar color models

7E 65 62
RGB 126 101 98
HSL 12.50% 43.92%
HSB/HSV 22.22% 49.41%
CMYK 0.00% 19.84% 22.22%
50.59%

Color #7E6562 in popluar number systems.

HEX 7E 65 62
Decimal 126 101 98
Binary 1111110 1100101 1100010
Octal 176 145 142

Shades and tints

Shades of #7E6562

#7E6562
(126,101,98)
#735C5A
(115,92,90)
#685352
(104,83,82)
#5D4A4A
(93,74,74)
#524142
(82,65,66)
#47383A
(71,56,58)
#3C2F32
(60,47,50)
#31262A
(49,38,42)
#261D22
(38,29,34)
#1B141A
(27,20,26)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #7E6562

#7E6562
(126,101,98)
#897370
(137,115,112)
#94817E
(148,129,126)
#9F8F8C
(159,143,140)
#AA9D9A
(170,157,154)
#B5ABA8
(181,171,168)
#C0B9B6
(192,185,182)
#CBC7C4
(203,199,196)
#D6D5D2
(214,213,210)
#E1E3E0
(225,227,224)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6562; }

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

This text font color is #7E6562.

Background Color

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

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

This div background color is #7E6562.

Border color

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

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

This div border color is #7E6562.

Opacity

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

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

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

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

This text has shadow with #7E6562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6562.

Preview

Color preview on black background

This text has color #7E6562 on black background.


Color preview on white background

This text has color #7E6562 on white background.


Black color preview on #7E6562 background

This text has black color on #7E6562 background.


White color preview on #7E6562 background

This text has white color on #7E6562 background.


Related colors

Complementary color

Complementary color for #hex is #819A9D.


I love getcolorcode.com

Triadic colors

1 #627E65 and #65627E with #7E6562 are triadic colors.

2 #62657E and #657E62 with #7E6562 are triadic colors.