COLOR #7E6F7B

HEX: #7E6F7B
RGB: (126,111,123)

Color info

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

RGB color model

#7E6F7B color RGB value is (126,111,123).

  • red value is 126;
  • green value is 111;
  • blue value is 123.
RGB:
(126,111,123)
(49%,44%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 111 of 255 = 44%
B 123 of 255 = 48%

126
111
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 111 + 123 = 360 (100%)
R 126 of 360 ~ 35%
G 111 of 360 ~ 30.83%
B 123 of 360 ~ 34.17%

%35
%30.83
%34.17

CMYK color model

#7E6F7B color CMYK value is (0,12,2,51).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK:
(0,12,2,51)
C0M12Y2K51 
(0%,12%,2%,51%)
(0.00/0.12/0.02/0.51)	

CMYK percentages

%0
%11.9
%2.38
%50.59

Codes

Color #7E6F7B in popluar color models

7E6F7B
RGB126111123
HSL312°6.33%46.47%
HSB/HSV312°11.90%49.41%
CMYK0.00%11.90%2.38%
50.59%

Color #7E6F7B in popluar number systems.

HEX7E6F7B
Decimal126111123
Binary111111011011111111011
Octal176157173

Shades and tints

Shades of #7E6F7B

#7E6F7B
(126,111,123)
#736570
(115,101,112)
#685B65
(104,91,101)
#5D515A
(93,81,90)
#52474F
(82,71,79)
#473D44
(71,61,68)
#3C3339
(60,51,57)
#31292E
(49,41,46)
#261F23
(38,31,35)
#1B1518
(27,21,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E6F7B

#7E6F7B
(126,111,123)
#897C87
(137,124,135)
#948993
(148,137,147)
#9F969F
(159,150,159)
#AAA3AB
(170,163,171)
#B5B0B7
(181,176,183)
#C0BDC3
(192,189,195)
#CBCACF
(203,202,207)
#D6D7DB
(214,215,219)
#E1E4E7
(225,228,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6F7B; }

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

This text font color is #7E6F7B.


Background Color

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

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

This div background color is #7E6F7B.


Border color

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

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

This div border color is #7E6F7B.


Opacity

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

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

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

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

This text has shadow with #7E6F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6F7B on black background.


Color preview on white background

This text has color #7E6F7B on white background.



Black color preview on #7E6F7B background

This text has black color on #7E6F7B background.


White color preview on #7E6F7B background

This text has white color on #7E6F7B background.