COLOR #7E6369

HEX: #7E6369
RGB: (126,99,105)

Color info

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

RGB color model

#7E6369 color RGB value is (126,99,105).

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

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 105 of 255 = 41%

126
99
105

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 105 = 330 (100%)
R 126 of 330 ~ 38.18%
G 99 of 330 ~ 30%
B 105 of 330 ~ 31.82%

%38.18
%30
%31.82

CMYK color model

#7E6369 color CMYK value is (0,21,17,51).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 16.67%
  • key color value is 50.59%
CMYK:
(0,21,17,51)
C0M21Y17K51 
(0%,21%,17%,51%)
(0.00/0.21/0.17/0.51)	

CMYK percentages

%0
%21.43
%16.67
%50.59

Codes

Color #7E6369 in popluar color models

7E6369
RGB12699105
HSL347°12.00%44.12%
HSB/HSV347°21.43%49.41%
CMYK0.00%21.43%16.67%
50.59%

Color #7E6369 in popluar number systems.

HEX7E6369
Decimal12699105
Binary111111011000111101001
Octal176143151

Shades and tints

Shades of #7E6369

#7E6369
(126,99,105)
#735A60
(115,90,96)
#685157
(104,81,87)
#5D484E
(93,72,78)
#523F45
(82,63,69)
#47363C
(71,54,60)
#3C2D33
(60,45,51)
#31242A
(49,36,42)
#261B21
(38,27,33)
#1B1218
(27,18,24)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #7E6369

#7E6369
(126,99,105)
#897176
(137,113,118)
#947F83
(148,127,131)
#9F8D90
(159,141,144)
#AA9B9D
(170,155,157)
#B5A9AA
(181,169,170)
#C0B7B7
(192,183,183)
#CBC5C4
(203,197,196)
#D6D3D1
(214,211,209)
#E1E1DE
(225,225,222)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6369; }

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

This text font color is #7E6369.


Background Color

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

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

This div background color is #7E6369.


Border color

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

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

This div border color is #7E6369.


Opacity

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

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

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

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

This text has shadow with #7E6369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6369 on black background.


Color preview on white background

This text has color #7E6369 on white background.



Black color preview on #7E6369 background

This text has black color on #7E6369 background.


White color preview on #7E6369 background

This text has white color on #7E6369 background.