COLOR #7794AE

HEX: #7794AE RGB: (119,148,174)

Color info

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

RGB color model

#7794AE color RGB value is (119,148,174).

RGB: (119,148,174) (47%, 58%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 174 of 255 = 68%

119
148
174

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

Portions of RGB colors in percentages

R + G + B = 119 + 148 + 174 = 441 (100%)
R 119 of 441 ~ 26.98%
G 148 of 441 ~ 33.56%
B 174 of 441 ~ 39.46'%

%26.98
%33.56
%39.46

CMYK color model

#7794AE color CMYK value is (32,15,0,32).

  • cyan value is 31.61%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (32,15,0,32)
C32M15Y0K32 (32%, 15%, 0%, 32%)
(0.32 / 0.15 / 0.00 / 0.32)

CMYK percentages

%31.61
%14.94
%0
%31.76

Codes

Color #7794AE in popluar color models

77 94 AE
RGB 119 148 174
HSL 208° 25.35% 57.45%
HSB/HSV 208° 31.61% 68.24%
CMYK 31.61% 14.94% 0.00%
31.76%

Color #7794AE in popluar number systems.

HEX 77 94 AE
Decimal 119 148 174
Binary 1110111 10010100 10101110
Octal 167 224 256

Shades and tints

Shades of #7794AE

#7794AE
(119,148,174)
#6D879F
(109,135,159)
#637A90
(99,122,144)
#596D81
(89,109,129)
#4F6072
(79,96,114)
#455363
(69,83,99)
#3B4654
(59,70,84)
#313945
(49,57,69)
#272C36
(39,44,54)
#1D1F27
(29,31,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #7794AE

#7794AE
(119,148,174)
#839DB5
(131,157,181)
#8FA6BC
(143,166,188)
#9BAFC3
(155,175,195)
#A7B8CA
(167,184,202)
#B3C1D1
(179,193,209)
#BFCAD8
(191,202,216)
#CBD3DF
(203,211,223)
#D7DCE6
(215,220,230)
#E3E5ED
(227,229,237)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7794AE color. Also use rgb(119,148,174) instead hex code.

Text Font Color

.myTextColor { color: #7794AE; }

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

This text font color is #7794AE.

Background Color

.myBgColor { background-color: #7794AE; }

<div style="background-color:#7794AE">Inner text</div>

This div background color is #7794AE.

Border color

.myBorderColor { border: 1px solid #7794AE; }

<div style="border:3px solid #7794AE">Div</div>

This div border color is #7794AE.

Opacity

.myOpacity80 { color: #7794AE; opacity: 0.8; }

<p style="color:#7794AE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7794AE color.


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

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

This text has shadow with #7794AE primary color and red secondary color.


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

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

This text has shadow with #7794AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7794AE.

Preview

Color preview on black background

This text has color #7794AE on black background.


Color preview on white background

This text has color #7794AE on white background.


Black color preview on #7794AE background

This text has black color on #7794AE background.


White color preview on #7794AE background

This text has white color on #7794AE background.


Related colors

Complementary color

Complementary color for #hex is #886B51.


I love getcolorcode.com

Triadic colors

1 #AE7794 and #94AE77 with #7794AE are triadic colors.

2 #AE9477 and #9477AE with #7794AE are triadic colors.