COLOR #7790AD

HEX: #7790AD RGB: (119,144,173)

Color info

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

RGB color model

#7790AD color RGB value is (119,144,173).

RGB: (119,144,173) (47%, 56%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 173 of 255 = 68%

119
144
173

R + G + B ~ 57%. #7790AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 144 + 173 = 436 (100%)
R 119 of 436 ~ 27.29%
G 144 of 436 ~ 33.03%
B 173 of 436 ~ 39.68'%

%27.29
%33.03
%39.68

CMYK color model

#7790AD color CMYK value is (31,17,0,32).

  • cyan value is 31.21%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (31,17,0,32)
C31M17Y0K32 (31%, 17%, 0%, 32%)
(0.31 / 0.17 / 0.00 / 0.32)

CMYK percentages

%31.21
%16.76
%0
%32.16

Codes

Color #7790AD in popluar color models

77 90 AD
RGB 119 144 173
HSL 212° 24.77% 57.25%
HSB/HSV 212° 31.21% 67.84%
CMYK 31.21% 16.76% 0.00%
32.16%

Color #7790AD in popluar number systems.

HEX 77 90 AD
Decimal 119 144 173
Binary 1110111 10010000 10101101
Octal 167 220 255

Shades and tints

Shades of #7790AD

#7790AD
(119,144,173)
#6D839E
(109,131,158)
#63768F
(99,118,143)
#596980
(89,105,128)
#4F5C71
(79,92,113)
#454F62
(69,79,98)
#3B4253
(59,66,83)
#313544
(49,53,68)
#272835
(39,40,53)
#1D1B26
(29,27,38)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #7790AD

#7790AD
(119,144,173)
#839AB4
(131,154,180)
#8FA4BB
(143,164,187)
#9BAEC2
(155,174,194)
#A7B8C9
(167,184,201)
#B3C2D0
(179,194,208)
#BFCCD7
(191,204,215)
#CBD6DE
(203,214,222)
#D7E0E5
(215,224,229)
#E3EAEC
(227,234,236)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7790AD color. Also use rgb(119,144,173) instead hex code.

Text Font Color

.myTextColor { color: #7790AD; }

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

This text font color is #7790AD.

Background Color

.myBgColor { background-color: #7790AD; }

<div style="background-color:#7790AD">Inner text</div>

This div background color is #7790AD.

Border color

.myBorderColor { border: 1px solid #7790AD; }

<div style="border:3px solid #7790AD">Div</div>

This div border color is #7790AD.

Opacity

.myOpacity80 { color: #7790AD; opacity: 0.8; }

<p style="color:#7790AD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7790AD color.


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

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

This text has shadow with #7790AD primary color and red secondary color.


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

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

This text has shadow with #7790AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7790AD.

Preview

Color preview on black background

This text has color #7790AD on black background.


Color preview on white background

This text has color #7790AD on white background.


Black color preview on #7790AD background

This text has black color on #7790AD background.


White color preview on #7790AD background

This text has white color on #7790AD background.


Related colors

Complementary color

Complementary color for #hex is #886F52.


I love getcolorcode.com

Triadic colors

1 #AD7790 and #90AD77 with #7790AD are triadic colors.

2 #AD9077 and #9077AD with #7790AD are triadic colors.