COLOR #7774B6

HEX: #7774B6 RGB: (119,116,182)

Color info

#7774B6 contains mainly blue color. Web safe color of #7774B6 is #6666CC (or #66C).

RGB color model

#7774B6 color RGB value is (119,116,182).

RGB: (119,116,182) (47%, 45%, 71%)

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 182 of 255 = 71%

119
116
182

R + G + B ~ 54%. #7774B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 116 + 182 = 417 (100%)
R 119 of 417 ~ 28.54%
G 116 of 417 ~ 27.82%
B 182 of 417 ~ 43.65'%

%28.54
%27.82
%43.65

CMYK color model

#7774B6 color CMYK value is (35,36,0,29).

  • cyan value is 34.62%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (35,36,0,29)
C35M36Y0K29 (35%, 36%, 0%, 29%)
(0.35 / 0.36 / 0.00 / 0.29)

CMYK percentages

%34.62
%36.26
%0
%28.63

Codes

Color #7774B6 in popluar color models

77 74 B6
RGB 119 116 182
HSL 243° 31.13% 58.43%
HSB/HSV 243° 36.26% 71.37%
CMYK 34.62% 36.26% 0.00%
28.63%

Color #7774B6 in popluar number systems.

HEX 77 74 B6
Decimal 119 116 182
Binary 1110111 1110100 10110110
Octal 167 164 266

Shades and tints

Shades of #7774B6

#7774B6
(119,116,182)
#6D6AA6
(109,106,166)
#636096
(99,96,150)
#595686
(89,86,134)
#4F4C76
(79,76,118)
#454266
(69,66,102)
#3B3856
(59,56,86)
#312E46
(49,46,70)
#272436
(39,36,54)
#1D1A26
(29,26,38)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #7774B6

#7774B6
(119,116,182)
#8380BC
(131,128,188)
#8F8CC2
(143,140,194)
#9B98C8
(155,152,200)
#A7A4CE
(167,164,206)
#B3B0D4
(179,176,212)
#BFBCDA
(191,188,218)
#CBC8E0
(203,200,224)
#D7D4E6
(215,212,230)
#E3E0EC
(227,224,236)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7774B6 color. Also use rgb(119,116,182) instead hex code.

Text Font Color

.myTextColor { color: #7774B6; }

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

This text font color is #7774B6.

Background Color

.myBgColor { background-color: #7774B6; }

<div style="background-color:#7774B6">Inner text</div>

This div background color is #7774B6.

Border color

.myBorderColor { border: 1px solid #7774B6; }

<div style="border:3px solid #7774B6">Div</div>

This div border color is #7774B6.

Opacity

.myOpacity80 { color: #7774B6; opacity: 0.8; }

<p style="color:#7774B6;opacity:0.8;">80%</p>

Text with #7774B6 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 #7774B6;}

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

This text has shadow with #7774B6 color.


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

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

This text has shadow with #7774B6 primary color and red secondary color.


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

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

This text has shadow with #7774B6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7774B6.

Preview

Color preview on black background

This text has color #7774B6 on black background.


Color preview on white background

This text has color #7774B6 on white background.


Black color preview on #7774B6 background

This text has black color on #7774B6 background.


White color preview on #7774B6 background

This text has white color on #7774B6 background.


Related colors

Complementary color

Complementary color for #hex is #888B49.


I love getcolorcode.com

Triadic colors

1 #B67774 and #74B677 with #7774B6 are triadic colors.

2 #B67477 and #7477B6 with #7774B6 are triadic colors.