COLOR #7A806D

HEX: #7A806D
RGB: (122,128,109)

Color info

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

RGB color model

#7A806D color RGB value is (122,128,109).

  • red value is 122;
  • green value is 128;
  • blue value is 109.
RGB:
(122,128,109)
(48%,50%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 109 of 255 = 43%

122
128
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 109 = 359 (100%)
R 122 of 359 ~ 33.98%
G 128 of 359 ~ 35.65%
B 109 of 359 ~ 30.36%

%33.98
%35.65
%30.36

CMYK color model

#7A806D color CMYK value is (5,0,15,50).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK:
(5,0,15,50)
C5M0Y15K50 
(5%,0%,15%,50%)
(0.05/0.00/0.15/0.50)	

CMYK percentages

%4.69
%0
%14.84
%49.8

Codes

Color #7A806D in popluar color models

7A806D
RGB122128109
HSL79°8.02%46.47%
HSB/HSV79°14.84%50.20%
CMYK4.69%0.00%14.84%
49.80%

Color #7A806D in popluar number systems.

HEX7A806D
Decimal122128109
Binary1111010100000001101101
Octal172200155

Shades and tints

Shades of #7A806D

#7A806D
(122,128,109)
#6F7564
(111,117,100)
#646A5B
(100,106,91)
#595F52
(89,95,82)
#4E5449
(78,84,73)
#434940
(67,73,64)
#383E37
(56,62,55)
#2D332E
(45,51,46)
#222825
(34,40,37)
#171D1C
(23,29,28)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #7A806D

#7A806D
(122,128,109)
#868B7A
(134,139,122)
#929687
(146,150,135)
#9EA194
(158,161,148)
#AAACA1
(170,172,161)
#B6B7AE
(182,183,174)
#C2C2BB
(194,194,187)
#CECDC8
(206,205,200)
#DAD8D5
(218,216,213)
#E6E3E2
(230,227,226)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A806D color. Also use rgb(122,128,109) instead hex code.

Text Font Color

.myTextColor { color: #7A806D; }

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

This text font color is #7A806D.


Background Color

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

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

This div background color is #7A806D.


Border color

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

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

This div border color is #7A806D.


Opacity

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

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

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

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

This text has shadow with #7A806D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A806D on black background.


Color preview on white background

This text has color #7A806D on white background.



Black color preview on #7A806D background

This text has black color on #7A806D background.


White color preview on #7A806D background

This text has white color on #7A806D background.