COLOR #7E695E

HEX: #7E695E
RGB: (126,105,94)

Color info

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

RGB color model

#7E695E color RGB value is (126,105,94).

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

RGB channels and saturation

R 126 of 255 = 49%
G 105 of 255 = 41%
B 94 of 255 = 37%

126
105
94

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

Portions of RGB colors in percentages

R + G + B =
126 + 105 + 94 = 325 (100%)
R 126 of 325 ~ 38.77%
G 105 of 325 ~ 32.31%
B 94 of 325 ~ 28.92%

%38.77
%32.31
%28.92

CMYK color model

#7E695E color CMYK value is (0,17,25,51).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 25.40%
  • key color value is 50.59%
CMYK:
(0,17,25,51)
C0M17Y25K51 
(0%,17%,25%,51%)
(0.00/0.17/0.25/0.51)	

CMYK percentages

%0
%16.67
%25.4
%50.59

Codes

Color #7E695E in popluar color models

7E695E
RGB12610594
HSL21°14.55%43.14%
HSB/HSV21°25.40%49.41%
CMYK0.00%16.67%25.40%
50.59%

Color #7E695E in popluar number systems.

HEX7E695E
Decimal12610594
Binary111111011010011011110
Octal176151136

Shades and tints

Shades of #7E695E

#7E695E
(126,105,94)
#736056
(115,96,86)
#68574E
(104,87,78)
#5D4E46
(93,78,70)
#52453E
(82,69,62)
#473C36
(71,60,54)
#3C332E
(60,51,46)
#312A26
(49,42,38)
#26211E
(38,33,30)
#1B1816
(27,24,22)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E695E

#7E695E
(126,105,94)
#89766C
(137,118,108)
#94837A
(148,131,122)
#9F9088
(159,144,136)
#AA9D96
(170,157,150)
#B5AAA4
(181,170,164)
#C0B7B2
(192,183,178)
#CBC4C0
(203,196,192)
#D6D1CE
(214,209,206)
#E1DEDC
(225,222,220)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E695E; }

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

This text font color is #7E695E.


Background Color

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

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

This div background color is #7E695E.


Border color

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

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

This div border color is #7E695E.


Opacity

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

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

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

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

This text has shadow with #7E695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E695E on black background.


Color preview on white background

This text has color #7E695E on white background.



Black color preview on #7E695E background

This text has black color on #7E695E background.


White color preview on #7E695E background

This text has white color on #7E695E background.