COLOR #7E6567

HEX: #7E6567 RGB: (126,101,103)

Color info

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

RGB color model

#7E6567 color RGB value is (126,101,103).

RGB: (126,101,103) (49%, 40%, 40%)

RGB channels and saturation

R 126 of 255 = 49%
G 101 of 255 = 40%
B 103 of 255 = 40%

126
101
103

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

Portions of RGB colors in percentages

R + G + B = 126 + 101 + 103 = 330 (100%)
R 126 of 330 ~ 38.18%
G 101 of 330 ~ 30.61%
B 103 of 330 ~ 31.21'%

%38.18
%30.61
%31.21

CMYK color model

#7E6567 color CMYK value is (0,20,18,51).

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

CMYK: (0,20,18,51)
C0M20Y18K51 (0%, 20%, 18%, 51%)
(0.00 / 0.20 / 0.18 / 0.51)

CMYK percentages

%0
%19.84
%18.25
%50.59

Codes

Color #7E6567 in popluar color models

7E 65 67
RGB 126 101 103
HSL 355° 11.01% 44.51%
HSB/HSV 355° 19.84% 49.41%
CMYK 0.00% 19.84% 18.25%
50.59%

Color #7E6567 in popluar number systems.

HEX 7E 65 67
Decimal 126 101 103
Binary 1111110 1100101 1100111
Octal 176 145 147

Shades and tints

Shades of #7E6567

#7E6567
(126,101,103)
#735C5E
(115,92,94)
#685355
(104,83,85)
#5D4A4C
(93,74,76)
#524143
(82,65,67)
#47383A
(71,56,58)
#3C2F31
(60,47,49)
#312628
(49,38,40)
#261D1F
(38,29,31)
#1B1416
(27,20,22)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E6567

#7E6567
(126,101,103)
#897374
(137,115,116)
#948181
(148,129,129)
#9F8F8E
(159,143,142)
#AA9D9B
(170,157,155)
#B5ABA8
(181,171,168)
#C0B9B5
(192,185,181)
#CBC7C2
(203,199,194)
#D6D5CF
(214,213,207)
#E1E3DC
(225,227,220)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6567; }

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

This text font color is #7E6567.

Background Color

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

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

This div background color is #7E6567.

Border color

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

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

This div border color is #7E6567.

Opacity

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

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

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

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

This text has shadow with #7E6567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6567.

Preview

Color preview on black background

This text has color #7E6567 on black background.


Color preview on white background

This text has color #7E6567 on white background.


Black color preview on #7E6567 background

This text has black color on #7E6567 background.


White color preview on #7E6567 background

This text has white color on #7E6567 background.


Related colors

Complementary color

Complementary color for #hex is #819A98.


I love getcolorcode.com

Triadic colors

1 #677E65 and #65677E with #7E6567 are triadic colors.

2 #67657E and #657E67 with #7E6567 are triadic colors.