COLOR #7E666A

HEX: #7E666A RGB: (126,102,106)

Color info

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

RGB color model

#7E666A color RGB value is (126,102,106).

RGB: (126,102,106) (49%, 40%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 102 of 255 = 40%
B 106 of 255 = 42%

126
102
106

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

Portions of RGB colors in percentages

R + G + B = 126 + 102 + 106 = 334 (100%)
R 126 of 334 ~ 37.72%
G 102 of 334 ~ 30.54%
B 106 of 334 ~ 31.74'%

%37.72
%30.54
%31.74

CMYK color model

#7E666A color CMYK value is (0,19,16,51).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 15.87%
  • key color value is 50.59%

CMYK: (0,19,16,51)
C0M19Y16K51 (0%, 19%, 16%, 51%)
(0.00 / 0.19 / 0.16 / 0.51)

CMYK percentages

%0
%19.05
%15.87
%50.59

Codes

Color #7E666A in popluar color models

7E 66 6A
RGB 126 102 106
HSL 350° 10.53% 44.71%
HSB/HSV 350° 19.05% 49.41%
CMYK 0.00% 19.05% 15.87%
50.59%

Color #7E666A in popluar number systems.

HEX 7E 66 6A
Decimal 126 102 106
Binary 1111110 1100110 1101010
Octal 176 146 152

Shades and tints

Shades of #7E666A

#7E666A
(126,102,106)
#735D61
(115,93,97)
#685458
(104,84,88)
#5D4B4F
(93,75,79)
#524246
(82,66,70)
#47393D
(71,57,61)
#3C3034
(60,48,52)
#31272B
(49,39,43)
#261E22
(38,30,34)
#1B1519
(27,21,25)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #7E666A

#7E666A
(126,102,106)
#897377
(137,115,119)
#948084
(148,128,132)
#9F8D91
(159,141,145)
#AA9A9E
(170,154,158)
#B5A7AB
(181,167,171)
#C0B4B8
(192,180,184)
#CBC1C5
(203,193,197)
#D6CED2
(214,206,210)
#E1DBDF
(225,219,223)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E666A; }

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

This text font color is #7E666A.

Background Color

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

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

This div background color is #7E666A.

Border color

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

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

This div border color is #7E666A.

Opacity

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

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

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

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

This text has shadow with #7E666A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E666A.

Preview

Color preview on black background

This text has color #7E666A on black background.


Color preview on white background

This text has color #7E666A on white background.


Black color preview on #7E666A background

This text has black color on #7E666A background.


White color preview on #7E666A background

This text has white color on #7E666A background.


Related colors

Complementary color

Complementary color for #hex is #819995.


I love getcolorcode.com

Triadic colors

1 #6A7E66 and #666A7E with #7E666A are triadic colors.

2 #6A667E and #667E6A with #7E666A are triadic colors.