COLOR #7E6561

HEX: #7E6561 RGB: (126,101,97)

Color info

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

RGB color model

#7E6561 color RGB value is (126,101,97).

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

RGB channels and saturation

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

126
101
97

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

Portions of RGB colors in percentages

R + G + B = 126 + 101 + 97 = 324 (100%)
R 126 of 324 ~ 38.89%
G 101 of 324 ~ 31.17%
B 97 of 324 ~ 29.94'%

%38.89
%31.17
%29.94

CMYK color model

#7E6561 color CMYK value is (0,20,23,51).

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

CMYK: (0,20,23,51)
C0M20Y23K51 (0%, 20%, 23%, 51%)
(0.00 / 0.20 / 0.23 / 0.51)

CMYK percentages

%0
%19.84
%23.02
%50.59

Codes

Color #7E6561 in popluar color models

7E 65 61
RGB 126 101 97
HSL 13.00% 43.73%
HSB/HSV 23.02% 49.41%
CMYK 0.00% 19.84% 23.02%
50.59%

Color #7E6561 in popluar number systems.

HEX 7E 65 61
Decimal 126 101 97
Binary 1111110 1100101 1100001
Octal 176 145 141

Shades and tints

Shades of #7E6561

#7E6561
(126,101,97)
#735C59
(115,92,89)
#685351
(104,83,81)
#5D4A49
(93,74,73)
#524141
(82,65,65)
#473839
(71,56,57)
#3C2F31
(60,47,49)
#312629
(49,38,41)
#261D21
(38,29,33)
#1B1419
(27,20,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #7E6561

#7E6561
(126,101,97)
#89736F
(137,115,111)
#94817D
(148,129,125)
#9F8F8B
(159,143,139)
#AA9D99
(170,157,153)
#B5ABA7
(181,171,167)
#C0B9B5
(192,185,181)
#CBC7C3
(203,199,195)
#D6D5D1
(214,213,209)
#E1E3DF
(225,227,223)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6561; }

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

This text font color is #7E6561.

Background Color

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

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

This div background color is #7E6561.

Border color

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

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

This div border color is #7E6561.

Opacity

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

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

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

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

This text has shadow with #7E6561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6561.

Preview

Color preview on black background

This text has color #7E6561 on black background.


Color preview on white background

This text has color #7E6561 on white background.


Black color preview on #7E6561 background

This text has black color on #7E6561 background.


White color preview on #7E6561 background

This text has white color on #7E6561 background.


Related colors

Complementary color

Complementary color for #hex is #819A9E.


I love getcolorcode.com

Triadic colors

1 #617E65 and #65617E with #7E6561 are triadic colors.

2 #61657E and #657E61 with #7E6561 are triadic colors.