COLOR #7E9192

HEX: #7E9192 RGB: (126,145,146)

Color info

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

RGB color model

#7E9192 color RGB value is (126,145,146).

RGB: (126,145,146) (49%, 57%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 146 of 255 = 57%

126
145
146

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

Portions of RGB colors in percentages

R + G + B = 126 + 145 + 146 = 417 (100%)
R 126 of 417 ~ 30.22%
G 145 of 417 ~ 34.77%
B 146 of 417 ~ 35.01'%

%30.22
%34.77
%35.01

CMYK color model

#7E9192 color CMYK value is (14,1,0,43).

  • cyan value is 13.70%
  • magenta value is 0.68%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (14,1,0,43)
C14M1Y0K43 (14%, 1%, 0%, 43%)
(0.14 / 0.01 / 0.00 / 0.43)

CMYK percentages

%13.7
%0.68
%0
%42.75

Codes

Color #7E9192 in popluar color models

7E 91 92
RGB 126 145 146
HSL 183° 8.40% 53.33%
HSB/HSV 183° 13.70% 57.25%
CMYK 13.70% 0.68% 0.00%
42.75%

Color #7E9192 in popluar number systems.

HEX 7E 91 92
Decimal 126 145 146
Binary 1111110 10010001 10010010
Octal 176 221 222

Shades and tints

Shades of #7E9192

#7E9192
(126,145,146)
#738485
(115,132,133)
#687778
(104,119,120)
#5D6A6B
(93,106,107)
#525D5E
(82,93,94)
#475051
(71,80,81)
#3C4344
(60,67,68)
#313637
(49,54,55)
#26292A
(38,41,42)
#1B1C1D
(27,28,29)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E9192

#7E9192
(126,145,146)
#899B9B
(137,155,155)
#94A5A4
(148,165,164)
#9FAFAD
(159,175,173)
#AAB9B6
(170,185,182)
#B5C3BF
(181,195,191)
#C0CDC8
(192,205,200)
#CBD7D1
(203,215,209)
#D6E1DA
(214,225,218)
#E1EBE3
(225,235,227)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9192; }

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

This text font color is #7E9192.

Background Color

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

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

This div background color is #7E9192.

Border color

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

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

This div border color is #7E9192.

Opacity

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

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

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

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

This text has shadow with #7E9192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9192.

Preview

Color preview on black background

This text has color #7E9192 on black background.


Color preview on white background

This text has color #7E9192 on white background.


Black color preview on #7E9192 background

This text has black color on #7E9192 background.


White color preview on #7E9192 background

This text has white color on #7E9192 background.


Related colors

Complementary color

Complementary color for #hex is #816E6D.


I love getcolorcode.com

Triadic colors

1 #927E91 and #91927E with #7E9192 are triadic colors.

2 #92917E and #917E92 with #7E9192 are triadic colors.