COLOR #7E605D

HEX: #7E605D
RGB: (126,96,93)

Color info

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

RGB color model

#7E605D color RGB value is (126,96,93).

  • red value is 126;
  • green value is 96;
  • blue value is 93.
RGB:
(126,96,93)
(49%,38%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 93 of 255 = 36%

126
96
93

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

Portions of RGB colors in percentages

R + G + B =
126 + 96 + 93 = 315 (100%)
R 126 of 315 ~ 40%
G 96 of 315 ~ 30.48%
B 93 of 315 ~ 29.52%

%40
%30.48
%29.52

CMYK color model

#7E605D color CMYK value is (0,24,26,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(0,24,26,51)
C0M24Y26K51 
(0%,24%,26%,51%)
(0.00/0.24/0.26/0.51)	

CMYK percentages

%0
%23.81
%26.19
%50.59

Codes

Color #7E605D in popluar color models

7E605D
RGB1269693
HSL15.07%42.94%
HSB/HSV26.19%49.41%
CMYK0.00%23.81%26.19%
50.59%

Color #7E605D in popluar number systems.

HEX7E605D
Decimal1269693
Binary111111011000001011101
Octal176140135

Shades and tints

Shades of #7E605D

#7E605D
(126,96,93)
#735855
(115,88,85)
#68504D
(104,80,77)
#5D4845
(93,72,69)
#52403D
(82,64,61)
#473835
(71,56,53)
#3C302D
(60,48,45)
#312825
(49,40,37)
#26201D
(38,32,29)
#1B1815
(27,24,21)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #7E605D

#7E605D
(126,96,93)
#896E6B
(137,110,107)
#947C79
(148,124,121)
#9F8A87
(159,138,135)
#AA9895
(170,152,149)
#B5A6A3
(181,166,163)
#C0B4B1
(192,180,177)
#CBC2BF
(203,194,191)
#D6D0CD
(214,208,205)
#E1DEDB
(225,222,219)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E605D; }

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

This text font color is #7E605D.


Background Color

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

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

This div background color is #7E605D.


Border color

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

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

This div border color is #7E605D.


Opacity

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

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

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

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

This text has shadow with #7E605D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E605D on black background.


Color preview on white background

This text has color #7E605D on white background.



Black color preview on #7E605D background

This text has black color on #7E605D background.


White color preview on #7E605D background

This text has white color on #7E605D background.