COLOR #7E7187

HEX: #7E7187 RGB: (126,113,135)

Color info

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

RGB color model

#7E7187 color RGB value is (126,113,135).

RGB: (126,113,135) (49%, 44%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 135 of 255 = 53%

126
113
135

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

Portions of RGB colors in percentages

R + G + B = 126 + 113 + 135 = 374 (100%)
R 126 of 374 ~ 33.69%
G 113 of 374 ~ 30.21%
B 135 of 374 ~ 36.1'%

%33.69
%30.21
%36.1

CMYK color model

#7E7187 color CMYK value is (7,16,0,47).

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

CMYK: (7,16,0,47)
C7M16Y0K47 (7%, 16%, 0%, 47%)
(0.07 / 0.16 / 0.00 / 0.47)

CMYK percentages

%6.67
%16.3
%0
%47.06

Codes

Color #7E7187 in popluar color models

7E 71 87
RGB 126 113 135
HSL 275° 8.87% 48.63%
HSB/HSV 275° 16.30% 52.94%
CMYK 6.67% 16.30% 0.00%
47.06%

Color #7E7187 in popluar number systems.

HEX 7E 71 87
Decimal 126 113 135
Binary 1111110 1110001 10000111
Octal 176 161 207

Shades and tints

Shades of #7E7187

#7E7187
(126,113,135)
#73677B
(115,103,123)
#685D6F
(104,93,111)
#5D5363
(93,83,99)
#524957
(82,73,87)
#473F4B
(71,63,75)
#3C353F
(60,53,63)
#312B33
(49,43,51)
#262127
(38,33,39)
#1B171B
(27,23,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E7187

#7E7187
(126,113,135)
#897D91
(137,125,145)
#94899B
(148,137,155)
#9F95A5
(159,149,165)
#AAA1AF
(170,161,175)
#B5ADB9
(181,173,185)
#C0B9C3
(192,185,195)
#CBC5CD
(203,197,205)
#D6D1D7
(214,209,215)
#E1DDE1
(225,221,225)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7187; }

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

This text font color is #7E7187.

Background Color

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

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

This div background color is #7E7187.

Border color

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

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

This div border color is #7E7187.

Opacity

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

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

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

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

This text has shadow with #7E7187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7187.

Preview

Color preview on black background

This text has color #7E7187 on black background.


Color preview on white background

This text has color #7E7187 on white background.


Black color preview on #7E7187 background

This text has black color on #7E7187 background.


White color preview on #7E7187 background

This text has white color on #7E7187 background.


Related colors

Complementary color

Complementary color for #hex is #818E78.


I love getcolorcode.com

Triadic colors

1 #877E71 and #71877E with #7E7187 are triadic colors.

2 #87717E and #717E87 with #7E7187 are triadic colors.