COLOR #7E7672

HEX: #7E7672 RGB: (126,118,114)

Color info

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

RGB color model

#7E7672 color RGB value is (126,118,114).

RGB: (126,118,114) (49%, 46%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 114 of 255 = 45%

126
118
114

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

Portions of RGB colors in percentages

R + G + B = 126 + 118 + 114 = 358 (100%)
R 126 of 358 ~ 35.2%
G 118 of 358 ~ 32.96%
B 114 of 358 ~ 31.84'%

%35.2
%32.96
%31.84

CMYK color model

#7E7672 color CMYK value is (0,6,10,51).

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

CMYK: (0,6,10,51)
C0M6Y10K51 (0%, 6%, 10%, 51%)
(0.00 / 0.06 / 0.10 / 0.51)

CMYK percentages

%0
%6.35
%9.52
%50.59

Codes

Color #7E7672 in popluar color models

7E 76 72
RGB 126 118 114
HSL 20° 5.00% 47.06%
HSB/HSV 20° 9.52% 49.41%
CMYK 0.00% 6.35% 9.52%
50.59%

Color #7E7672 in popluar number systems.

HEX 7E 76 72
Decimal 126 118 114
Binary 1111110 1110110 1110010
Octal 176 166 162

Shades and tints

Shades of #7E7672

#7E7672
(126,118,114)
#736C68
(115,108,104)
#68625E
(104,98,94)
#5D5854
(93,88,84)
#524E4A
(82,78,74)
#474440
(71,68,64)
#3C3A36
(60,58,54)
#31302C
(49,48,44)
#262622
(38,38,34)
#1B1C18
(27,28,24)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #7E7672

#7E7672
(126,118,114)
#89827E
(137,130,126)
#948E8A
(148,142,138)
#9F9A96
(159,154,150)
#AAA6A2
(170,166,162)
#B5B2AE
(181,178,174)
#C0BEBA
(192,190,186)
#CBCAC6
(203,202,198)
#D6D6D2
(214,214,210)
#E1E2DE
(225,226,222)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7672; }

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

This text font color is #7E7672.

Background Color

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

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

This div background color is #7E7672.

Border color

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

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

This div border color is #7E7672.

Opacity

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

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

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

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

This text has shadow with #7E7672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7672.

Preview

Color preview on black background

This text has color #7E7672 on black background.


Color preview on white background

This text has color #7E7672 on white background.


Black color preview on #7E7672 background

This text has black color on #7E7672 background.


White color preview on #7E7672 background

This text has white color on #7E7672 background.


Related colors

Complementary color

Complementary color for #hex is #81898D.


I love getcolorcode.com

Triadic colors

1 #727E76 and #76727E with #7E7672 are triadic colors.

2 #72767E and #767E72 with #7E7672 are triadic colors.