COLOR #7771C0

HEX: #7771C0 RGB: (119,113,192)

Color info

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

RGB color model

#7771C0 color RGB value is (119,113,192).

RGB: (119,113,192) (47%, 44%, 75%)

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 192 of 255 = 75%

119
113
192

R + G + B ~ 55%. #7771C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 113 + 192 = 424 (100%)
R 119 of 424 ~ 28.07%
G 113 of 424 ~ 26.65%
B 192 of 424 ~ 45.28'%

%28.07
%26.65
%45.28

CMYK color model

#7771C0 color CMYK value is (38,41,0,25).

  • cyan value is 38.02%
  • magenta value is 41.15%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (38,41,0,25)
C38M41Y0K25 (38%, 41%, 0%, 25%)
(0.38 / 0.41 / 0.00 / 0.25)

CMYK percentages

%38.02
%41.15
%0
%24.71

Codes

Color #7771C0 in popluar color models

77 71 C0
RGB 119 113 192
HSL 245° 38.54% 59.80%
HSB/HSV 245° 41.15% 75.29%
CMYK 38.02% 41.15% 0.00%
24.71%

Color #7771C0 in popluar number systems.

HEX 77 71 C0
Decimal 119 113 192
Binary 1110111 1110001 11000000
Octal 167 161 300

Shades and tints

Shades of #7771C0

#7771C0
(119,113,192)
#6D67AF
(109,103,175)
#635D9E
(99,93,158)
#59538D
(89,83,141)
#4F497C
(79,73,124)
#453F6B
(69,63,107)
#3B355A
(59,53,90)
#312B49
(49,43,73)
#272138
(39,33,56)
#1D1727
(29,23,39)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #7771C0

#7771C0
(119,113,192)
#837DC5
(131,125,197)
#8F89CA
(143,137,202)
#9B95CF
(155,149,207)
#A7A1D4
(167,161,212)
#B3ADD9
(179,173,217)
#BFB9DE
(191,185,222)
#CBC5E3
(203,197,227)
#D7D1E8
(215,209,232)
#E3DDED
(227,221,237)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7771C0 color. Also use rgb(119,113,192) instead hex code.

Text Font Color

.myTextColor { color: #7771C0; }

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

This text font color is #7771C0.

Background Color

.myBgColor { background-color: #7771C0; }

<div style="background-color:#7771C0">Inner text</div>

This div background color is #7771C0.

Border color

.myBorderColor { border: 1px solid #7771C0; }

<div style="border:3px solid #7771C0">Div</div>

This div border color is #7771C0.

Opacity

.myOpacity80 { color: #7771C0; opacity: 0.8; }

<p style="color:#7771C0;opacity:0.8;">80%</p>

Text with #7771C0 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 #7771C0;}

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

This text has shadow with #7771C0 color.


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

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

This text has shadow with #7771C0 primary color and red secondary color.


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

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

This text has shadow with #7771C0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7771C0.

Preview

Color preview on black background

This text has color #7771C0 on black background.


Color preview on white background

This text has color #7771C0 on white background.


Black color preview on #7771C0 background

This text has black color on #7771C0 background.


White color preview on #7771C0 background

This text has white color on #7771C0 background.


Related colors

Complementary color

Complementary color for #hex is #888E3F.


I love getcolorcode.com

Triadic colors

1 #C07771 and #71C077 with #7771C0 are triadic colors.

2 #C07177 and #7177C0 with #7771C0 are triadic colors.