COLOR #7A809A

HEX: #7A809A
RGB: (122,128,154)

Color info

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

RGB color model

#7A809A color RGB value is (122,128,154).

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

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 154 of 255 = 60%

122
128
154

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 154 = 404 (100%)
R 122 of 404 ~ 30.2%
G 128 of 404 ~ 31.68%
B 154 of 404 ~ 38.12%

%30.2
%31.68
%38.12

CMYK color model

#7A809A color CMYK value is (21,17,0,40).

  • cyan value is 20.78%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(21,17,0,40)
C21M17Y0K40 
(21%,17%,0%,40%)
(0.21/0.17/0.00/0.40)	

CMYK percentages

%20.78
%16.88
%0
%39.61

Codes

Color #7A809A in popluar color models

7A809A
RGB122128154
HSL229°13.68%54.12%
HSB/HSV229°20.78%60.39%
CMYK20.78%16.88%0.00%
39.61%

Color #7A809A in popluar number systems.

HEX7A809A
Decimal122128154
Binary11110101000000010011010
Octal172200232

Shades and tints

Shades of #7A809A

#7A809A
(122,128,154)
#6F758C
(111,117,140)
#646A7E
(100,106,126)
#595F70
(89,95,112)
#4E5462
(78,84,98)
#434954
(67,73,84)
#383E46
(56,62,70)
#2D3338
(45,51,56)
#22282A
(34,40,42)
#171D1C
(23,29,28)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #7A809A

#7A809A
(122,128,154)
#868BA3
(134,139,163)
#9296AC
(146,150,172)
#9EA1B5
(158,161,181)
#AAACBE
(170,172,190)
#B6B7C7
(182,183,199)
#C2C2D0
(194,194,208)
#CECDD9
(206,205,217)
#DAD8E2
(218,216,226)
#E6E3EB
(230,227,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A809A; }

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

This text font color is #7A809A.


Background Color

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

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

This div background color is #7A809A.


Border color

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

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

This div border color is #7A809A.


Opacity

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

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

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

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

This text has shadow with #7A809A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A809A on black background.


Color preview on white background

This text has color #7A809A on white background.



Black color preview on #7A809A background

This text has black color on #7A809A background.


White color preview on #7A809A background

This text has white color on #7A809A background.