COLOR #7E6072

HEX: #7E6072 RGB: (126,96,114)

Color info

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

RGB color model

#7E6072 color RGB value is (126,96,114).

RGB: (126,96,114) (49%, 38%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 114 of 255 = 45%

126
96
114

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

Portions of RGB colors in percentages

R + G + B = 126 + 96 + 114 = 336 (100%)
R 126 of 336 ~ 37.5%
G 96 of 336 ~ 28.57%
B 114 of 336 ~ 33.93'%

%37.5
%28.57
%33.93

CMYK color model

#7E6072 color CMYK value is (0,24,10,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 9.52%
  • key color value is 50.59%

CMYK: (0,24,10,51)
C0M24Y10K51 (0%, 24%, 10%, 51%)
(0.00 / 0.24 / 0.10 / 0.51)

CMYK percentages

%0
%23.81
%9.52
%50.59

Codes

Color #7E6072 in popluar color models

7E 60 72
RGB 126 96 114
HSL 324° 13.51% 43.53%
HSB/HSV 324° 23.81% 49.41%
CMYK 0.00% 23.81% 9.52%
50.59%

Color #7E6072 in popluar number systems.

HEX 7E 60 72
Decimal 126 96 114
Binary 1111110 1100000 1110010
Octal 176 140 162

Shades and tints

Shades of #7E6072

#7E6072
(126,96,114)
#735868
(115,88,104)
#68505E
(104,80,94)
#5D4854
(93,72,84)
#52404A
(82,64,74)
#473840
(71,56,64)
#3C3036
(60,48,54)
#31282C
(49,40,44)
#262022
(38,32,34)
#1B1818
(27,24,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7E6072

#7E6072
(126,96,114)
#896E7E
(137,110,126)
#947C8A
(148,124,138)
#9F8A96
(159,138,150)
#AA98A2
(170,152,162)
#B5A6AE
(181,166,174)
#C0B4BA
(192,180,186)
#CBC2C6
(203,194,198)
#D6D0D2
(214,208,210)
#E1DEDE
(225,222,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6072 color. Also use rgb(126,96,114) instead hex code.

Text Font Color

.myTextColor { color: #7E6072; }

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

This text font color is #7E6072.

Background Color

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

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

This div background color is #7E6072.

Border color

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

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

This div border color is #7E6072.

Opacity

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

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

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

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

This text has shadow with #7E6072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6072.

Preview

Color preview on black background

This text has color #7E6072 on black background.


Color preview on white background

This text has color #7E6072 on white background.


Black color preview on #7E6072 background

This text has black color on #7E6072 background.


White color preview on #7E6072 background

This text has white color on #7E6072 background.


Related colors

Complementary color

Complementary color for #hex is #819F8D.


I love getcolorcode.com

Triadic colors

1 #727E60 and #60727E with #7E6072 are triadic colors.

2 #72607E and #607E72 with #7E6072 are triadic colors.