COLOR #7E678C

HEX: #7E678C RGB: (126,103,140)

Color info

#7E678C contains red, green and blue colors in about the same proportion. Web safe color of #7E678C is #666699 (or #669).

RGB color model

#7E678C color RGB value is (126,103,140).

RGB: (126,103,140) (49%, 40%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 103 of 255 = 40%
B 140 of 255 = 55%

126
103
140

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

Portions of RGB colors in percentages

R + G + B = 126 + 103 + 140 = 369 (100%)
R 126 of 369 ~ 34.15%
G 103 of 369 ~ 27.91%
B 140 of 369 ~ 37.94'%

%34.15
%27.91
%37.94

CMYK color model

#7E678C color CMYK value is (10,26,0,45).

  • cyan value is 10.00%
  • magenta value is 26.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (10,26,0,45)
C10M26Y0K45 (10%, 26%, 0%, 45%)
(0.10 / 0.26 / 0.00 / 0.45)

CMYK percentages

%10
%26.43
%0
%45.1

Codes

Color #7E678C in popluar color models

7E 67 8C
RGB 126 103 140
HSL 277° 15.23% 47.65%
HSB/HSV 277° 26.43% 54.90%
CMYK 10.00% 26.43% 0.00%
45.10%

Color #7E678C in popluar number systems.

HEX 7E 67 8C
Decimal 126 103 140
Binary 1111110 1100111 10001100
Octal 176 147 214

Shades and tints

Shades of #7E678C

#7E678C
(126,103,140)
#735E80
(115,94,128)
#685574
(104,85,116)
#5D4C68
(93,76,104)
#52435C
(82,67,92)
#473A50
(71,58,80)
#3C3144
(60,49,68)
#312838
(49,40,56)
#261F2C
(38,31,44)
#1B1620
(27,22,32)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #7E678C

#7E678C
(126,103,140)
#897496
(137,116,150)
#9481A0
(148,129,160)
#9F8EAA
(159,142,170)
#AA9BB4
(170,155,180)
#B5A8BE
(181,168,190)
#C0B5C8
(192,181,200)
#CBC2D2
(203,194,210)
#D6CFDC
(214,207,220)
#E1DCE6
(225,220,230)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E678C color. Also use rgb(126,103,140) instead hex code.

Text Font Color

.myTextColor { color: #7E678C; }

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

This text font color is #7E678C.

Background Color

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

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

This div background color is #7E678C.

Border color

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

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

This div border color is #7E678C.

Opacity

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

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

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

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

This text has shadow with #7E678C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E678C.

Preview

Color preview on black background

This text has color #7E678C on black background.


Color preview on white background

This text has color #7E678C on white background.


Black color preview on #7E678C background

This text has black color on #7E678C background.


White color preview on #7E678C background

This text has white color on #7E678C background.


Related colors

Complementary color

Complementary color for #hex is #819873.


I love getcolorcode.com

Triadic colors

1 #8C7E67 and #678C7E with #7E678C are triadic colors.

2 #8C677E and #677E8C with #7E678C are triadic colors.