COLOR #7A807F

HEX: #7A807F
RGB: (122,128,127)

Color info

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

RGB color model

#7A807F color RGB value is (122,128,127).

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

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 127 of 255 = 50%

122
128
127

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 127 = 377 (100%)
R 122 of 377 ~ 32.36%
G 128 of 377 ~ 33.95%
B 127 of 377 ~ 33.69%

%32.36
%33.95
%33.69

CMYK color model

#7A807F color CMYK value is (5,0,1,50).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.80%
CMYK:
(5,0,1,50)
C5M0Y1K50 
(5%,0%,1%,50%)
(0.05/0.00/0.01/0.50)	

CMYK percentages

%4.69
%0
%0.78
%49.8

Codes

Color #7A807F in popluar color models

7A807F
RGB122128127
HSL170°2.40%49.02%
HSB/HSV170°4.69%50.20%
CMYK4.69%0.00%0.78%
49.80%

Color #7A807F in popluar number systems.

HEX7A807F
Decimal122128127
Binary1111010100000001111111
Octal172200177

Shades and tints

Shades of #7A807F

#7A807F
(122,128,127)
#6F7574
(111,117,116)
#646A69
(100,106,105)
#595F5E
(89,95,94)
#4E5453
(78,84,83)
#434948
(67,73,72)
#383E3D
(56,62,61)
#2D3332
(45,51,50)
#222827
(34,40,39)
#171D1C
(23,29,28)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7A807F

#7A807F
(122,128,127)
#868B8A
(134,139,138)
#929695
(146,150,149)
#9EA1A0
(158,161,160)
#AAACAB
(170,172,171)
#B6B7B6
(182,183,182)
#C2C2C1
(194,194,193)
#CECDCC
(206,205,204)
#DAD8D7
(218,216,215)
#E6E3E2
(230,227,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A807F; }

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

This text font color is #7A807F.


Background Color

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

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

This div background color is #7A807F.


Border color

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

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

This div border color is #7A807F.


Opacity

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

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

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

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

This text has shadow with #7A807F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A807F on black background.


Color preview on white background

This text has color #7A807F on white background.



Black color preview on #7A807F background

This text has black color on #7A807F background.


White color preview on #7A807F background

This text has white color on #7A807F background.