COLOR #7E6077

HEX: #7E6077
RGB: (126,96,119)

Color info

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

RGB color model

#7E6077 color RGB value is (126,96,119).

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

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 119 of 255 = 47%

126
96
119

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

Portions of RGB colors in percentages

R + G + B =
126 + 96 + 119 = 341 (100%)
R 126 of 341 ~ 36.95%
G 96 of 341 ~ 28.15%
B 119 of 341 ~ 34.9%

%36.95
%28.15
%34.9

CMYK color model

#7E6077 color CMYK value is (0,24,6,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(0,24,6,51)
C0M24Y6K51 
(0%,24%,6%,51%)
(0.00/0.24/0.06/0.51)	

CMYK percentages

%0
%23.81
%5.56
%50.59

Codes

Color #7E6077 in popluar color models

7E6077
RGB12696119
HSL314°13.51%43.53%
HSB/HSV314°23.81%49.41%
CMYK0.00%23.81%5.56%
50.59%

Color #7E6077 in popluar number systems.

HEX7E6077
Decimal12696119
Binary111111011000001110111
Octal176140167

Shades and tints

Shades of #7E6077

#7E6077
(126,96,119)
#73586D
(115,88,109)
#685063
(104,80,99)
#5D4859
(93,72,89)
#52404F
(82,64,79)
#473845
(71,56,69)
#3C303B
(60,48,59)
#312831
(49,40,49)
#262027
(38,32,39)
#1B181D
(27,24,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E6077

#7E6077
(126,96,119)
#896E83
(137,110,131)
#947C8F
(148,124,143)
#9F8A9B
(159,138,155)
#AA98A7
(170,152,167)
#B5A6B3
(181,166,179)
#C0B4BF
(192,180,191)
#CBC2CB
(203,194,203)
#D6D0D7
(214,208,215)
#E1DEE3
(225,222,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6077; }

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

This text font color is #7E6077.


Background Color

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

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

This div background color is #7E6077.


Border color

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

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

This div border color is #7E6077.


Opacity

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

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

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

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

This text has shadow with #7E6077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6077 on black background.


Color preview on white background

This text has color #7E6077 on white background.



Black color preview on #7E6077 background

This text has black color on #7E6077 background.


White color preview on #7E6077 background

This text has white color on #7E6077 background.