COLOR #7E6787

HEX: #7E6787 RGB: (126,103,135)

Color info

#7E6787 contains red, green and blue colors in about the same proportion. Web safe color of #7E6787 is #666699 (or #669).

RGB color model

#7E6787 color RGB value is (126,103,135).

RGB: (126,103,135) (49%, 40%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 103 of 255 = 40%
B 135 of 255 = 53%

126
103
135

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

Portions of RGB colors in percentages

R + G + B = 126 + 103 + 135 = 364 (100%)
R 126 of 364 ~ 34.62%
G 103 of 364 ~ 28.3%
B 135 of 364 ~ 37.09'%

%34.62
%28.3
%37.09

CMYK color model

#7E6787 color CMYK value is (7,24,0,47).

  • cyan value is 6.67%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (7,24,0,47)
C7M24Y0K47 (7%, 24%, 0%, 47%)
(0.07 / 0.24 / 0.00 / 0.47)

CMYK percentages

%6.67
%23.7
%0
%47.06

Codes

Color #7E6787 in popluar color models

7E 67 87
RGB 126 103 135
HSL 283° 13.45% 46.67%
HSB/HSV 283° 23.70% 52.94%
CMYK 6.67% 23.70% 0.00%
47.06%

Color #7E6787 in popluar number systems.

HEX 7E 67 87
Decimal 126 103 135
Binary 1111110 1100111 10000111
Octal 176 147 207

Shades and tints

Shades of #7E6787

#7E6787
(126,103,135)
#735E7B
(115,94,123)
#68556F
(104,85,111)
#5D4C63
(93,76,99)
#524357
(82,67,87)
#473A4B
(71,58,75)
#3C313F
(60,49,63)
#312833
(49,40,51)
#261F27
(38,31,39)
#1B161B
(27,22,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E6787

#7E6787
(126,103,135)
#897491
(137,116,145)
#94819B
(148,129,155)
#9F8EA5
(159,142,165)
#AA9BAF
(170,155,175)
#B5A8B9
(181,168,185)
#C0B5C3
(192,181,195)
#CBC2CD
(203,194,205)
#D6CFD7
(214,207,215)
#E1DCE1
(225,220,225)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6787; }

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

This text font color is #7E6787.

Background Color

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

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

This div background color is #7E6787.

Border color

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

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

This div border color is #7E6787.

Opacity

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

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

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

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

This text has shadow with #7E6787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6787.

Preview

Color preview on black background

This text has color #7E6787 on black background.


Color preview on white background

This text has color #7E6787 on white background.


Black color preview on #7E6787 background

This text has black color on #7E6787 background.


White color preview on #7E6787 background

This text has white color on #7E6787 background.


Related colors

Complementary color

Complementary color for #hex is #819878.


I love getcolorcode.com

Triadic colors

1 #877E67 and #67877E with #7E6787 are triadic colors.

2 #87677E and #677E87 with #7E6787 are triadic colors.