COLOR #77B47E

HEX: #77B47E
RGB: (119,180,126)

Color info

#77B47E contains mainly green and blue colors. Web safe color of #77B47E is #66CC66 (or #6C6).

RGB color model

#77B47E color RGB value is (119,180,126).

  • red value is 119;
  • green value is 180;
  • blue value is 126.
RGB:
(119,180,126)
(47%,71%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 126 of 255 = 49%

119
180
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 180 + 126 = 425 (100%)
R 119 of 425 ~ 28%
G 180 of 425 ~ 42.35%
B 126 of 425 ~ 29.65%

%28
%42.35
%29.65

CMYK color model

#77B47E color CMYK value is (34,0,30,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(34,0,30,29)
C34M0Y30K29 
(34%,0%,30%,29%)
(0.34/0.00/0.30/0.29)	

CMYK percentages

%33.89
%0
%30
%29.41

Codes

Color #77B47E in popluar color models

77B47E
RGB119180126
HSL127°28.91%58.63%
HSB/HSV127°33.89%70.59%
CMYK33.89%0.00%30.00%
29.41%

Color #77B47E in popluar number systems.

HEX77B47E
Decimal119180126
Binary1110111101101001111110
Octal167264176

Shades and tints

Shades of #77B47E

#77B47E
(119,180,126)
#6DA473
(109,164,115)
#639468
(99,148,104)
#59845D
(89,132,93)
#4F7452
(79,116,82)
#456447
(69,100,71)
#3B543C
(59,84,60)
#314431
(49,68,49)
#273426
(39,52,38)
#1D241B
(29,36,27)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #77B47E

#77B47E
(119,180,126)
#83BA89
(131,186,137)
#8FC094
(143,192,148)
#9BC69F
(155,198,159)
#A7CCAA
(167,204,170)
#B3D2B5
(179,210,181)
#BFD8C0
(191,216,192)
#CBDECB
(203,222,203)
#D7E4D6
(215,228,214)
#E3EAE1
(227,234,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B47E color. Also use rgb(119,180,126) instead hex code.

Text Font Color

.myTextColor { color: #77B47E; }

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

This text font color is #77B47E.


Background Color

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

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

This div background color is #77B47E.


Border color

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

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

This div border color is #77B47E.


Opacity

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

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

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

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

This text has shadow with #77B47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B47E on black background.


Color preview on white background

This text has color #77B47E on white background.



Black color preview on #77B47E background

This text has black color on #77B47E background.


White color preview on #77B47E background

This text has white color on #77B47E background.