COLOR #7E8885

HEX: #7E8885 RGB: (126,136,133)

Color info

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

RGB color model

#7E8885 color RGB value is (126,136,133).

RGB: (126,136,133) (49%, 53%, 52%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 133 of 255 = 52%

126
136
133

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

Portions of RGB colors in percentages

R + G + B = 126 + 136 + 133 = 395 (100%)
R 126 of 395 ~ 31.9%
G 136 of 395 ~ 34.43%
B 133 of 395 ~ 33.67'%

%31.9
%34.43
%33.67

CMYK color model

#7E8885 color CMYK value is (7,0,2,47).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 46.67%

CMYK: (7,0,2,47)
C7M0Y2K47 (7%, 0%, 2%, 47%)
(0.07 / 0.00 / 0.02 / 0.47)

CMYK percentages

%7.35
%0
%2.21
%46.67

Codes

Color #7E8885 in popluar color models

7E 88 85
RGB 126 136 133
HSL 162° 4.03% 51.37%
HSB/HSV 162° 7.35% 53.33%
CMYK 7.35% 0.00% 2.21%
46.67%

Color #7E8885 in popluar number systems.

HEX 7E 88 85
Decimal 126 136 133
Binary 1111110 10001000 10000101
Octal 176 210 205

Shades and tints

Shades of #7E8885

#7E8885
(126,136,133)
#737C79
(115,124,121)
#68706D
(104,112,109)
#5D6461
(93,100,97)
#525855
(82,88,85)
#474C49
(71,76,73)
#3C403D
(60,64,61)
#313431
(49,52,49)
#262825
(38,40,37)
#1B1C19
(27,28,25)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #7E8885

#7E8885
(126,136,133)
#899290
(137,146,144)
#949C9B
(148,156,155)
#9FA6A6
(159,166,166)
#AAB0B1
(170,176,177)
#B5BABC
(181,186,188)
#C0C4C7
(192,196,199)
#CBCED2
(203,206,210)
#D6D8DD
(214,216,221)
#E1E2E8
(225,226,232)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8885 color. Also use rgb(126,136,133) instead hex code.

Text Font Color

.myTextColor { color: #7E8885; }

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

This text font color is #7E8885.

Background Color

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

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

This div background color is #7E8885.

Border color

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

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

This div border color is #7E8885.

Opacity

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

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

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

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

This text has shadow with #7E8885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8885.

Preview

Color preview on black background

This text has color #7E8885 on black background.


Color preview on white background

This text has color #7E8885 on white background.


Black color preview on #7E8885 background

This text has black color on #7E8885 background.


White color preview on #7E8885 background

This text has white color on #7E8885 background.


Related colors

Complementary color

Complementary color for #hex is #81777A.


I love getcolorcode.com

Triadic colors

1 #857E88 and #88857E with #7E8885 are triadic colors.

2 #85887E and #887E85 with #7E8885 are triadic colors.