COLOR #7E7377

HEX: #7E7377 RGB: (126,115,119)

Color info

#7E7377 contains red, green and blue colors in about the same proportion. Web safe color of #7E7377 is #666666 (or #666).

RGB color model

#7E7377 color RGB value is (126,115,119).

RGB: (126,115,119) (49%, 45%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 119 of 255 = 47%

126
115
119

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

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 119 = 360 (100%)
R 126 of 360 ~ 35%
G 115 of 360 ~ 31.94%
B 119 of 360 ~ 33.06'%

%35
%31.94
%33.06

CMYK color model

#7E7377 color CMYK value is (0,9,6,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK: (0,9,6,51) C0M9Y6K51 (0%,9%,6%,51%) (0.00/0.09/0.06/0.51) 

CMYK percentages

%0
%8.73
%5.56
%50.59

Codes

Color #7E7377 in popluar color models

7E 73 77
RGB 126 115 119
HSL 338° 4.56% 47.25%
HSB/HSV 338° 8.73% 49.41%
CMYK 0.00% 8.73% 5.56%
50.59%

Color #7E7377 in popluar number systems.

HEX 7E 73 77
Decimal 126 115 119
Binary 1111110 1110011 1110111
Octal 176 163 167

Shades and tints

Shades of #7E7377

#7E7377
(126,115,119)
#73696D
(115,105,109)
#685F63
(104,95,99)
#5D5559
(93,85,89)
#524B4F
(82,75,79)
#474145
(71,65,69)
#3C373B
(60,55,59)
#312D31
(49,45,49)
#262327
(38,35,39)
#1B191D
(27,25,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #7E7377

#7E7377
(126,115,119)
#897F83
(137,127,131)
#948B8F
(148,139,143)
#9F979B
(159,151,155)
#AAA3A7
(170,163,167)
#B5AFB3
(181,175,179)
#C0BBBF
(192,187,191)
#CBC7CB
(203,199,203)
#D6D3D7
(214,211,215)
#E1DFE3
(225,223,227)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7377 color. Also use rgb(126,115,119) instead hex code.

Text Font Color

.myTextColor { color: #7E7377; }

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

This text font color is #7E7377.

Background Color

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

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

This div background color is #7E7377.

Border color

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

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

This div border color is #7E7377.

Opacity

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

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

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

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

This text has shadow with #7E7377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7377.

Preview

Color preview on black background

This text has color #7E7377 on black background.


Color preview on white background

This text has color #7E7377 on white background.


Black color preview on #7E7377 background

This text has black color on #7E7377 background.


White color preview on #7E7377 background

This text has white color on #7E7377 background.


Related colors

Complementary color

Complementary color for #hex is #818C88.


I love getcolorcode.com

Triadic colors

1 #777E73 and #73777E with #7E7377 are triadic colors.

2 #77737E and #737E77 with #7E7377 are triadic colors.