COLOR #77A3AC

HEX: #77A3AC
RGB: (119,163,172)

Color info

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

RGB color model

#77A3AC color RGB value is (119,163,172).

  • red value is 119;
  • green value is 163;
  • blue value is 172.
RGB:
(119,163,172)
(47%,64%,67%)

RGB channels and saturation

R 119 of 255 = 47%
G 163 of 255 = 64%
B 172 of 255 = 67%

119
163
172

R + G + B ~ 59%. #77A3AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 163 + 172 = 454 (100%)
R 119 of 454 ~ 26.21%
G 163 of 454 ~ 35.9%
B 172 of 454 ~ 37.89%

%26.21
%35.9
%37.89

CMYK color model

#77A3AC color CMYK value is (31,5,0,33).

  • cyan value is 30.81%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(31,5,0,33)
C31M5Y0K33 
(31%,5%,0%,33%)
(0.31/0.05/0.00/0.33)	

CMYK percentages

%30.81
%5.23
%0
%32.55

Codes

Color #77A3AC in popluar color models

77A3AC
RGB119163172
HSL190°24.20%57.06%
HSB/HSV190°30.81%67.45%
CMYK30.81%5.23%0.00%
32.55%

Color #77A3AC in popluar number systems.

HEX77A3AC
Decimal119163172
Binary11101111010001110101100
Octal167243254

Shades and tints

Shades of #77A3AC

#77A3AC
(119,163,172)
#6D959D
(109,149,157)
#63878E
(99,135,142)
#59797F
(89,121,127)
#4F6B70
(79,107,112)
#455D61
(69,93,97)
#3B4F52
(59,79,82)
#314143
(49,65,67)
#273334
(39,51,52)
#1D2525
(29,37,37)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #77A3AC

#77A3AC
(119,163,172)
#83ABB3
(131,171,179)
#8FB3BA
(143,179,186)
#9BBBC1
(155,187,193)
#A7C3C8
(167,195,200)
#B3CBCF
(179,203,207)
#BFD3D6
(191,211,214)
#CBDBDD
(203,219,221)
#D7E3E4
(215,227,228)
#E3EBEB
(227,235,235)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A3AC; }

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

This text font color is #77A3AC.


Background Color

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

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

This div background color is #77A3AC.


Border color

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

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

This div border color is #77A3AC.


Opacity

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

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

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

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

This text has shadow with #77A3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A3AC on black background.


Color preview on white background

This text has color #77A3AC on white background.



Black color preview on #77A3AC background

This text has black color on #77A3AC background.


White color preview on #77A3AC background

This text has white color on #77A3AC background.