COLOR #7E758A

HEX: #7E758A RGB: (126,117,138)

Color info

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

RGB color model

#7E758A color RGB value is (126,117,138).

RGB: (126,117,138) (49%, 46%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 138 of 255 = 54%

126
117
138

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

Portions of RGB colors in percentages

R + G + B = 126 + 117 + 138 = 381 (100%)
R 126 of 381 ~ 33.07%
G 117 of 381 ~ 30.71%
B 138 of 381 ~ 36.22'%

%33.07
%30.71
%36.22

CMYK color model

#7E758A color CMYK value is (9,15,0,46).

  • cyan value is 8.70%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (9,15,0,46)
C9M15Y0K46 (9%, 15%, 0%, 46%)
(0.09 / 0.15 / 0.00 / 0.46)

CMYK percentages

%8.7
%15.22
%0
%45.88

Codes

Color #7E758A in popluar color models

7E 75 8A
RGB 126 117 138
HSL 266° 8.24% 50.00%
HSB/HSV 266° 15.22% 54.12%
CMYK 8.70% 15.22% 0.00%
45.88%

Color #7E758A in popluar number systems.

HEX 7E 75 8A
Decimal 126 117 138
Binary 1111110 1110101 10001010
Octal 176 165 212

Shades and tints

Shades of #7E758A

#7E758A
(126,117,138)
#736B7E
(115,107,126)
#686172
(104,97,114)
#5D5766
(93,87,102)
#524D5A
(82,77,90)
#47434E
(71,67,78)
#3C3942
(60,57,66)
#312F36
(49,47,54)
#26252A
(38,37,42)
#1B1B1E
(27,27,30)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #7E758A

#7E758A
(126,117,138)
#898194
(137,129,148)
#948D9E
(148,141,158)
#9F99A8
(159,153,168)
#AAA5B2
(170,165,178)
#B5B1BC
(181,177,188)
#C0BDC6
(192,189,198)
#CBC9D0
(203,201,208)
#D6D5DA
(214,213,218)
#E1E1E4
(225,225,228)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E758A color. Also use rgb(126,117,138) instead hex code.

Text Font Color

.myTextColor { color: #7E758A; }

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

This text font color is #7E758A.

Background Color

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

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

This div background color is #7E758A.

Border color

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

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

This div border color is #7E758A.

Opacity

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

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

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

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

This text has shadow with #7E758A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E758A.

Preview

Color preview on black background

This text has color #7E758A on black background.


Color preview on white background

This text has color #7E758A on white background.


Black color preview on #7E758A background

This text has black color on #7E758A background.


White color preview on #7E758A background

This text has white color on #7E758A background.


Related colors

Complementary color

Complementary color for #hex is #818A75.


I love getcolorcode.com

Triadic colors

1 #8A7E75 and #758A7E with #7E758A are triadic colors.

2 #8A757E and #757E8A with #7E758A are triadic colors.