COLOR #7E655E

HEX: #7E655E RGB: (126,101,94)

Color info

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

RGB color model

#7E655E color RGB value is (126,101,94).

RGB: (126,101,94) (49%, 40%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 101 of 255 = 40%
B 94 of 255 = 37%

126
101
94

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

Portions of RGB colors in percentages

R + G + B = 126 + 101 + 94 = 321 (100%)
R 126 of 321 ~ 39.25%
G 101 of 321 ~ 31.46%
B 94 of 321 ~ 29.28'%

%39.25
%31.46
%29.28

CMYK color model

#7E655E color CMYK value is (0,20,25,51).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 25.40%
  • key color value is 50.59%
CMYK: (0,20,25,51) C0M20Y25K51 (0%,20%,25%,51%) (0.00/0.20/0.25/0.51) 

CMYK percentages

%0
%19.84
%25.4
%50.59

Codes

Color #7E655E in popluar color models

7E 65 5E
RGB 126 101 94
HSL 13° 14.55% 43.14%
HSB/HSV 13° 25.40% 49.41%
CMYK 0.00% 19.84% 25.40%
50.59%

Color #7E655E in popluar number systems.

HEX 7E 65 5E
Decimal 126 101 94
Binary 1111110 1100101 1011110
Octal 176 145 136

Shades and tints

Shades of #7E655E

#7E655E
(126,101,94)
#735C56
(115,92,86)
#68534E
(104,83,78)
#5D4A46
(93,74,70)
#52413E
(82,65,62)
#473836
(71,56,54)
#3C2F2E
(60,47,46)
#312626
(49,38,38)
#261D1E
(38,29,30)
#1B1416
(27,20,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E655E

#7E655E
(126,101,94)
#89736C
(137,115,108)
#94817A
(148,129,122)
#9F8F88
(159,143,136)
#AA9D96
(170,157,150)
#B5ABA4
(181,171,164)
#C0B9B2
(192,185,178)
#CBC7C0
(203,199,192)
#D6D5CE
(214,213,206)
#E1E3DC
(225,227,220)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E655E; }

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

This text font color is #7E655E.

Background Color

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

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

This div background color is #7E655E.

Border color

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

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

This div border color is #7E655E.

Opacity

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

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

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

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

This text has shadow with #7E655E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E655E.

Preview

Color preview on black background

This text has color #7E655E on black background.


Color preview on white background

This text has color #7E655E on white background.


Black color preview on #7E655E background

This text has black color on #7E655E background.


White color preview on #7E655E background

This text has white color on #7E655E background.


Related colors

Complementary color

Complementary color for #hex is #819AA1.


I love getcolorcode.com

Triadic colors

1 #5E7E65 and #655E7E with #7E655E are triadic colors.

2 #5E657E and #657E5E with #7E655E are triadic colors.