COLOR #7E636B

HEX: #7E636B RGB: (126,99,107)

Color info

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

RGB color model

#7E636B color RGB value is (126,99,107).

RGB: (126,99,107) (49%, 39%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 107 of 255 = 42%

126
99
107

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

Portions of RGB colors in percentages

R + G + B = 126 + 99 + 107 = 332 (100%)
R 126 of 332 ~ 37.95%
G 99 of 332 ~ 29.82%
B 107 of 332 ~ 32.23'%

%37.95
%29.82
%32.23

CMYK color model

#7E636B color CMYK value is (0,21,15,51).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 15.08%
  • key color value is 50.59%

CMYK: (0,21,15,51)
C0M21Y15K51 (0%, 21%, 15%, 51%)
(0.00 / 0.21 / 0.15 / 0.51)

CMYK percentages

%0
%21.43
%15.08
%50.59

Codes

Color #7E636B in popluar color models

7E 63 6B
RGB 126 99 107
HSL 342° 12.00% 44.12%
HSB/HSV 342° 21.43% 49.41%
CMYK 0.00% 21.43% 15.08%
50.59%

Color #7E636B in popluar number systems.

HEX 7E 63 6B
Decimal 126 99 107
Binary 1111110 1100011 1101011
Octal 176 143 153

Shades and tints

Shades of #7E636B

#7E636B
(126,99,107)
#735A62
(115,90,98)
#685159
(104,81,89)
#5D4850
(93,72,80)
#523F47
(82,63,71)
#47363E
(71,54,62)
#3C2D35
(60,45,53)
#31242C
(49,36,44)
#261B23
(38,27,35)
#1B121A
(27,18,26)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #7E636B

#7E636B
(126,99,107)
#897178
(137,113,120)
#947F85
(148,127,133)
#9F8D92
(159,141,146)
#AA9B9F
(170,155,159)
#B5A9AC
(181,169,172)
#C0B7B9
(192,183,185)
#CBC5C6
(203,197,198)
#D6D3D3
(214,211,211)
#E1E1E0
(225,225,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E636B color. Also use rgb(126,99,107) instead hex code.

Text Font Color

.myTextColor { color: #7E636B; }

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

This text font color is #7E636B.

Background Color

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

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

This div background color is #7E636B.

Border color

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

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

This div border color is #7E636B.

Opacity

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

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

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

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

This text has shadow with #7E636B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E636B.

Preview

Color preview on black background

This text has color #7E636B on black background.


Color preview on white background

This text has color #7E636B on white background.


Black color preview on #7E636B background

This text has black color on #7E636B background.


White color preview on #7E636B background

This text has white color on #7E636B background.


Related colors

Complementary color

Complementary color for #hex is #819C94.


I love getcolorcode.com

Triadic colors

1 #6B7E63 and #636B7E with #7E636B are triadic colors.

2 #6B637E and #637E6B with #7E636B are triadic colors.