COLOR #7E6965

HEX: #7E6965
RGB: (126,105,101)

Color info

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

RGB color model

#7E6965 color RGB value is (126,105,101).

  • red value is 126;
  • green value is 105;
  • blue value is 101.
RGB:
(126,105,101)
(49%,41%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 105 of 255 = 41%
B 101 of 255 = 40%

126
105
101

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

Portions of RGB colors in percentages

R + G + B =
126 + 105 + 101 = 332 (100%)
R 126 of 332 ~ 37.95%
G 105 of 332 ~ 31.63%
B 101 of 332 ~ 30.42%

%37.95
%31.63
%30.42

CMYK color model

#7E6965 color CMYK value is (0,17,20,51).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 19.84%
  • key color value is 50.59%
CMYK:
(0,17,20,51)
C0M17Y20K51 
(0%,17%,20%,51%)
(0.00/0.17/0.20/0.51)	

CMYK percentages

%0
%16.67
%19.84
%50.59

Codes

Color #7E6965 in popluar color models

7E6965
RGB126105101
HSL10°11.01%44.51%
HSB/HSV10°19.84%49.41%
CMYK0.00%16.67%19.84%
50.59%

Color #7E6965 in popluar number systems.

HEX7E6965
Decimal126105101
Binary111111011010011100101
Octal176151145

Shades and tints

Shades of #7E6965

#7E6965
(126,105,101)
#73605C
(115,96,92)
#685753
(104,87,83)
#5D4E4A
(93,78,74)
#524541
(82,69,65)
#473C38
(71,60,56)
#3C332F
(60,51,47)
#312A26
(49,42,38)
#26211D
(38,33,29)
#1B1814
(27,24,20)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E6965

#7E6965
(126,105,101)
#897673
(137,118,115)
#948381
(148,131,129)
#9F908F
(159,144,143)
#AA9D9D
(170,157,157)
#B5AAAB
(181,170,171)
#C0B7B9
(192,183,185)
#CBC4C7
(203,196,199)
#D6D1D5
(214,209,213)
#E1DEE3
(225,222,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6965; }

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

This text font color is #7E6965.


Background Color

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

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

This div background color is #7E6965.


Border color

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

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

This div border color is #7E6965.


Opacity

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

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

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

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

This text has shadow with #7E6965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6965 on black background.


Color preview on white background

This text has color #7E6965 on white background.



Black color preview on #7E6965 background

This text has black color on #7E6965 background.


White color preview on #7E6965 background

This text has white color on #7E6965 background.