COLOR #7E6464

HEX: #7E6464
RGB: (126,100,100)

Color info

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

RGB color model

#7E6464 color RGB value is (126,100,100).

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

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 100 of 255 = 39%

126
100
100

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

Portions of RGB colors in percentages

R + G + B =
126 + 100 + 100 = 326 (100%)
R 126 of 326 ~ 38.65%
G 100 of 326 ~ 30.67%
B 100 of 326 ~ 30.67%

%38.65
%30.67
%30.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 20.63%
  • key color value is 50.59%
CMYK:
(0,21,21,51)
C0M21Y21K51 
(0%,21%,21%,51%)
(0.00/0.21/0.21/0.51)	

CMYK percentages

%0
%20.63
%20.63
%50.59

Codes

Color #7E6464 in popluar color models

7E6464
RGB126100100
HSL11.50%44.31%
HSB/HSV20.63%49.41%
CMYK0.00%20.63%20.63%
50.59%

Color #7E6464 in popluar number systems.

HEX7E6464
Decimal126100100
Binary111111011001001100100
Octal176144144

Shades and tints

Shades of #7E6464

#7E6464
(126,100,100)
#735B5B
(115,91,91)
#685252
(104,82,82)
#5D4949
(93,73,73)
#524040
(82,64,64)
#473737
(71,55,55)
#3C2E2E
(60,46,46)
#312525
(49,37,37)
#261C1C
(38,28,28)
#1B1313
(27,19,19)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #7E6464

#7E6464
(126,100,100)
#897272
(137,114,114)
#948080
(148,128,128)
#9F8E8E
(159,142,142)
#AA9C9C
(170,156,156)
#B5AAAA
(181,170,170)
#C0B8B8
(192,184,184)
#CBC6C6
(203,198,198)
#D6D4D4
(214,212,212)
#E1E2E2
(225,226,226)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6464; }

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

This text font color is #7E6464.


Background Color

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

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

This div background color is #7E6464.


Border color

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

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

This div border color is #7E6464.


Opacity

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

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

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

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

This text has shadow with #7E6464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6464 on black background.


Color preview on white background

This text has color #7E6464 on white background.



Black color preview on #7E6464 background

This text has black color on #7E6464 background.


White color preview on #7E6464 background

This text has white color on #7E6464 background.