COLOR #7778A1

HEX: #7778A1 RGB: (119,120,161)

Color info

#7778A1 contains red, green and blue colors in about the same proportion. Web safe color of #7778A1 is #666699 (or #669).

RGB color model

#7778A1 color RGB value is (119,120,161).

RGB: (119,120,161) (47%, 47%, 63%)

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 161 of 255 = 63%

119
120
161

R + G + B ~ 52%. #7778A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 120 + 161 = 400 (100%)
R 119 of 400 ~ 29.75%
G 120 of 400 ~ 30%
B 161 of 400 ~ 40.25'%

%29.75
%30
%40.25

CMYK color model

#7778A1 color CMYK value is (26,25,0,37).

  • cyan value is 26.09%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (26,25,0,37)
C26M25Y0K37 (26%, 25%, 0%, 37%)
(0.26 / 0.25 / 0.00 / 0.37)

CMYK percentages

%26.09
%25.47
%0
%36.86

Codes

Color #7778A1 in popluar color models

77 78 A1
RGB 119 120 161
HSL 239° 18.26% 54.90%
HSB/HSV 239° 26.09% 63.14%
CMYK 26.09% 25.47% 0.00%
36.86%

Color #7778A1 in popluar number systems.

HEX 77 78 A1
Decimal 119 120 161
Binary 1110111 1111000 10100001
Octal 167 170 241

Shades and tints

Shades of #7778A1

#7778A1
(119,120,161)
#6D6E93
(109,110,147)
#636485
(99,100,133)
#595A77
(89,90,119)
#4F5069
(79,80,105)
#45465B
(69,70,91)
#3B3C4D
(59,60,77)
#31323F
(49,50,63)
#272831
(39,40,49)
#1D1E23
(29,30,35)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #7778A1

#7778A1
(119,120,161)
#8384A9
(131,132,169)
#8F90B1
(143,144,177)
#9B9CB9
(155,156,185)
#A7A8C1
(167,168,193)
#B3B4C9
(179,180,201)
#BFC0D1
(191,192,209)
#CBCCD9
(203,204,217)
#D7D8E1
(215,216,225)
#E3E4E9
(227,228,233)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7778A1 color. Also use rgb(119,120,161) instead hex code.

Text Font Color

.myTextColor { color: #7778A1; }

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

This text font color is #7778A1.

Background Color

.myBgColor { background-color: #7778A1; }

<div style="background-color:#7778A1">Inner text</div>

This div background color is #7778A1.

Border color

.myBorderColor { border: 1px solid #7778A1; }

<div style="border:3px solid #7778A1">Div</div>

This div border color is #7778A1.

Opacity

.myOpacity80 { color: #7778A1; opacity: 0.8; }

<p style="color:#7778A1;opacity:0.8;">80%</p>

Text with #7778A1 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 #7778A1;}

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

This text has shadow with #7778A1 color.


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

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

This text has shadow with #7778A1 primary color and red secondary color.


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

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

This text has shadow with #7778A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7778A1.

Preview

Color preview on black background

This text has color #7778A1 on black background.


Color preview on white background

This text has color #7778A1 on white background.


Black color preview on #7778A1 background

This text has black color on #7778A1 background.


White color preview on #7778A1 background

This text has white color on #7778A1 background.


Related colors

Complementary color

Complementary color for #hex is #88875E.


I love getcolorcode.com

Triadic colors

1 #A17778 and #78A177 with #7778A1 are triadic colors.

2 #A17877 and #7877A1 with #7778A1 are triadic colors.