COLOR #7E655B

HEX: #7E655B RGB: (126,101,91)

Color info

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

RGB color model

#7E655B color RGB value is (126,101,91).

RGB: (126,101,91) (49%, 40%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 101 of 255 = 40%
B 91 of 255 = 36%

126
101
91

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

Portions of RGB colors in percentages

R + G + B = 126 + 101 + 91 = 318 (100%)
R 126 of 318 ~ 39.62%
G 101 of 318 ~ 31.76%
B 91 of 318 ~ 28.62'%

%39.62
%31.76
%28.62

CMYK color model

#7E655B color CMYK value is (0,20,28,51).

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

CMYK: (0,20,28,51)
C0M20Y28K51 (0%, 20%, 28%, 51%)
(0.00 / 0.20 / 0.28 / 0.51)

CMYK percentages

%0
%19.84
%27.78
%50.59

Codes

Color #7E655B in popluar color models

7E 65 5B
RGB 126 101 91
HSL 17° 16.13% 42.55%
HSB/HSV 17° 27.78% 49.41%
CMYK 0.00% 19.84% 27.78%
50.59%

Color #7E655B in popluar number systems.

HEX 7E 65 5B
Decimal 126 101 91
Binary 1111110 1100101 1011011
Octal 176 145 133

Shades and tints

Shades of #7E655B

#7E655B
(126,101,91)
#735C53
(115,92,83)
#68534B
(104,83,75)
#5D4A43
(93,74,67)
#52413B
(82,65,59)
#473833
(71,56,51)
#3C2F2B
(60,47,43)
#312623
(49,38,35)
#261D1B
(38,29,27)
#1B1413
(27,20,19)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #7E655B

#7E655B
(126,101,91)
#897369
(137,115,105)
#948177
(148,129,119)
#9F8F85
(159,143,133)
#AA9D93
(170,157,147)
#B5ABA1
(181,171,161)
#C0B9AF
(192,185,175)
#CBC7BD
(203,199,189)
#D6D5CB
(214,213,203)
#E1E3D9
(225,227,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E655B; }

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

This text font color is #7E655B.

Background Color

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

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

This div background color is #7E655B.

Border color

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

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

This div border color is #7E655B.

Opacity

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

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

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

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

This text has shadow with #7E655B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E655B.

Preview

Color preview on black background

This text has color #7E655B on black background.


Color preview on white background

This text has color #7E655B on white background.


Black color preview on #7E655B background

This text has black color on #7E655B background.


White color preview on #7E655B background

This text has white color on #7E655B background.


Related colors

Complementary color

Complementary color for #hex is #819AA4.


I love getcolorcode.com

Triadic colors

1 #5B7E65 and #655B7E with #7E655B are triadic colors.

2 #5B657E and #657E5B with #7E655B are triadic colors.