COLOR #7798AE

HEX: #7798AE RGB: (119,152,174)

Color info

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

RGB color model

#7798AE color RGB value is (119,152,174).

RGB: (119,152,174) (47%, 60%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 174 of 255 = 68%

119
152
174

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

Portions of RGB colors in percentages

R + G + B = 119 + 152 + 174 = 445 (100%)
R 119 of 445 ~ 26.74%
G 152 of 445 ~ 34.16%
B 174 of 445 ~ 39.1'%

%26.74
%34.16
%39.1

CMYK color model

#7798AE color CMYK value is (32,13,0,32).

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

CMYK: (32,13,0,32)
C32M13Y0K32 (32%, 13%, 0%, 32%)
(0.32 / 0.13 / 0.00 / 0.32)

CMYK percentages

%31.61
%12.64
%0
%31.76

Codes

Color #7798AE in popluar color models

77 98 AE
RGB 119 152 174
HSL 204° 25.35% 57.45%
HSB/HSV 204° 31.61% 68.24%
CMYK 31.61% 12.64% 0.00%
31.76%

Color #7798AE in popluar number systems.

HEX 77 98 AE
Decimal 119 152 174
Binary 1110111 10011000 10101110
Octal 167 230 256

Shades and tints

Shades of #7798AE

#7798AE
(119,152,174)
#6D8B9F
(109,139,159)
#637E90
(99,126,144)
#597181
(89,113,129)
#4F6472
(79,100,114)
#455763
(69,87,99)
#3B4A54
(59,74,84)
#313D45
(49,61,69)
#273036
(39,48,54)
#1D2327
(29,35,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #7798AE

#7798AE
(119,152,174)
#83A1B5
(131,161,181)
#8FAABC
(143,170,188)
#9BB3C3
(155,179,195)
#A7BCCA
(167,188,202)
#B3C5D1
(179,197,209)
#BFCED8
(191,206,216)
#CBD7DF
(203,215,223)
#D7E0E6
(215,224,230)
#E3E9ED
(227,233,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7798AE; }

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

This text font color is #7798AE.

Background Color

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

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

This div background color is #7798AE.

Border color

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

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

This div border color is #7798AE.

Opacity

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

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

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

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

This text has shadow with #7798AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7798AE.

Preview

Color preview on black background

This text has color #7798AE on black background.


Color preview on white background

This text has color #7798AE on white background.


Black color preview on #7798AE background

This text has black color on #7798AE background.


White color preview on #7798AE background

This text has white color on #7798AE background.


Related colors

Complementary color

Complementary color for #hex is #886751.


I love getcolorcode.com

Triadic colors

1 #AE7798 and #98AE77 with #7798AE are triadic colors.

2 #AE9877 and #9877AE with #7798AE are triadic colors.