COLOR #7A99AA

HEX: #7A99AA RGB: (122,153,170)

Color info

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

RGB color model

#7A99AA color RGB value is (122,153,170).

RGB: (122,153,170) (48%, 60%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 170 of 255 = 67%

122
153
170

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

Portions of RGB colors in percentages

R + G + B = 122 + 153 + 170 = 445 (100%)
R 122 of 445 ~ 27.42%
G 153 of 445 ~ 34.38%
B 170 of 445 ~ 38.2'%

%27.42
%34.38
%38.2

CMYK color model

#7A99AA color CMYK value is (28,10,0,33).

  • cyan value is 28.24%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (28,10,0,33)
C28M10Y0K33 (28%, 10%, 0%, 33%)
(0.28 / 0.10 / 0.00 / 0.33)

CMYK percentages

%28.24
%10
%0
%33.33

Codes

Color #7A99AA in popluar color models

7A 99 AA
RGB 122 153 170
HSL 201° 22.02% 57.25%
HSB/HSV 201° 28.24% 66.67%
CMYK 28.24% 10.00% 0.00%
33.33%

Color #7A99AA in popluar number systems.

HEX 7A 99 AA
Decimal 122 153 170
Binary 1111010 10011001 10101010
Octal 172 231 252

Shades and tints

Shades of #7A99AA

#7A99AA
(122,153,170)
#6F8C9B
(111,140,155)
#647F8C
(100,127,140)
#59727D
(89,114,125)
#4E656E
(78,101,110)
#43585F
(67,88,95)
#384B50
(56,75,80)
#2D3E41
(45,62,65)
#223132
(34,49,50)
#172423
(23,36,35)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7A99AA

#7A99AA
(122,153,170)
#86A2B1
(134,162,177)
#92ABB8
(146,171,184)
#9EB4BF
(158,180,191)
#AABDC6
(170,189,198)
#B6C6CD
(182,198,205)
#C2CFD4
(194,207,212)
#CED8DB
(206,216,219)
#DAE1E2
(218,225,226)
#E6EAE9
(230,234,233)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A99AA color. Also use rgb(122,153,170) instead hex code.

Text Font Color

.myTextColor { color: #7A99AA; }

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

This text font color is #7A99AA.

Background Color

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

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

This div background color is #7A99AA.

Border color

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

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

This div border color is #7A99AA.

Opacity

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

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

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

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

This text has shadow with #7A99AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A99AA.

Preview

Color preview on black background

This text has color #7A99AA on black background.


Color preview on white background

This text has color #7A99AA on white background.


Black color preview on #7A99AA background

This text has black color on #7A99AA background.


White color preview on #7A99AA background

This text has white color on #7A99AA background.


Related colors

Complementary color

Complementary color for #hex is #856655.


I love getcolorcode.com

Triadic colors

1 #AA7A99 and #99AA7A with #7A99AA are triadic colors.

2 #AA997A and #997AAA with #7A99AA are triadic colors.