COLOR #7E6568

HEX: #7E6568
RGB: (126,101,104)

Color info

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

RGB color model

#7E6568 color RGB value is (126,101,104).

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

RGB channels and saturation

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

126
101
104

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

Portions of RGB colors in percentages

R + G + B =
126 + 101 + 104 = 331 (100%)
R 126 of 331 ~ 38.07%
G 101 of 331 ~ 30.51%
B 104 of 331 ~ 31.42%

%38.07
%30.51
%31.42

CMYK color model

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

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

CMYK percentages

%0
%19.84
%17.46
%50.59

Codes

Color #7E6568 in popluar color models

7E6568
RGB126101104
HSL353°11.01%44.51%
HSB/HSV353°19.84%49.41%
CMYK0.00%19.84%17.46%
50.59%

Color #7E6568 in popluar number systems.

HEX7E6568
Decimal126101104
Binary111111011001011101000
Octal176145150

Shades and tints

Shades of #7E6568

#7E6568
(126,101,104)
#735C5F
(115,92,95)
#685356
(104,83,86)
#5D4A4D
(93,74,77)
#524144
(82,65,68)
#47383B
(71,56,59)
#3C2F32
(60,47,50)
#312629
(49,38,41)
#261D20
(38,29,32)
#1B1417
(27,20,23)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E6568

#7E6568
(126,101,104)
#897375
(137,115,117)
#948182
(148,129,130)
#9F8F8F
(159,143,143)
#AA9D9C
(170,157,156)
#B5ABA9
(181,171,169)
#C0B9B6
(192,185,182)
#CBC7C3
(203,199,195)
#D6D5D0
(214,213,208)
#E1E3DD
(225,227,221)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6568; }

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

This text font color is #7E6568.


Background Color

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

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

This div background color is #7E6568.


Border color

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

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

This div border color is #7E6568.


Opacity

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

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

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

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

This text has shadow with #7E6568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6568 on black background.


Color preview on white background

This text has color #7E6568 on white background.



Black color preview on #7E6568 background

This text has black color on #7E6568 background.


White color preview on #7E6568 background

This text has white color on #7E6568 background.