COLOR #778AC4

HEX: #778AC4 RGB: (119,138,196)

Color info

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

RGB color model

#778AC4 color RGB value is (119,138,196).

RGB: (119,138,196) (47%, 54%, 77%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 196 of 255 = 77%

119
138
196

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

Portions of RGB colors in percentages

R + G + B = 119 + 138 + 196 = 453 (100%)
R 119 of 453 ~ 26.27%
G 138 of 453 ~ 30.46%
B 196 of 453 ~ 43.27'%

%26.27
%30.46
%43.27

CMYK color model

#778AC4 color CMYK value is (39,30,0,23).

  • cyan value is 39.29%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (39,30,0,23) C39M30Y0K23 (39%,30%,0%,23%) (0.39/0.30/0.00/0.23) 

CMYK percentages

%39.29
%29.59
%0
%23.14

Codes

Color #778AC4 in popluar color models

77 8A C4
RGB 119 138 196
HSL 225° 39.49% 61.76%
HSB/HSV 225° 39.29% 76.86%
CMYK 39.29% 29.59% 0.00%
23.14%

Color #778AC4 in popluar number systems.

HEX 77 8A C4
Decimal 119 138 196
Binary 1110111 10001010 11000100
Octal 167 212 304

Shades and tints

Shades of #778AC4

#778AC4
(119,138,196)
#6D7EB3
(109,126,179)
#6372A2
(99,114,162)
#596691
(89,102,145)
#4F5A80
(79,90,128)
#454E6F
(69,78,111)
#3B425E
(59,66,94)
#31364D
(49,54,77)
#272A3C
(39,42,60)
#1D1E2B
(29,30,43)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #778AC4

#778AC4
(119,138,196)
#8394C9
(131,148,201)
#8F9ECE
(143,158,206)
#9BA8D3
(155,168,211)
#A7B2D8
(167,178,216)
#B3BCDD
(179,188,221)
#BFC6E2
(191,198,226)
#CBD0E7
(203,208,231)
#D7DAEC
(215,218,236)
#E3E4F1
(227,228,241)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778AC4 color. Also use rgb(119,138,196) instead hex code.

Text Font Color

.myTextColor { color: #778AC4; }

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

This text font color is #778AC4.

Background Color

.myBgColor { background-color: #778AC4; }

<div style="background-color:#778AC4">Inner text</div>

This div background color is #778AC4.

Border color

.myBorderColor { border: 1px solid #778AC4; }

<div style="border:3px solid #778AC4">Div</div>

This div border color is #778AC4.

Opacity

.myOpacity80 { color: #778AC4; opacity: 0.8; }

<p style="color:#778AC4;opacity:0.8;">80%</p>

Text with #778AC4 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 #778AC4;}

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

This text has shadow with #778AC4 color.


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

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

This text has shadow with #778AC4 primary color and red secondary color.


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

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

This text has shadow with #778AC4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #778AC4.

Preview

Color preview on black background

This text has color #778AC4 on black background.


Color preview on white background

This text has color #778AC4 on white background.


Black color preview on #778AC4 background

This text has black color on #778AC4 background.


White color preview on #778AC4 background

This text has white color on #778AC4 background.


Related colors

Complementary color

Complementary color for #hex is #88753B.


I love getcolorcode.com

Triadic colors

1 #C4778A and #8AC477 with #778AC4 are triadic colors.

2 #C48A77 and #8A77C4 with #778AC4 are triadic colors.