COLOR #7E806F

HEX: #7E806F RGB: (126,128,111)

Color info

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

RGB color model

#7E806F color RGB value is (126,128,111).

RGB: (126,128,111) (49%, 50%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 111 of 255 = 44%

126
128
111

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

Portions of RGB colors in percentages

R + G + B = 126 + 128 + 111 = 365 (100%)
R 126 of 365 ~ 34.52%
G 128 of 365 ~ 35.07%
B 111 of 365 ~ 30.41'%

%34.52
%35.07
%30.41

CMYK color model

#7E806F color CMYK value is (2,0,13,50).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 13.28%
  • key color value is 49.80%

CMYK: (2,0,13,50)
C2M0Y13K50 (2%, 0%, 13%, 50%)
(0.02 / 0.00 / 0.13 / 0.50)

CMYK percentages

%1.56
%0
%13.28
%49.8

Codes

Color #7E806F in popluar color models

7E 80 6F
RGB 126 128 111
HSL 67° 7.11% 46.86%
HSB/HSV 67° 13.28% 50.20%
CMYK 1.56% 0.00% 13.28%
49.80%

Color #7E806F in popluar number systems.

HEX 7E 80 6F
Decimal 126 128 111
Binary 1111110 10000000 1101111
Octal 176 200 157

Shades and tints

Shades of #7E806F

#7E806F
(126,128,111)
#737565
(115,117,101)
#686A5B
(104,106,91)
#5D5F51
(93,95,81)
#525447
(82,84,71)
#47493D
(71,73,61)
#3C3E33
(60,62,51)
#313329
(49,51,41)
#26281F
(38,40,31)
#1B1D15
(27,29,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #7E806F

#7E806F
(126,128,111)
#898B7C
(137,139,124)
#949689
(148,150,137)
#9FA196
(159,161,150)
#AAACA3
(170,172,163)
#B5B7B0
(181,183,176)
#C0C2BD
(192,194,189)
#CBCDCA
(203,205,202)
#D6D8D7
(214,216,215)
#E1E3E4
(225,227,228)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E806F; }

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

This text font color is #7E806F.

Background Color

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

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

This div background color is #7E806F.

Border color

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

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

This div border color is #7E806F.

Opacity

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

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

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

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

This text has shadow with #7E806F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E806F.

Preview

Color preview on black background

This text has color #7E806F on black background.


Color preview on white background

This text has color #7E806F on white background.


Black color preview on #7E806F background

This text has black color on #7E806F background.


White color preview on #7E806F background

This text has white color on #7E806F background.


Related colors

Complementary color

Complementary color for #hex is #817F90.


I love getcolorcode.com

Triadic colors

1 #6F7E80 and #806F7E with #7E806F are triadic colors.

2 #6F807E and #807E6F with #7E806F are triadic colors.