COLOR #7794A8

HEX: #7794A8
RGB: (119,148,168)

Color info

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

RGB color model

#7794A8 color RGB value is (119,148,168).

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

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 168 of 255 = 66%

119
148
168

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

Portions of RGB colors in percentages

R + G + B =
119 + 148 + 168 = 435 (100%)
R 119 of 435 ~ 27.36%
G 148 of 435 ~ 34.02%
B 168 of 435 ~ 38.62%

%27.36
%34.02
%38.62

CMYK color model

#7794A8 color CMYK value is (29,12,0,34).

  • cyan value is 29.17%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(29,12,0,34)
C29M12Y0K34 
(29%,12%,0%,34%)
(0.29/0.12/0.00/0.34)	

CMYK percentages

%29.17
%11.9
%0
%34.12

Codes

Color #7794A8 in popluar color models

7794A8
RGB119148168
HSL204°21.97%56.27%
HSB/HSV204°29.17%65.88%
CMYK29.17%11.90%0.00%
34.12%

Color #7794A8 in popluar number systems.

HEX7794A8
Decimal119148168
Binary11101111001010010101000
Octal167224250

Shades and tints

Shades of #7794A8

#7794A8
(119,148,168)
#6D8799
(109,135,153)
#637A8A
(99,122,138)
#596D7B
(89,109,123)
#4F606C
(79,96,108)
#45535D
(69,83,93)
#3B464E
(59,70,78)
#31393F
(49,57,63)
#272C30
(39,44,48)
#1D1F21
(29,31,33)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #7794A8

#7794A8
(119,148,168)
#839DAF
(131,157,175)
#8FA6B6
(143,166,182)
#9BAFBD
(155,175,189)
#A7B8C4
(167,184,196)
#B3C1CB
(179,193,203)
#BFCAD2
(191,202,210)
#CBD3D9
(203,211,217)
#D7DCE0
(215,220,224)
#E3E5E7
(227,229,231)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7794A8; }

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

This text font color is #7794A8.


Background Color

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

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

This div background color is #7794A8.


Border color

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

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

This div border color is #7794A8.


Opacity

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

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

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

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

This text has shadow with #7794A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7794A8 on black background.


Color preview on white background

This text has color #7794A8 on white background.



Black color preview on #7794A8 background

This text has black color on #7794A8 background.


White color preview on #7794A8 background

This text has white color on #7794A8 background.