COLOR #77A3C1

HEX: #77A3C1 RGB: (119,163,193)

Color info

#77A3C1 contains mainly green and blue colors. Web safe color of #77A3C1 is #6699CC (or #69C).

RGB color model

#77A3C1 color RGB value is (119,163,193).

RGB: (119,163,193) (47%, 64%, 76%)

RGB channels and saturation

R 119 of 255 = 47%
G 163 of 255 = 64%
B 193 of 255 = 76%

119
163
193

R + G + B ~ 62%. #77A3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 163 + 193 = 475 (100%)
R 119 of 475 ~ 25.05%
G 163 of 475 ~ 34.32%
B 193 of 475 ~ 40.63'%

%25.05
%34.32
%40.63

CMYK color model

#77A3C1 color CMYK value is (38,16,0,24).

  • cyan value is 38.34%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (38,16,0,24)
C38M16Y0K24 (38%, 16%, 0%, 24%)
(0.38 / 0.16 / 0.00 / 0.24)

CMYK percentages

%38.34
%15.54
%0
%24.31

Codes

Color #77A3C1 in popluar color models

77 A3 C1
RGB 119 163 193
HSL 204° 37.37% 61.18%
HSB/HSV 204° 38.34% 75.69%
CMYK 38.34% 15.54% 0.00%
24.31%

Color #77A3C1 in popluar number systems.

HEX 77 A3 C1
Decimal 119 163 193
Binary 1110111 10100011 11000001
Octal 167 243 301

Shades and tints

Shades of #77A3C1

#77A3C1
(119,163,193)
#6D95B0
(109,149,176)
#63879F
(99,135,159)
#59798E
(89,121,142)
#4F6B7D
(79,107,125)
#455D6C
(69,93,108)
#3B4F5B
(59,79,91)
#31414A
(49,65,74)
#273339
(39,51,57)
#1D2528
(29,37,40)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #77A3C1

#77A3C1
(119,163,193)
#83ABC6
(131,171,198)
#8FB3CB
(143,179,203)
#9BBBD0
(155,187,208)
#A7C3D5
(167,195,213)
#B3CBDA
(179,203,218)
#BFD3DF
(191,211,223)
#CBDBE4
(203,219,228)
#D7E3E9
(215,227,233)
#E3EBEE
(227,235,238)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A3C1 color. Also use rgb(119,163,193) instead hex code.

Text Font Color

.myTextColor { color: #77A3C1; }

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

This text font color is #77A3C1.

Background Color

.myBgColor { background-color: #77A3C1; }

<div style="background-color:#77A3C1">Inner text</div>

This div background color is #77A3C1.

Border color

.myBorderColor { border: 1px solid #77A3C1; }

<div style="border:3px solid #77A3C1">Div</div>

This div border color is #77A3C1.

Opacity

.myOpacity80 { color: #77A3C1; opacity: 0.8; }

<p style="color:#77A3C1;opacity:0.8;">80%</p>

Text with #77A3C1 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 #77A3C1;}

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

This text has shadow with #77A3C1 color.


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

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

This text has shadow with #77A3C1 primary color and red secondary color.


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

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

This text has shadow with #77A3C1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77A3C1.

Preview

Color preview on black background

This text has color #77A3C1 on black background.


Color preview on white background

This text has color #77A3C1 on white background.


Black color preview on #77A3C1 background

This text has black color on #77A3C1 background.


White color preview on #77A3C1 background

This text has white color on #77A3C1 background.


Related colors

Complementary color

Complementary color for #hex is #885C3E.


I love getcolorcode.com

Triadic colors

1 #C177A3 and #A3C177 with #77A3C1 are triadic colors.

2 #C1A377 and #A377C1 with #77A3C1 are triadic colors.