COLOR #7E6074

HEX: #7E6074 RGB: (126,96,116)

Color info

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

RGB color model

#7E6074 color RGB value is (126,96,116).

RGB: (126,96,116) (49%, 38%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 116 of 255 = 45%

126
96
116

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

Portions of RGB colors in percentages

R + G + B = 126 + 96 + 116 = 338 (100%)
R 126 of 338 ~ 37.28%
G 96 of 338 ~ 28.4%
B 116 of 338 ~ 34.32'%

%37.28
%28.4
%34.32

CMYK color model

#7E6074 color CMYK value is (0,24,8,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 7.94%
  • key color value is 50.59%

CMYK: (0,24,8,51)
C0M24Y8K51 (0%, 24%, 8%, 51%)
(0.00 / 0.24 / 0.08 / 0.51)

CMYK percentages

%0
%23.81
%7.94
%50.59

Codes

Color #7E6074 in popluar color models

7E 60 74
RGB 126 96 116
HSL 320° 13.51% 43.53%
HSB/HSV 320° 23.81% 49.41%
CMYK 0.00% 23.81% 7.94%
50.59%

Color #7E6074 in popluar number systems.

HEX 7E 60 74
Decimal 126 96 116
Binary 1111110 1100000 1110100
Octal 176 140 164

Shades and tints

Shades of #7E6074

#7E6074
(126,96,116)
#73586A
(115,88,106)
#685060
(104,80,96)
#5D4856
(93,72,86)
#52404C
(82,64,76)
#473842
(71,56,66)
#3C3038
(60,48,56)
#31282E
(49,40,46)
#262024
(38,32,36)
#1B181A
(27,24,26)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E6074

#7E6074
(126,96,116)
#896E80
(137,110,128)
#947C8C
(148,124,140)
#9F8A98
(159,138,152)
#AA98A4
(170,152,164)
#B5A6B0
(181,166,176)
#C0B4BC
(192,180,188)
#CBC2C8
(203,194,200)
#D6D0D4
(214,208,212)
#E1DEE0
(225,222,224)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6074; }

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

This text font color is #7E6074.

Background Color

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

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

This div background color is #7E6074.

Border color

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

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

This div border color is #7E6074.

Opacity

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

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

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

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

This text has shadow with #7E6074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6074.

Preview

Color preview on black background

This text has color #7E6074 on black background.


Color preview on white background

This text has color #7E6074 on white background.


Black color preview on #7E6074 background

This text has black color on #7E6074 background.


White color preview on #7E6074 background

This text has white color on #7E6074 background.


Related colors

Complementary color

Complementary color for #hex is #819F8B.


I love getcolorcode.com

Triadic colors

1 #747E60 and #60747E with #7E6074 are triadic colors.

2 #74607E and #607E74 with #7E6074 are triadic colors.