COLOR #7E7168

HEX: #7E7168 RGB: (126,113,104)

Color info

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

RGB color model

#7E7168 color RGB value is (126,113,104).

RGB: (126,113,104) (49%, 44%, 41%)

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 104 of 255 = 41%

126
113
104

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

Portions of RGB colors in percentages

R + G + B = 126 + 113 + 104 = 343 (100%)
R 126 of 343 ~ 36.73%
G 113 of 343 ~ 32.94%
B 104 of 343 ~ 30.32'%

%36.73
%32.94
%30.32

CMYK color model

#7E7168 color CMYK value is (0,10,17,51).

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

CMYK: (0,10,17,51)
C0M10Y17K51 (0%, 10%, 17%, 51%)
(0.00 / 0.10 / 0.17 / 0.51)

CMYK percentages

%0
%10.32
%17.46
%50.59

Codes

Color #7E7168 in popluar color models

7E 71 68
RGB 126 113 104
HSL 25° 9.57% 45.10%
HSB/HSV 25° 17.46% 49.41%
CMYK 0.00% 10.32% 17.46%
50.59%

Color #7E7168 in popluar number systems.

HEX 7E 71 68
Decimal 126 113 104
Binary 1111110 1110001 1101000
Octal 176 161 150

Shades and tints

Shades of #7E7168

#7E7168
(126,113,104)
#73675F
(115,103,95)
#685D56
(104,93,86)
#5D534D
(93,83,77)
#524944
(82,73,68)
#473F3B
(71,63,59)
#3C3532
(60,53,50)
#312B29
(49,43,41)
#262120
(38,33,32)
#1B1717
(27,23,23)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E7168

#7E7168
(126,113,104)
#897D75
(137,125,117)
#948982
(148,137,130)
#9F958F
(159,149,143)
#AAA19C
(170,161,156)
#B5ADA9
(181,173,169)
#C0B9B6
(192,185,182)
#CBC5C3
(203,197,195)
#D6D1D0
(214,209,208)
#E1DDDD
(225,221,221)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7168; }

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

This text font color is #7E7168.

Background Color

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

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

This div background color is #7E7168.

Border color

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

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

This div border color is #7E7168.

Opacity

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

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

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

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

This text has shadow with #7E7168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7168.

Preview

Color preview on black background

This text has color #7E7168 on black background.


Color preview on white background

This text has color #7E7168 on white background.


Black color preview on #7E7168 background

This text has black color on #7E7168 background.


White color preview on #7E7168 background

This text has white color on #7E7168 background.


Related colors

Complementary color

Complementary color for #hex is #818E97.


I love getcolorcode.com

Triadic colors

1 #687E71 and #71687E with #7E7168 are triadic colors.

2 #68717E and #717E68 with #7E7168 are triadic colors.