COLOR #778FAD

HEX: #778FAD RGB: (119,143,173)

Color info

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

RGB color model

#778FAD color RGB value is (119,143,173).

RGB: (119,143,173) (47%, 56%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 173 of 255 = 68%

119
143
173

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

Portions of RGB colors in percentages

R + G + B = 119 + 143 + 173 = 435 (100%)
R 119 of 435 ~ 27.36%
G 143 of 435 ~ 32.87%
B 173 of 435 ~ 39.77'%

%27.36
%32.87
%39.77

CMYK color model

#778FAD color CMYK value is (31,17,0,32).

  • cyan value is 31.21%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (31,17,0,32)
C31M17Y0K32 (31%, 17%, 0%, 32%)
(0.31 / 0.17 / 0.00 / 0.32)

CMYK percentages

%31.21
%17.34
%0
%32.16

Codes

Color #778FAD in popluar color models

77 8F AD
RGB 119 143 173
HSL 213° 24.77% 57.25%
HSB/HSV 213° 31.21% 67.84%
CMYK 31.21% 17.34% 0.00%
32.16%

Color #778FAD in popluar number systems.

HEX 77 8F AD
Decimal 119 143 173
Binary 1110111 10001111 10101101
Octal 167 217 255

Shades and tints

Shades of #778FAD

#778FAD
(119,143,173)
#6D829E
(109,130,158)
#63758F
(99,117,143)
#596880
(89,104,128)
#4F5B71
(79,91,113)
#454E62
(69,78,98)
#3B4153
(59,65,83)
#313444
(49,52,68)
#272735
(39,39,53)
#1D1A26
(29,26,38)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #778FAD

#778FAD
(119,143,173)
#8399B4
(131,153,180)
#8FA3BB
(143,163,187)
#9BADC2
(155,173,194)
#A7B7C9
(167,183,201)
#B3C1D0
(179,193,208)
#BFCBD7
(191,203,215)
#CBD5DE
(203,213,222)
#D7DFE5
(215,223,229)
#E3E9EC
(227,233,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778FAD color. Also use rgb(119,143,173) instead hex code.

Text Font Color

.myTextColor { color: #778FAD; }

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

This text font color is #778FAD.

Background Color

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

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

This div background color is #778FAD.

Border color

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

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

This div border color is #778FAD.

Opacity

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

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

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

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

This text has shadow with #778FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778FAD.

Preview

Color preview on black background

This text has color #778FAD on black background.


Color preview on white background

This text has color #778FAD on white background.


Black color preview on #778FAD background

This text has black color on #778FAD background.


White color preview on #778FAD background

This text has white color on #778FAD background.


Related colors

Complementary color

Complementary color for #hex is #887052.


I love getcolorcode.com

Triadic colors

1 #AD778F and #8FAD77 with #778FAD are triadic colors.

2 #AD8F77 and #8F77AD with #778FAD are triadic colors.