COLOR #7E8792

HEX: #7E8792
RGB: (126,135,146)

Color info

#7E8792 contains red, green and blue colors in about the same proportion. Web safe color of #7E8792 is #669999 (or #699).

RGB color model

#7E8792 color RGB value is (126,135,146).

  • red value is 126;
  • green value is 135;
  • blue value is 146.
RGB:
(126,135,146)
(49%,53%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 146 of 255 = 57%

126
135
146

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 146 = 407 (100%)
R 126 of 407 ~ 30.96%
G 135 of 407 ~ 33.17%
B 146 of 407 ~ 35.87%

%30.96
%33.17
%35.87

CMYK color model

#7E8792 color CMYK value is (14,8,0,43).

  • cyan value is 13.70%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,8,0,43)
C14M8Y0K43 
(14%,8%,0%,43%)
(0.14/0.08/0.00/0.43)	

CMYK percentages

%13.7
%7.53
%0
%42.75

Codes

Color #7E8792 in popluar color models

7E8792
RGB126135146
HSL213°8.40%53.33%
HSB/HSV213°13.70%57.25%
CMYK13.70%7.53%0.00%
42.75%

Color #7E8792 in popluar number systems.

HEX7E8792
Decimal126135146
Binary11111101000011110010010
Octal176207222

Shades and tints

Shades of #7E8792

#7E8792
(126,135,146)
#737B85
(115,123,133)
#686F78
(104,111,120)
#5D636B
(93,99,107)
#52575E
(82,87,94)
#474B51
(71,75,81)
#3C3F44
(60,63,68)
#313337
(49,51,55)
#26272A
(38,39,42)
#1B1B1D
(27,27,29)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E8792

#7E8792
(126,135,146)
#89919B
(137,145,155)
#949BA4
(148,155,164)
#9FA5AD
(159,165,173)
#AAAFB6
(170,175,182)
#B5B9BF
(181,185,191)
#C0C3C8
(192,195,200)
#CBCDD1
(203,205,209)
#D6D7DA
(214,215,218)
#E1E1E3
(225,225,227)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8792; }

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

This text font color is #7E8792.


Background Color

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

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

This div background color is #7E8792.


Border color

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

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

This div border color is #7E8792.


Opacity

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

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

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

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

This text has shadow with #7E8792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8792 on black background.


Color preview on white background

This text has color #7E8792 on white background.



Black color preview on #7E8792 background

This text has black color on #7E8792 background.


White color preview on #7E8792 background

This text has white color on #7E8792 background.