COLOR #7E846F

HEX: #7E846F RGB: (126,132,111)

Color info

#7E846F contains red, green and blue colors in about the same proportion. Web safe color of #7E846F is #669966 (or #696).

RGB color model

#7E846F color RGB value is (126,132,111).

RGB: (126,132,111) (49%, 52%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 111 of 255 = 44%

126
132
111

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

Portions of RGB colors in percentages

R + G + B = 126 + 132 + 111 = 369 (100%)
R 126 of 369 ~ 34.15%
G 132 of 369 ~ 35.77%
B 111 of 369 ~ 30.08'%

%34.15
%35.77
%30.08

CMYK color model

#7E846F color CMYK value is (5,0,16,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK: (5,0,16,48) C5M0Y16K48 (5%,0%,16%,48%) (0.05/0.00/0.16/0.48) 

CMYK percentages

%4.55
%0
%15.91
%48.24

Codes

Color #7E846F in popluar color models

7E 84 6F
RGB 126 132 111
HSL 77° 8.64% 47.65%
HSB/HSV 77° 15.91% 51.76%
CMYK 4.55% 0.00% 15.91%
48.24%

Color #7E846F in popluar number systems.

HEX 7E 84 6F
Decimal 126 132 111
Binary 1111110 10000100 1101111
Octal 176 204 157

Shades and tints

Shades of #7E846F

#7E846F
(126,132,111)
#737865
(115,120,101)
#686C5B
(104,108,91)
#5D6051
(93,96,81)
#525447
(82,84,71)
#47483D
(71,72,61)
#3C3C33
(60,60,51)
#313029
(49,48,41)
#26241F
(38,36,31)
#1B1815
(27,24,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E846F

#7E846F
(126,132,111)
#898F7C
(137,143,124)
#949A89
(148,154,137)
#9FA596
(159,165,150)
#AAB0A3
(170,176,163)
#B5BBB0
(181,187,176)
#C0C6BD
(192,198,189)
#CBD1CA
(203,209,202)
#D6DCD7
(214,220,215)
#E1E7E4
(225,231,228)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E846F color. Also use rgb(126,132,111) instead hex code.

Text Font Color

.myTextColor { color: #7E846F; }

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

This text font color is #7E846F.

Background Color

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

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

This div background color is #7E846F.

Border color

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

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

This div border color is #7E846F.

Opacity

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

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

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

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

This text has shadow with #7E846F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E846F.

Preview

Color preview on black background

This text has color #7E846F on black background.


Color preview on white background

This text has color #7E846F on white background.


Black color preview on #7E846F background

This text has black color on #7E846F background.


White color preview on #7E846F background

This text has white color on #7E846F background.


Related colors

Complementary color

Complementary color for #hex is #817B90.


I love getcolorcode.com

Triadic colors

1 #6F7E84 and #846F7E with #7E846F are triadic colors.

2 #6F847E and #847E6F with #7E846F are triadic colors.