COLOR #77BEB3

HEX: #77BEB3
RGB: (119,190,179)

Color info

#77BEB3 contains mainly green and blue colors. Web safe color of #77BEB3 is #66CC99 (or #6C9).

RGB color model

#77BEB3 color RGB value is (119,190,179).

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

RGB channels and saturation

R 119 of 255 = 47%
G 190 of 255 = 75%
B 179 of 255 = 70%

119
190
179

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

Portions of RGB colors in percentages

R + G + B =
119 + 190 + 179 = 488 (100%)
R 119 of 488 ~ 24.39%
G 190 of 488 ~ 38.93%
B 179 of 488 ~ 36.68%

%24.39
%38.93
%36.68

CMYK color model

#77BEB3 color CMYK value is (37,0,6,25).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(37,0,6,25)
C37M0Y6K25 
(37%,0%,6%,25%)
(0.37/0.00/0.06/0.25)	

CMYK percentages

%37.37
%0
%5.79
%25.49

Codes

Color #77BEB3 in popluar color models

77BEB3
RGB119190179
HSL171°35.32%60.59%
HSB/HSV171°37.37%74.51%
CMYK37.37%0.00%5.79%
25.49%

Color #77BEB3 in popluar number systems.

HEX77BEB3
Decimal119190179
Binary11101111011111010110011
Octal167276263

Shades and tints

Shades of #77BEB3

#77BEB3
(119,190,179)
#6DADA3
(109,173,163)
#639C93
(99,156,147)
#598B83
(89,139,131)
#4F7A73
(79,122,115)
#456963
(69,105,99)
#3B5853
(59,88,83)
#314743
(49,71,67)
#273633
(39,54,51)
#1D2523
(29,37,35)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #77BEB3

#77BEB3
(119,190,179)
#83C3B9
(131,195,185)
#8FC8BF
(143,200,191)
#9BCDC5
(155,205,197)
#A7D2CB
(167,210,203)
#B3D7D1
(179,215,209)
#BFDCD7
(191,220,215)
#CBE1DD
(203,225,221)
#D7E6E3
(215,230,227)
#E3EBE9
(227,235,233)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77BEB3; }

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

This text font color is #77BEB3.


Background Color

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

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

This div background color is #77BEB3.


Border color

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

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

This div border color is #77BEB3.


Opacity

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

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

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

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

This text has shadow with #77BEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BEB3 on black background.


Color preview on white background

This text has color #77BEB3 on white background.



Black color preview on #77BEB3 background

This text has black color on #77BEB3 background.


White color preview on #77BEB3 background

This text has white color on #77BEB3 background.