COLOR #7E605B

HEX: #7E605B
RGB: (126,96,91)

Color info

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

RGB color model

#7E605B color RGB value is (126,96,91).

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

RGB channels and saturation

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

126
96
91

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

Portions of RGB colors in percentages

R + G + B =
126 + 96 + 91 = 313 (100%)
R 126 of 313 ~ 40.26%
G 96 of 313 ~ 30.67%
B 91 of 313 ~ 29.07%

%40.26
%30.67
%29.07

CMYK color model

#7E605B color CMYK value is (0,24,28,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,24,28,51)
C0M24Y28K51 
(0%,24%,28%,51%)
(0.00/0.24/0.28/0.51)	

CMYK percentages

%0
%23.81
%27.78
%50.59

Codes

Color #7E605B in popluar color models

7E605B
RGB1269691
HSL16.13%42.55%
HSB/HSV27.78%49.41%
CMYK0.00%23.81%27.78%
50.59%

Color #7E605B in popluar number systems.

HEX7E605B
Decimal1269691
Binary111111011000001011011
Octal176140133

Shades and tints

Shades of #7E605B

#7E605B
(126,96,91)
#735853
(115,88,83)
#68504B
(104,80,75)
#5D4843
(93,72,67)
#52403B
(82,64,59)
#473833
(71,56,51)
#3C302B
(60,48,43)
#312823
(49,40,35)
#26201B
(38,32,27)
#1B1813
(27,24,19)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #7E605B

#7E605B
(126,96,91)
#896E69
(137,110,105)
#947C77
(148,124,119)
#9F8A85
(159,138,133)
#AA9893
(170,152,147)
#B5A6A1
(181,166,161)
#C0B4AF
(192,180,175)
#CBC2BD
(203,194,189)
#D6D0CB
(214,208,203)
#E1DED9
(225,222,217)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E605B; }

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

This text font color is #7E605B.


Background Color

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

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

This div background color is #7E605B.


Border color

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

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

This div border color is #7E605B.


Opacity

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

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

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

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

This text has shadow with #7E605B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E605B on black background.


Color preview on white background

This text has color #7E605B on white background.



Black color preview on #7E605B background

This text has black color on #7E605B background.


White color preview on #7E605B background

This text has white color on #7E605B background.