COLOR #7E6670

HEX: #7E6670
RGB: (126,102,112)

Color info

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

RGB color model

#7E6670 color RGB value is (126,102,112).

  • red value is 126;
  • green value is 102;
  • blue value is 112.
RGB:
(126,102,112)
(49%,40%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 102 of 255 = 40%
B 112 of 255 = 44%

126
102
112

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

Portions of RGB colors in percentages

R + G + B =
126 + 102 + 112 = 340 (100%)
R 126 of 340 ~ 37.06%
G 102 of 340 ~ 30%
B 112 of 340 ~ 32.94%

%37.06
%30
%32.94

CMYK color model

#7E6670 color CMYK value is (0,19,11,51).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 11.11%
  • key color value is 50.59%
CMYK:
(0,19,11,51)
C0M19Y11K51 
(0%,19%,11%,51%)
(0.00/0.19/0.11/0.51)	

CMYK percentages

%0
%19.05
%11.11
%50.59

Codes

Color #7E6670 in popluar color models

7E6670
RGB126102112
HSL335°10.53%44.71%
HSB/HSV335°19.05%49.41%
CMYK0.00%19.05%11.11%
50.59%

Color #7E6670 in popluar number systems.

HEX7E6670
Decimal126102112
Binary111111011001101110000
Octal176146160

Shades and tints

Shades of #7E6670

#7E6670
(126,102,112)
#735D66
(115,93,102)
#68545C
(104,84,92)
#5D4B52
(93,75,82)
#524248
(82,66,72)
#47393E
(71,57,62)
#3C3034
(60,48,52)
#31272A
(49,39,42)
#261E20
(38,30,32)
#1B1516
(27,21,22)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #7E6670

#7E6670
(126,102,112)
#89737D
(137,115,125)
#94808A
(148,128,138)
#9F8D97
(159,141,151)
#AA9AA4
(170,154,164)
#B5A7B1
(181,167,177)
#C0B4BE
(192,180,190)
#CBC1CB
(203,193,203)
#D6CED8
(214,206,216)
#E1DBE5
(225,219,229)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6670 color. Also use rgb(126,102,112) instead hex code.

Text Font Color

.myTextColor { color: #7E6670; }

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

This text font color is #7E6670.


Background Color

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

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

This div background color is #7E6670.


Border color

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

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

This div border color is #7E6670.


Opacity

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

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

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

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

This text has shadow with #7E6670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6670 on black background.


Color preview on white background

This text has color #7E6670 on white background.



Black color preview on #7E6670 background

This text has black color on #7E6670 background.


White color preview on #7E6670 background

This text has white color on #7E6670 background.