COLOR #7E6271

HEX: #7E6271 RGB: (126,98,113)

Color info

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

RGB color model

#7E6271 color RGB value is (126,98,113).

RGB: (126,98,113) (49%, 38%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 113 of 255 = 44%

126
98
113

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

Portions of RGB colors in percentages

R + G + B = 126 + 98 + 113 = 337 (100%)
R 126 of 337 ~ 37.39%
G 98 of 337 ~ 29.08%
B 113 of 337 ~ 33.53'%

%37.39
%29.08
%33.53

CMYK color model

#7E6271 color CMYK value is (0,22,10,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 10.32%
  • key color value is 50.59%

CMYK: (0,22,10,51)
C0M22Y10K51 (0%, 22%, 10%, 51%)
(0.00 / 0.22 / 0.10 / 0.51)

CMYK percentages

%0
%22.22
%10.32
%50.59

Codes

Color #7E6271 in popluar color models

7E 62 71
RGB 126 98 113
HSL 328° 12.50% 43.92%
HSB/HSV 328° 22.22% 49.41%
CMYK 0.00% 22.22% 10.32%
50.59%

Color #7E6271 in popluar number systems.

HEX 7E 62 71
Decimal 126 98 113
Binary 1111110 1100010 1110001
Octal 176 142 161

Shades and tints

Shades of #7E6271

#7E6271
(126,98,113)
#735A67
(115,90,103)
#68525D
(104,82,93)
#5D4A53
(93,74,83)
#524249
(82,66,73)
#473A3F
(71,58,63)
#3C3235
(60,50,53)
#312A2B
(49,42,43)
#262221
(38,34,33)
#1B1A17
(27,26,23)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #7E6271

#7E6271
(126,98,113)
#89707D
(137,112,125)
#947E89
(148,126,137)
#9F8C95
(159,140,149)
#AA9AA1
(170,154,161)
#B5A8AD
(181,168,173)
#C0B6B9
(192,182,185)
#CBC4C5
(203,196,197)
#D6D2D1
(214,210,209)
#E1E0DD
(225,224,221)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6271 color. Also use rgb(126,98,113) instead hex code.

Text Font Color

.myTextColor { color: #7E6271; }

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

This text font color is #7E6271.

Background Color

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

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

This div background color is #7E6271.

Border color

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

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

This div border color is #7E6271.

Opacity

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

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

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

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

This text has shadow with #7E6271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6271.

Preview

Color preview on black background

This text has color #7E6271 on black background.


Color preview on white background

This text has color #7E6271 on white background.


Black color preview on #7E6271 background

This text has black color on #7E6271 background.


White color preview on #7E6271 background

This text has white color on #7E6271 background.


Related colors

Complementary color

Complementary color for #hex is #819D8E.


I love getcolorcode.com

Triadic colors

1 #717E62 and #62717E with #7E6271 are triadic colors.

2 #71627E and #627E71 with #7E6271 are triadic colors.