COLOR #7A808B

HEX: #7A808B
RGB: (122,128,139)

Color info

#7A808B contains red, green and blue colors in about the same proportion. Web safe color of #7A808B is #666699 (or #669).

RGB color model

#7A808B color RGB value is (122,128,139).

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

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 139 of 255 = 55%

122
128
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 139 = 389 (100%)
R 122 of 389 ~ 31.36%
G 128 of 389 ~ 32.9%
B 139 of 389 ~ 35.73%

%31.36
%32.9
%35.73

CMYK color model

#7A808B color CMYK value is (12,8,0,45).

  • cyan value is 12.23%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(12,8,0,45)
C12M8Y0K45 
(12%,8%,0%,45%)
(0.12/0.08/0.00/0.45)	

CMYK percentages

%12.23
%7.91
%0
%45.49

Codes

Color #7A808B in popluar color models

7A808B
RGB122128139
HSL219°6.83%51.18%
HSB/HSV219°12.23%54.51%
CMYK12.23%7.91%0.00%
45.49%

Color #7A808B in popluar number systems.

HEX7A808B
Decimal122128139
Binary11110101000000010001011
Octal172200213

Shades and tints

Shades of #7A808B

#7A808B
(122,128,139)
#6F757F
(111,117,127)
#646A73
(100,106,115)
#595F67
(89,95,103)
#4E545B
(78,84,91)
#43494F
(67,73,79)
#383E43
(56,62,67)
#2D3337
(45,51,55)
#22282B
(34,40,43)
#171D1F
(23,29,31)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #7A808B

#7A808B
(122,128,139)
#868B95
(134,139,149)
#92969F
(146,150,159)
#9EA1A9
(158,161,169)
#AAACB3
(170,172,179)
#B6B7BD
(182,183,189)
#C2C2C7
(194,194,199)
#CECDD1
(206,205,209)
#DAD8DB
(218,216,219)
#E6E3E5
(230,227,229)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A808B; }

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

This text font color is #7A808B.


Background Color

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

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

This div background color is #7A808B.


Border color

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

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

This div border color is #7A808B.


Opacity

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

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

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

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

This text has shadow with #7A808B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A808B on black background.


Color preview on white background

This text has color #7A808B on white background.



Black color preview on #7A808B background

This text has black color on #7A808B background.


White color preview on #7A808B background

This text has white color on #7A808B background.