COLOR #7E6873

HEX: #7E6873 RGB: (126,104,115)

Color info

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

RGB color model

#7E6873 color RGB value is (126,104,115).

RGB: (126,104,115) (49%, 41%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 115 of 255 = 45%

126
104
115

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

Portions of RGB colors in percentages

R + G + B = 126 + 104 + 115 = 345 (100%)
R 126 of 345 ~ 36.52%
G 104 of 345 ~ 30.14%
B 115 of 345 ~ 33.33'%

%36.52
%30.14
%33.33

CMYK color model

#7E6873 color CMYK value is (0,17,9,51).

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

CMYK: (0,17,9,51)
C0M17Y9K51 (0%, 17%, 9%, 51%)
(0.00 / 0.17 / 0.09 / 0.51)

CMYK percentages

%0
%17.46
%8.73
%50.59

Codes

Color #7E6873 in popluar color models

7E 68 73
RGB 126 104 115
HSL 330° 9.57% 45.10%
HSB/HSV 330° 17.46% 49.41%
CMYK 0.00% 17.46% 8.73%
50.59%

Color #7E6873 in popluar number systems.

HEX 7E 68 73
Decimal 126 104 115
Binary 1111110 1101000 1110011
Octal 176 150 163

Shades and tints

Shades of #7E6873

#7E6873
(126,104,115)
#735F69
(115,95,105)
#68565F
(104,86,95)
#5D4D55
(93,77,85)
#52444B
(82,68,75)
#473B41
(71,59,65)
#3C3237
(60,50,55)
#31292D
(49,41,45)
#262023
(38,32,35)
#1B1719
(27,23,25)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E6873

#7E6873
(126,104,115)
#89757F
(137,117,127)
#94828B
(148,130,139)
#9F8F97
(159,143,151)
#AA9CA3
(170,156,163)
#B5A9AF
(181,169,175)
#C0B6BB
(192,182,187)
#CBC3C7
(203,195,199)
#D6D0D3
(214,208,211)
#E1DDDF
(225,221,223)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6873; }

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

This text font color is #7E6873.

Background Color

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

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

This div background color is #7E6873.

Border color

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

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

This div border color is #7E6873.

Opacity

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

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

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

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

This text has shadow with #7E6873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6873.

Preview

Color preview on black background

This text has color #7E6873 on black background.


Color preview on white background

This text has color #7E6873 on white background.


Black color preview on #7E6873 background

This text has black color on #7E6873 background.


White color preview on #7E6873 background

This text has white color on #7E6873 background.


Related colors

Complementary color

Complementary color for #hex is #81978C.


I love getcolorcode.com

Triadic colors

1 #737E68 and #68737E with #7E6873 are triadic colors.

2 #73687E and #687E73 with #7E6873 are triadic colors.