COLOR #7A81AD

HEX: #7A81AD RGB: (122,129,173)

Color info

#7A81AD contains red, green and blue colors in about the same proportion. Web safe color of #7A81AD is #669999 (or #699).

RGB color model

#7A81AD color RGB value is (122,129,173).

RGB: (122,129,173) (48%, 51%, 68%)

RGB channels and saturation

R 122 of 255 = 48%
G 129 of 255 = 51%
B 173 of 255 = 68%

122
129
173

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

Portions of RGB colors in percentages

R + G + B = 122 + 129 + 173 = 424 (100%)
R 122 of 424 ~ 28.77%
G 129 of 424 ~ 30.42%
B 173 of 424 ~ 40.8'%

%28.77
%30.42
%40.8

CMYK color model

#7A81AD color CMYK value is (29,25,0,32).

  • cyan value is 29.48%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (29,25,0,32)
C29M25Y0K32 (29%, 25%, 0%, 32%)
(0.29 / 0.25 / 0.00 / 0.32)

CMYK percentages

%29.48
%25.43
%0
%32.16

Codes

Color #7A81AD in popluar color models

7A 81 AD
RGB 122 129 173
HSL 232° 23.72% 57.84%
HSB/HSV 232° 29.48% 67.84%
CMYK 29.48% 25.43% 0.00%
32.16%

Color #7A81AD in popluar number systems.

HEX 7A 81 AD
Decimal 122 129 173
Binary 1111010 10000001 10101101
Octal 172 201 255

Shades and tints

Shades of #7A81AD

#7A81AD
(122,129,173)
#6F769E
(111,118,158)
#646B8F
(100,107,143)
#596080
(89,96,128)
#4E5571
(78,85,113)
#434A62
(67,74,98)
#383F53
(56,63,83)
#2D3444
(45,52,68)
#222935
(34,41,53)
#171E26
(23,30,38)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #7A81AD

#7A81AD
(122,129,173)
#868CB4
(134,140,180)
#9297BB
(146,151,187)
#9EA2C2
(158,162,194)
#AAADC9
(170,173,201)
#B6B8D0
(182,184,208)
#C2C3D7
(194,195,215)
#CECEDE
(206,206,222)
#DAD9E5
(218,217,229)
#E6E4EC
(230,228,236)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A81AD color. Also use rgb(122,129,173) instead hex code.

Text Font Color

.myTextColor { color: #7A81AD; }

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

This text font color is #7A81AD.

Background Color

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

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

This div background color is #7A81AD.

Border color

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

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

This div border color is #7A81AD.

Opacity

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

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

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

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

This text has shadow with #7A81AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A81AD.

Preview

Color preview on black background

This text has color #7A81AD on black background.


Color preview on white background

This text has color #7A81AD on white background.


Black color preview on #7A81AD background

This text has black color on #7A81AD background.


White color preview on #7A81AD background

This text has white color on #7A81AD background.


Related colors

Complementary color

Complementary color for #hex is #857E52.


I love getcolorcode.com

Triadic colors

1 #AD7A81 and #81AD7A with #7A81AD are triadic colors.

2 #AD817A and #817AAD with #7A81AD are triadic colors.