COLOR #7E6F5F

HEX: #7E6F5F RGB: (126,111,95)

Color info

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

RGB color model

#7E6F5F color RGB value is (126,111,95).

RGB: (126,111,95) (49%, 44%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 111 of 255 = 44%
B 95 of 255 = 37%

126
111
95

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

Portions of RGB colors in percentages

R + G + B = 126 + 111 + 95 = 332 (100%)
R 126 of 332 ~ 37.95%
G 111 of 332 ~ 33.43%
B 95 of 332 ~ 28.61'%

%37.95
%33.43
%28.61

CMYK color model

#7E6F5F color CMYK value is (0,12,25,51).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 24.60%
  • key color value is 50.59%

CMYK: (0,12,25,51)
C0M12Y25K51 (0%, 12%, 25%, 51%)
(0.00 / 0.12 / 0.25 / 0.51)

CMYK percentages

%0
%11.9
%24.6
%50.59

Codes

Color #7E6F5F in popluar color models

7E 6F 5F
RGB 126 111 95
HSL 31° 14.03% 43.33%
HSB/HSV 31° 24.60% 49.41%
CMYK 0.00% 11.90% 24.60%
50.59%

Color #7E6F5F in popluar number systems.

HEX 7E 6F 5F
Decimal 126 111 95
Binary 1111110 1101111 1011111
Octal 176 157 137

Shades and tints

Shades of #7E6F5F

#7E6F5F
(126,111,95)
#736557
(115,101,87)
#685B4F
(104,91,79)
#5D5147
(93,81,71)
#52473F
(82,71,63)
#473D37
(71,61,55)
#3C332F
(60,51,47)
#312927
(49,41,39)
#261F1F
(38,31,31)
#1B1517
(27,21,23)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E6F5F

#7E6F5F
(126,111,95)
#897C6D
(137,124,109)
#94897B
(148,137,123)
#9F9689
(159,150,137)
#AAA397
(170,163,151)
#B5B0A5
(181,176,165)
#C0BDB3
(192,189,179)
#CBCAC1
(203,202,193)
#D6D7CF
(214,215,207)
#E1E4DD
(225,228,221)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6F5F color. Also use rgb(126,111,95) instead hex code.

Text Font Color

.myTextColor { color: #7E6F5F; }

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

This text font color is #7E6F5F.

Background Color

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

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

This div background color is #7E6F5F.

Border color

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

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

This div border color is #7E6F5F.

Opacity

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

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

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

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

This text has shadow with #7E6F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6F5F.

Preview

Color preview on black background

This text has color #7E6F5F on black background.


Color preview on white background

This text has color #7E6F5F on white background.


Black color preview on #7E6F5F background

This text has black color on #7E6F5F background.


White color preview on #7E6F5F background

This text has white color on #7E6F5F background.


Related colors

Complementary color

Complementary color for #hex is #8190A0.


I love getcolorcode.com

Triadic colors

1 #5F7E6F and #6F5F7E with #7E6F5F are triadic colors.

2 #5F6F7E and #6F7E5F with #7E6F5F are triadic colors.