COLOR #77A38F

HEX: #77A38F
RGB: (119,163,143)

Color info

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

RGB color model

#77A38F color RGB value is (119,163,143).

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

RGB channels and saturation

R 119 of 255 = 47%
G 163 of 255 = 64%
B 143 of 255 = 56%

119
163
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 163 + 143 = 425 (100%)
R 119 of 425 ~ 28%
G 163 of 425 ~ 38.35%
B 143 of 425 ~ 33.65%

%28
%38.35
%33.65

CMYK color model

#77A38F color CMYK value is (27,0,12,36).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(27,0,12,36)
C27M0Y12K36 
(27%,0%,12%,36%)
(0.27/0.00/0.12/0.36)	

CMYK percentages

%26.99
%0
%12.27
%36.08

Codes

Color #77A38F in popluar color models

77A38F
RGB119163143
HSL153°19.30%55.29%
HSB/HSV153°26.99%63.92%
CMYK26.99%0.00%12.27%
36.08%

Color #77A38F in popluar number systems.

HEX77A38F
Decimal119163143
Binary11101111010001110001111
Octal167243217

Shades and tints

Shades of #77A38F

#77A38F
(119,163,143)
#6D9582
(109,149,130)
#638775
(99,135,117)
#597968
(89,121,104)
#4F6B5B
(79,107,91)
#455D4E
(69,93,78)
#3B4F41
(59,79,65)
#314134
(49,65,52)
#273327
(39,51,39)
#1D251A
(29,37,26)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #77A38F

#77A38F
(119,163,143)
#83AB99
(131,171,153)
#8FB3A3
(143,179,163)
#9BBBAD
(155,187,173)
#A7C3B7
(167,195,183)
#B3CBC1
(179,203,193)
#BFD3CB
(191,211,203)
#CBDBD5
(203,219,213)
#D7E3DF
(215,227,223)
#E3EBE9
(227,235,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A38F; }

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

This text font color is #77A38F.


Background Color

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

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

This div background color is #77A38F.


Border color

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

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

This div border color is #77A38F.


Opacity

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

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

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

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

This text has shadow with #77A38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A38F on black background.


Color preview on white background

This text has color #77A38F on white background.



Black color preview on #77A38F background

This text has black color on #77A38F background.


White color preview on #77A38F background

This text has white color on #77A38F background.