COLOR #7772C8

HEX: #7772C8 RGB: (119,114,200)

Color info

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

RGB color model

#7772C8 color RGB value is (119,114,200).

RGB: (119,114,200) (47%, 45%, 78%)

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 200 of 255 = 78%

119
114
200

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

Portions of RGB colors in percentages

R + G + B = 119 + 114 + 200 = 433 (100%)
R 119 of 433 ~ 27.48%
G 114 of 433 ~ 26.33%
B 200 of 433 ~ 46.19'%

%27.48
%26.33
%46.19

CMYK color model

#7772C8 color CMYK value is (41,43,0,22).

  • cyan value is 40.50%
  • magenta value is 43.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (41,43,0,22)
C41M43Y0K22 (41%, 43%, 0%, 22%)
(0.41 / 0.43 / 0.00 / 0.22)

CMYK percentages

%40.5
%43
%0
%21.57

Codes

Color #7772C8 in popluar color models

77 72 C8
RGB 119 114 200
HSL 243° 43.88% 61.57%
HSB/HSV 243° 43.00% 78.43%
CMYK 40.50% 43.00% 0.00%
21.57%

Color #7772C8 in popluar number systems.

HEX 77 72 C8
Decimal 119 114 200
Binary 1110111 1110010 11001000
Octal 167 162 310

Shades and tints

Shades of #7772C8

#7772C8
(119,114,200)
#6D68B6
(109,104,182)
#635EA4
(99,94,164)
#595492
(89,84,146)
#4F4A80
(79,74,128)
#45406E
(69,64,110)
#3B365C
(59,54,92)
#312C4A
(49,44,74)
#272238
(39,34,56)
#1D1826
(29,24,38)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #7772C8

#7772C8
(119,114,200)
#837ECD
(131,126,205)
#8F8AD2
(143,138,210)
#9B96D7
(155,150,215)
#A7A2DC
(167,162,220)
#B3AEE1
(179,174,225)
#BFBAE6
(191,186,230)
#CBC6EB
(203,198,235)
#D7D2F0
(215,210,240)
#E3DEF5
(227,222,245)
#EFEAFA
(239,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7772C8 color. Also use rgb(119,114,200) instead hex code.

Text Font Color

.myTextColor { color: #7772C8; }

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

This text font color is #7772C8.

Background Color

.myBgColor { background-color: #7772C8; }

<div style="background-color:#7772C8">Inner text</div>

This div background color is #7772C8.

Border color

.myBorderColor { border: 1px solid #7772C8; }

<div style="border:3px solid #7772C8">Div</div>

This div border color is #7772C8.

Opacity

.myOpacity80 { color: #7772C8; opacity: 0.8; }

<p style="color:#7772C8;opacity:0.8;">80%</p>

Text with #7772C8 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 #7772C8;}

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

This text has shadow with #7772C8 color.


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

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

This text has shadow with #7772C8 primary color and red secondary color.


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

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

This text has shadow with #7772C8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7772C8.

Preview

Color preview on black background

This text has color #7772C8 on black background.


Color preview on white background

This text has color #7772C8 on white background.


Black color preview on #7772C8 background

This text has black color on #7772C8 background.


White color preview on #7772C8 background

This text has white color on #7772C8 background.


Related colors

Complementary color

Complementary color for #hex is #888D37.


I love getcolorcode.com

Triadic colors

1 #C87772 and #72C877 with #7772C8 are triadic colors.

2 #C87277 and #7277C8 with #7772C8 are triadic colors.