COLOR #77BEB6

HEX: #77BEB6
RGB: (119,190,182)

Color info

#77BEB6 contains mainly green and blue colors. Web safe color of #77BEB6 is #66CCCC (or #6CC).

RGB color model

#77BEB6 color RGB value is (119,190,182).

  • red value is 119;
  • green value is 190;
  • blue value is 182.
RGB:
(119,190,182)
(47%,75%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 190 of 255 = 75%
B 182 of 255 = 71%

119
190
182

R + G + B ~ 64%. #77BEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 190 + 182 = 491 (100%)
R 119 of 491 ~ 24.24%
G 190 of 491 ~ 38.7%
B 182 of 491 ~ 37.07%

%24.24
%38.7
%37.07

CMYK color model

#77BEB6 color CMYK value is (37,0,4,25).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(37,0,4,25)
C37M0Y4K25 
(37%,0%,4%,25%)
(0.37/0.00/0.04/0.25)	

CMYK percentages

%37.37
%0
%4.21
%25.49

Codes

Color #77BEB6 in popluar color models

77BEB6
RGB119190182
HSL173°35.32%60.59%
HSB/HSV173°37.37%74.51%
CMYK37.37%0.00%4.21%
25.49%

Color #77BEB6 in popluar number systems.

HEX77BEB6
Decimal119190182
Binary11101111011111010110110
Octal167276266

Shades and tints

Shades of #77BEB6

#77BEB6
(119,190,182)
#6DADA6
(109,173,166)
#639C96
(99,156,150)
#598B86
(89,139,134)
#4F7A76
(79,122,118)
#456966
(69,105,102)
#3B5856
(59,88,86)
#314746
(49,71,70)
#273636
(39,54,54)
#1D2526
(29,37,38)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #77BEB6

#77BEB6
(119,190,182)
#83C3BC
(131,195,188)
#8FC8C2
(143,200,194)
#9BCDC8
(155,205,200)
#A7D2CE
(167,210,206)
#B3D7D4
(179,215,212)
#BFDCDA
(191,220,218)
#CBE1E0
(203,225,224)
#D7E6E6
(215,230,230)
#E3EBEC
(227,235,236)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BEB6 color. Also use rgb(119,190,182) instead hex code.

Text Font Color

.myTextColor { color: #77BEB6; }

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

This text font color is #77BEB6.


Background Color

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

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

This div background color is #77BEB6.


Border color

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

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

This div border color is #77BEB6.


Opacity

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

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

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

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

This text has shadow with #77BEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BEB6 on black background.


Color preview on white background

This text has color #77BEB6 on white background.



Black color preview on #77BEB6 background

This text has black color on #77BEB6 background.


White color preview on #77BEB6 background

This text has white color on #77BEB6 background.