COLOR #7794AF

HEX: #7794AF
RGB: (119,148,175)

Color info

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

RGB color model

#7794AF color RGB value is (119,148,175).

  • red value is 119;
  • green value is 148;
  • blue value is 175.
RGB:
(119,148,175)
(47%,58%,69%)

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 175 of 255 = 69%

119
148
175

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

Portions of RGB colors in percentages

R + G + B =
119 + 148 + 175 = 442 (100%)
R 119 of 442 ~ 26.92%
G 148 of 442 ~ 33.48%
B 175 of 442 ~ 39.59%

%26.92
%33.48
%39.59

CMYK color model

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

  • cyan value is 32.00%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(32,15,0,31)
C32M15Y0K31 
(32%,15%,0%,31%)
(0.32/0.15/0.00/0.31)	

CMYK percentages

%32
%15.43
%0
%31.37

Codes

Color #7794AF in popluar color models

7794AF
RGB119148175
HSL209°25.93%57.65%
HSB/HSV209°32.00%68.63%
CMYK32.00%15.43%0.00%
31.37%

Color #7794AF in popluar number systems.

HEX7794AF
Decimal119148175
Binary11101111001010010101111
Octal167224257

Shades and tints

Shades of #7794AF

#7794AF
(119,148,175)
#6D87A0
(109,135,160)
#637A91
(99,122,145)
#596D82
(89,109,130)
#4F6073
(79,96,115)
#455364
(69,83,100)
#3B4655
(59,70,85)
#313946
(49,57,70)
#272C37
(39,44,55)
#1D1F28
(29,31,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #7794AF

#7794AF
(119,148,175)
#839DB6
(131,157,182)
#8FA6BD
(143,166,189)
#9BAFC4
(155,175,196)
#A7B8CB
(167,184,203)
#B3C1D2
(179,193,210)
#BFCAD9
(191,202,217)
#CBD3E0
(203,211,224)
#D7DCE7
(215,220,231)
#E3E5EE
(227,229,238)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7794AF; }

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

This text font color is #7794AF.


Background Color

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

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

This div background color is #7794AF.


Border color

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

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

This div border color is #7794AF.


Opacity

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

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

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

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

This text has shadow with #7794AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7794AF on black background.


Color preview on white background

This text has color #7794AF on white background.



Black color preview on #7794AF background

This text has black color on #7794AF background.


White color preview on #7794AF background

This text has white color on #7794AF background.