COLOR #7E604D

HEX: #7E604D RGB: (126,96,77)

Color info

#7E604D contains red, green and blue colors in about the same proportion. Web safe color of #7E604D is #666633 (or #663).

RGB color model

#7E604D color RGB value is (126,96,77).

RGB: (126,96,77) (49%, 38%, 30%)

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 77 of 255 = 30%

126
96
77

R + G + B ~ 39%. #7E604D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 96 + 77 = 299 (100%)
R 126 of 299 ~ 42.14%
G 96 of 299 ~ 32.11%
B 77 of 299 ~ 25.75'%

%42.14
%32.11
%25.75

CMYK color model

#7E604D color CMYK value is (0,24,39,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 38.89%
  • key color value is 50.59%

CMYK: (0,24,39,51)
C0M24Y39K51 (0%, 24%, 39%, 51%)
(0.00 / 0.24 / 0.39 / 0.51)

CMYK percentages

%0
%23.81
%38.89
%50.59

Codes

Color #7E604D in popluar color models

7E 60 4D
RGB 126 96 77
HSL 23° 24.14% 39.80%
HSB/HSV 23° 38.89% 49.41%
CMYK 0.00% 23.81% 38.89%
50.59%

Color #7E604D in popluar number systems.

HEX 7E 60 4D
Decimal 126 96 77
Binary 1111110 1100000 1001101
Octal 176 140 115

Shades and tints

Shades of #7E604D

#7E604D
(126,96,77)
#735846
(115,88,70)
#68503F
(104,80,63)
#5D4838
(93,72,56)
#524031
(82,64,49)
#47382A
(71,56,42)
#3C3023
(60,48,35)
#31281C
(49,40,28)
#262015
(38,32,21)
#1B180E
(27,24,14)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #7E604D

#7E604D
(126,96,77)
#896E5D
(137,110,93)
#947C6D
(148,124,109)
#9F8A7D
(159,138,125)
#AA988D
(170,152,141)
#B5A69D
(181,166,157)
#C0B4AD
(192,180,173)
#CBC2BD
(203,194,189)
#D6D0CD
(214,208,205)
#E1DEDD
(225,222,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E604D color. Also use rgb(126,96,77) instead hex code.

Text Font Color

.myTextColor { color: #7E604D; }

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

This text font color is #7E604D.

Background Color

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

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

This div background color is #7E604D.

Border color

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

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

This div border color is #7E604D.

Opacity

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

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

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

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

This text has shadow with #7E604D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E604D.

Preview

Color preview on black background

This text has color #7E604D on black background.


Color preview on white background

This text has color #7E604D on white background.


Black color preview on #7E604D background

This text has black color on #7E604D background.


White color preview on #7E604D background

This text has white color on #7E604D background.


Related colors

Complementary color

Complementary color for #hex is #819FB2.


I love getcolorcode.com

Triadic colors

1 #4D7E60 and #604D7E with #7E604D are triadic colors.

2 #4D607E and #607E4D with #7E604D are triadic colors.