COLOR #7794AC

HEX: #7794AC RGB: (119,148,172)

Color info

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

RGB color model

#7794AC color RGB value is (119,148,172).

RGB: (119,148,172) (47%, 58%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 172 of 255 = 67%

119
148
172

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

Portions of RGB colors in percentages

R + G + B = 119 + 148 + 172 = 439 (100%)
R 119 of 439 ~ 27.11%
G 148 of 439 ~ 33.71%
B 172 of 439 ~ 39.18'%

%27.11
%33.71
%39.18

CMYK color model

#7794AC color CMYK value is (31,14,0,33).

  • cyan value is 30.81%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (31,14,0,33)
C31M14Y0K33 (31%, 14%, 0%, 33%)
(0.31 / 0.14 / 0.00 / 0.33)

CMYK percentages

%30.81
%13.95
%0
%32.55

Codes

Color #7794AC in popluar color models

77 94 AC
RGB 119 148 172
HSL 207° 24.20% 57.06%
HSB/HSV 207° 30.81% 67.45%
CMYK 30.81% 13.95% 0.00%
32.55%

Color #7794AC in popluar number systems.

HEX 77 94 AC
Decimal 119 148 172
Binary 1110111 10010100 10101100
Octal 167 224 254

Shades and tints

Shades of #7794AC

#7794AC
(119,148,172)
#6D879D
(109,135,157)
#637A8E
(99,122,142)
#596D7F
(89,109,127)
#4F6070
(79,96,112)
#455361
(69,83,97)
#3B4652
(59,70,82)
#313943
(49,57,67)
#272C34
(39,44,52)
#1D1F25
(29,31,37)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #7794AC

#7794AC
(119,148,172)
#839DB3
(131,157,179)
#8FA6BA
(143,166,186)
#9BAFC1
(155,175,193)
#A7B8C8
(167,184,200)
#B3C1CF
(179,193,207)
#BFCAD6
(191,202,214)
#CBD3DD
(203,211,221)
#D7DCE4
(215,220,228)
#E3E5EB
(227,229,235)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7794AC; }

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

This text font color is #7794AC.

Background Color

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

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

This div background color is #7794AC.

Border color

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

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

This div border color is #7794AC.

Opacity

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

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

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

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

This text has shadow with #7794AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7794AC.

Preview

Color preview on black background

This text has color #7794AC on black background.


Color preview on white background

This text has color #7794AC on white background.


Black color preview on #7794AC background

This text has black color on #7794AC background.


White color preview on #7794AC background

This text has white color on #7794AC background.


Related colors

Complementary color

Complementary color for #hex is #886B53.


I love getcolorcode.com

Triadic colors

1 #AC7794 and #94AC77 with #7794AC are triadic colors.

2 #AC9477 and #9477AC with #7794AC are triadic colors.