COLOR #7794B7

HEX: #7794B7
RGB: (119,148,183)

Color info

#7794B7 contains mainly green and blue colors. Web safe color of #7794B7 is #6699CC (or #69C).

RGB color model

#7794B7 color RGB value is (119,148,183).

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

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 183 of 255 = 72%

119
148
183

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

Portions of RGB colors in percentages

R + G + B =
119 + 148 + 183 = 450 (100%)
R 119 of 450 ~ 26.44%
G 148 of 450 ~ 32.89%
B 183 of 450 ~ 40.67%

%26.44
%32.89
%40.67

CMYK color model

#7794B7 color CMYK value is (35,19,0,28).

  • cyan value is 34.97%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(35,19,0,28)
C35M19Y0K28 
(35%,19%,0%,28%)
(0.35/0.19/0.00/0.28)	

CMYK percentages

%34.97
%19.13
%0
%28.24

Codes

Color #7794B7 in popluar color models

7794B7
RGB119148183
HSL213°30.77%59.22%
HSB/HSV213°34.97%71.76%
CMYK34.97%19.13%0.00%
28.24%

Color #7794B7 in popluar number systems.

HEX7794B7
Decimal119148183
Binary11101111001010010110111
Octal167224267

Shades and tints

Shades of #7794B7

#7794B7
(119,148,183)
#6D87A7
(109,135,167)
#637A97
(99,122,151)
#596D87
(89,109,135)
#4F6077
(79,96,119)
#455367
(69,83,103)
#3B4657
(59,70,87)
#313947
(49,57,71)
#272C37
(39,44,55)
#1D1F27
(29,31,39)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #7794B7

#7794B7
(119,148,183)
#839DBD
(131,157,189)
#8FA6C3
(143,166,195)
#9BAFC9
(155,175,201)
#A7B8CF
(167,184,207)
#B3C1D5
(179,193,213)
#BFCADB
(191,202,219)
#CBD3E1
(203,211,225)
#D7DCE7
(215,220,231)
#E3E5ED
(227,229,237)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7794B7; }

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

This text font color is #7794B7.


Background Color

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

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

This div background color is #7794B7.


Border color

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

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

This div border color is #7794B7.


Opacity

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

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

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

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

This text has shadow with #7794B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7794B7 on black background.


Color preview on white background

This text has color #7794B7 on white background.



Black color preview on #7794B7 background

This text has black color on #7794B7 background.


White color preview on #7794B7 background

This text has white color on #7794B7 background.