COLOR #7E6770

HEX: #7E6770 RGB: (126,103,112)

Color info

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

RGB color model

#7E6770 color RGB value is (126,103,112).

RGB: (126,103,112) (49%, 40%, 44%)

RGB channels and saturation

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

126
103
112

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

Portions of RGB colors in percentages

R + G + B = 126 + 103 + 112 = 341 (100%)
R 126 of 341 ~ 36.95%
G 103 of 341 ~ 30.21%
B 112 of 341 ~ 32.84'%

%36.95
%30.21
%32.84

CMYK color model

#7E6770 color CMYK value is (0,18,11,51).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 11.11%
  • key color value is 50.59%

CMYK: (0,18,11,51)
C0M18Y11K51 (0%, 18%, 11%, 51%)
(0.00 / 0.18 / 0.11 / 0.51)

CMYK percentages

%0
%18.25
%11.11
%50.59

Codes

Color #7E6770 in popluar color models

7E 67 70
RGB 126 103 112
HSL 337° 10.04% 44.90%
HSB/HSV 337° 18.25% 49.41%
CMYK 0.00% 18.25% 11.11%
50.59%

Color #7E6770 in popluar number systems.

HEX 7E 67 70
Decimal 126 103 112
Binary 1111110 1100111 1110000
Octal 176 147 160

Shades and tints

Shades of #7E6770

#7E6770
(126,103,112)
#735E66
(115,94,102)
#68555C
(104,85,92)
#5D4C52
(93,76,82)
#524348
(82,67,72)
#473A3E
(71,58,62)
#3C3134
(60,49,52)
#31282A
(49,40,42)
#261F20
(38,31,32)
#1B1616
(27,22,22)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E6770

#7E6770
(126,103,112)
#89747D
(137,116,125)
#94818A
(148,129,138)
#9F8E97
(159,142,151)
#AA9BA4
(170,155,164)
#B5A8B1
(181,168,177)
#C0B5BE
(192,181,190)
#CBC2CB
(203,194,203)
#D6CFD8
(214,207,216)
#E1DCE5
(225,220,229)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6770; }

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

This text font color is #7E6770.

Background Color

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

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

This div background color is #7E6770.

Border color

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

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

This div border color is #7E6770.

Opacity

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

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

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

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

This text has shadow with #7E6770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6770.

Preview

Color preview on black background

This text has color #7E6770 on black background.


Color preview on white background

This text has color #7E6770 on white background.


Black color preview on #7E6770 background

This text has black color on #7E6770 background.


White color preview on #7E6770 background

This text has white color on #7E6770 background.


Related colors

Complementary color

Complementary color for #hex is #81988F.


I love getcolorcode.com

Triadic colors

1 #707E67 and #67707E with #7E6770 are triadic colors.

2 #70677E and #677E70 with #7E6770 are triadic colors.