COLOR #7E6C7B

HEX: #7E6C7B RGB: (126,108,123)

Color info

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

RGB color model

#7E6C7B color RGB value is (126,108,123).

RGB: (126,108,123) (49%, 42%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 108 of 255 = 42%
B 123 of 255 = 48%

126
108
123

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

Portions of RGB colors in percentages

R + G + B = 126 + 108 + 123 = 357 (100%)
R 126 of 357 ~ 35.29%
G 108 of 357 ~ 30.25%
B 123 of 357 ~ 34.45'%

%35.29
%30.25
%34.45

CMYK color model

#7E6C7B color CMYK value is (0,14,2,51).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK: (0,14,2,51) C0M14Y2K51 (0%,14%,2%,51%) (0.00/0.14/0.02/0.51) 

CMYK percentages

%0
%14.29
%2.38
%50.59

Codes

Color #7E6C7B in popluar color models

7E 6C 7B
RGB 126 108 123
HSL 310° 7.69% 45.88%
HSB/HSV 310° 14.29% 49.41%
CMYK 0.00% 14.29% 2.38%
50.59%

Color #7E6C7B in popluar number systems.

HEX 7E 6C 7B
Decimal 126 108 123
Binary 1111110 1101100 1111011
Octal 176 154 173

Shades and tints

Shades of #7E6C7B

#7E6C7B
(126,108,123)
#736370
(115,99,112)
#685A65
(104,90,101)
#5D515A
(93,81,90)
#52484F
(82,72,79)
#473F44
(71,63,68)
#3C3639
(60,54,57)
#312D2E
(49,45,46)
#262423
(38,36,35)
#1B1B18
(27,27,24)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #7E6C7B

#7E6C7B
(126,108,123)
#897987
(137,121,135)
#948693
(148,134,147)
#9F939F
(159,147,159)
#AAA0AB
(170,160,171)
#B5ADB7
(181,173,183)
#C0BAC3
(192,186,195)
#CBC7CF
(203,199,207)
#D6D4DB
(214,212,219)
#E1E1E7
(225,225,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6C7B; }

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

This text font color is #7E6C7B.

Background Color

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

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

This div background color is #7E6C7B.

Border color

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

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

This div border color is #7E6C7B.

Opacity

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

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

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

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

This text has shadow with #7E6C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6C7B.

Preview

Color preview on black background

This text has color #7E6C7B on black background.


Color preview on white background

This text has color #7E6C7B on white background.


Black color preview on #7E6C7B background

This text has black color on #7E6C7B background.


White color preview on #7E6C7B background

This text has white color on #7E6C7B background.


Related colors

Complementary color

Complementary color for #hex is #819384.


I love getcolorcode.com

Triadic colors

1 #7B7E6C and #6C7B7E with #7E6C7B are triadic colors.

2 #7B6C7E and #6C7E7B with #7E6C7B are triadic colors.