COLOR #77B3B7

HEX: #77B3B7
RGB: (119,179,183)

Color info

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

RGB color model

#77B3B7 color RGB value is (119,179,183).

  • red value is 119;
  • green value is 179;
  • blue value is 183.
RGB:
(119,179,183)
(47%,70%,72%)

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 183 of 255 = 72%

119
179
183

R + G + B ~ 63%. #77B3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 179 + 183 = 481 (100%)
R 119 of 481 ~ 24.74%
G 179 of 481 ~ 37.21%
B 183 of 481 ~ 38.05%

%24.74
%37.21
%38.05

CMYK color model

#77B3B7 color CMYK value is (35,2,0,28).

  • cyan value is 34.97%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(35,2,0,28)
C35M2Y0K28 
(35%,2%,0%,28%)
(0.35/0.02/0.00/0.28)	

CMYK percentages

%34.97
%2.19
%0
%28.24

Codes

Color #77B3B7 in popluar color models

77B3B7
RGB119179183
HSL184°30.77%59.22%
HSB/HSV184°34.97%71.76%
CMYK34.97%2.19%0.00%
28.24%

Color #77B3B7 in popluar number systems.

HEX77B3B7
Decimal119179183
Binary11101111011001110110111
Octal167263267

Shades and tints

Shades of #77B3B7

#77B3B7
(119,179,183)
#6DA3A7
(109,163,167)
#639397
(99,147,151)
#598387
(89,131,135)
#4F7377
(79,115,119)
#456367
(69,99,103)
#3B5357
(59,83,87)
#314347
(49,67,71)
#273337
(39,51,55)
#1D2327
(29,35,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #77B3B7

#77B3B7
(119,179,183)
#83B9BD
(131,185,189)
#8FBFC3
(143,191,195)
#9BC5C9
(155,197,201)
#A7CBCF
(167,203,207)
#B3D1D5
(179,209,213)
#BFD7DB
(191,215,219)
#CBDDE1
(203,221,225)
#D7E3E7
(215,227,231)
#E3E9ED
(227,233,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B3B7 color. Also use rgb(119,179,183) instead hex code.

Text Font Color

.myTextColor { color: #77B3B7; }

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

This text font color is #77B3B7.


Background Color

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

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

This div background color is #77B3B7.


Border color

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

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

This div border color is #77B3B7.


Opacity

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

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

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

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

This text has shadow with #77B3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B3B7 on black background.


Color preview on white background

This text has color #77B3B7 on white background.



Black color preview on #77B3B7 background

This text has black color on #77B3B7 background.


White color preview on #77B3B7 background

This text has white color on #77B3B7 background.