COLOR #7E6365

HEX: #7E6365
RGB: (126,99,101)

Color info

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

RGB color model

#7E6365 color RGB value is (126,99,101).

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

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 101 of 255 = 40%

126
99
101

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 101 = 326 (100%)
R 126 of 326 ~ 38.65%
G 99 of 326 ~ 30.37%
B 101 of 326 ~ 30.98%

%38.65
%30.37
%30.98

CMYK color model

#7E6365 color CMYK value is (0,21,20,51).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 19.84%
  • key color value is 50.59%
CMYK: (0,21,20,51) C0M21Y20K51 (0%,21%,20%,51%) (0.00/0.21/0.20/0.51)

CMYK percentages

%0
%21.43
%19.84
%50.59

Codes

Color #7E6365 in popluar color models

7E6365
RGB12699101
HSL356°12.00%44.12%
HSB/HSV356°21.43%49.41%
CMYK0.00%21.43%19.84%
50.59%

Color #7E6365 in popluar number systems.

HEX7E6365
Decimal12699101
Binary111111011000111100101
Octal176143145

Shades and tints

Shades of #7E6365

#7E6365
(126,99,101)
#735A5C
(115,90,92)
#685153
(104,81,83)
#5D484A
(93,72,74)
#523F41
(82,63,65)
#473638
(71,54,56)
#3C2D2F
(60,45,47)
#312426
(49,36,38)
#261B1D
(38,27,29)
#1B1214
(27,18,20)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #7E6365

#7E6365
(126,99,101)
#897173
(137,113,115)
#947F81
(148,127,129)
#9F8D8F
(159,141,143)
#AA9B9D
(170,155,157)
#B5A9AB
(181,169,171)
#C0B7B9
(192,183,185)
#CBC5C7
(203,197,199)
#D6D3D5
(214,211,213)
#E1E1E3
(225,225,227)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6365; }

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

This text font color is #7E6365.


Background Color

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

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

This div background color is #7E6365.


Border color

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

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

This div border color is #7E6365.


Opacity

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

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

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

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

This text has shadow with #7E6365 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E6365 on black background.


Color preview on white background

This text has color #7E6365 on white background.



Black color preview on #7E6365 background

This text has black color on #7E6365 background.


White color preview on #7E6365 background

This text has white color on #7E6365 background.