COLOR #799AAA

HEX: #799AAA RGB: (121,154,170)

Color info

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

RGB color model

#799AAA color RGB value is (121,154,170).

RGB: (121,154,170) (47%, 60%, 67%)

RGB channels and saturation

R 121 of 255 = 47%
G 154 of 255 = 60%
B 170 of 255 = 67%

121
154
170

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

Portions of RGB colors in percentages

R + G + B = 121 + 154 + 170 = 445 (100%)
R 121 of 445 ~ 27.19%
G 154 of 445 ~ 34.61%
B 170 of 445 ~ 38.2'%

%27.19
%34.61
%38.2

CMYK color model

#799AAA color CMYK value is (29,9,0,33).

  • cyan value is 28.82%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (29,9,0,33) C29M9Y0K33 (29%,9%,0%,33%) (0.29/0.09/0.00/0.33) 

CMYK percentages

%28.82
%9.41
%0
%33.33

Codes

Color #799AAA in popluar color models

79 9A AA
RGB 121 154 170
HSL 200° 22.37% 57.06%
HSB/HSV 200° 28.82% 66.67%
CMYK 28.82% 9.41% 0.00%
33.33%

Color #799AAA in popluar number systems.

HEX 79 9A AA
Decimal 121 154 170
Binary 1111001 10011010 10101010
Octal 171 232 252

Shades and tints

Shades of #799AAA

#799AAA
(121,154,170)
#6E8C9B
(110,140,155)
#637E8C
(99,126,140)
#58707D
(88,112,125)
#4D626E
(77,98,110)
#42545F
(66,84,95)
#374650
(55,70,80)
#2C3841
(44,56,65)
#212A32
(33,42,50)
#161C23
(22,28,35)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #799AAA

#799AAA
(121,154,170)
#85A3B1
(133,163,177)
#91ACB8
(145,172,184)
#9DB5BF
(157,181,191)
#A9BEC6
(169,190,198)
#B5C7CD
(181,199,205)
#C1D0D4
(193,208,212)
#CDD9DB
(205,217,219)
#D9E2E2
(217,226,226)
#E5EBE9
(229,235,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799AAA color. Also use rgb(121,154,170) instead hex code.

Text Font Color

.myTextColor { color: #799AAA; }

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

This text font color is #799AAA.

Background Color

.myBgColor { background-color: #799AAA; }

<div style="background-color:#799AAA">Inner text</div>

This div background color is #799AAA.

Border color

.myBorderColor { border: 1px solid #799AAA; }

<div style="border:3px solid #799AAA">Div</div>

This div border color is #799AAA.

Opacity

.myOpacity80 { color: #799AAA; opacity: 0.8; }

<p style="color:#799AAA;opacity:0.8;">80%</p>

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

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

This text has shadow with #799AAA color.


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

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

This text has shadow with #799AAA primary color and red secondary color.


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

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

This text has shadow with #799AAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #799AAA.

Preview

Color preview on black background

This text has color #799AAA on black background.


Color preview on white background

This text has color #799AAA on white background.


Black color preview on #799AAA background

This text has black color on #799AAA background.


White color preview on #799AAA background

This text has white color on #799AAA background.


Related colors

Complementary color

Complementary color for #hex is #866555.


I love getcolorcode.com

Triadic colors

1 #AA799A and #9AAA79 with #799AAA are triadic colors.

2 #AA9A79 and #9A79AA with #799AAA are triadic colors.