COLOR #7E607D

HEX: #7E607D
RGB: (126,96,125)

Color info

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

RGB color model

#7E607D color RGB value is (126,96,125).

  • red value is 126;
  • green value is 96;
  • blue value is 125.
RGB:
(126,96,125)
(49%,38%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 125 of 255 = 49%

126
96
125

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

Portions of RGB colors in percentages

R + G + B =
126 + 96 + 125 = 347 (100%)
R 126 of 347 ~ 36.31%
G 96 of 347 ~ 27.67%
B 125 of 347 ~ 36.02%

%36.31
%27.67
%36.02

CMYK color model

#7E607D color CMYK value is (0,24,1,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 0.79%
  • key color value is 50.59%
CMYK:
(0,24,1,51)
C0M24Y1K51 
(0%,24%,1%,51%)
(0.00/0.24/0.01/0.51)	

CMYK percentages

%0
%23.81
%0.79
%50.59

Codes

Color #7E607D in popluar color models

7E607D
RGB12696125
HSL302°13.51%43.53%
HSB/HSV302°23.81%49.41%
CMYK0.00%23.81%0.79%
50.59%

Color #7E607D in popluar number systems.

HEX7E607D
Decimal12696125
Binary111111011000001111101
Octal176140175

Shades and tints

Shades of #7E607D

#7E607D
(126,96,125)
#735872
(115,88,114)
#685067
(104,80,103)
#5D485C
(93,72,92)
#524051
(82,64,81)
#473846
(71,56,70)
#3C303B
(60,48,59)
#312830
(49,40,48)
#262025
(38,32,37)
#1B181A
(27,24,26)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #7E607D

#7E607D
(126,96,125)
#896E88
(137,110,136)
#947C93
(148,124,147)
#9F8A9E
(159,138,158)
#AA98A9
(170,152,169)
#B5A6B4
(181,166,180)
#C0B4BF
(192,180,191)
#CBC2CA
(203,194,202)
#D6D0D5
(214,208,213)
#E1DEE0
(225,222,224)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E607D; }

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

This text font color is #7E607D.


Background Color

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

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

This div background color is #7E607D.


Border color

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

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

This div border color is #7E607D.


Opacity

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

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

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

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

This text has shadow with #7E607D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E607D on black background.


Color preview on white background

This text has color #7E607D on white background.



Black color preview on #7E607D background

This text has black color on #7E607D background.


White color preview on #7E607D background

This text has white color on #7E607D background.