COLOR #7A809E

HEX: #7A809E
RGB: (122,128,158)

Color info

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

RGB color model

#7A809E color RGB value is (122,128,158).

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

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 158 of 255 = 62%

122
128
158

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 158 = 408 (100%)
R 122 of 408 ~ 29.9%
G 128 of 408 ~ 31.37%
B 158 of 408 ~ 38.73%

%29.9
%31.37
%38.73

CMYK color model

#7A809E color CMYK value is (23,19,0,38).

  • cyan value is 22.78%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (23,19,0,38) C23M19Y0K38 (23%,19%,0%,38%) (0.23/0.19/0.00/0.38)

CMYK percentages

%22.78
%18.99
%0
%38.04

Codes

Color #7A809E in popluar color models

7A809E
RGB122128158
HSL230°15.65%54.90%
HSB/HSV230°22.78%61.96%
CMYK22.78%18.99%0.00%
38.04%

Color #7A809E in popluar number systems.

HEX7A809E
Decimal122128158
Binary11110101000000010011110
Octal172200236

Shades and tints

Shades of #7A809E

#7A809E
(122,128,158)
#6F7590
(111,117,144)
#646A82
(100,106,130)
#595F74
(89,95,116)
#4E5466
(78,84,102)
#434958
(67,73,88)
#383E4A
(56,62,74)
#2D333C
(45,51,60)
#22282E
(34,40,46)
#171D20
(23,29,32)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #7A809E

#7A809E
(122,128,158)
#868BA6
(134,139,166)
#9296AE
(146,150,174)
#9EA1B6
(158,161,182)
#AAACBE
(170,172,190)
#B6B7C6
(182,183,198)
#C2C2CE
(194,194,206)
#CECDD6
(206,205,214)
#DAD8DE
(218,216,222)
#E6E3E6
(230,227,230)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A809E; }

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

This text font color is #7A809E.


Background Color

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

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

This div background color is #7A809E.


Border color

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

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

This div border color is #7A809E.


Opacity

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

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

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

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

This text has shadow with #7A809E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A809E on black background.


Color preview on white background

This text has color #7A809E on white background.



Black color preview on #7A809E background

This text has black color on #7A809E background.


White color preview on #7A809E background

This text has white color on #7A809E background.