COLOR #77ABA7

HEX: #77ABA7 RGB: (119,171,167)

Color info

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

RGB color model

#77ABA7 color RGB value is (119,171,167).

RGB: (119,171,167) (47%, 67%, 65%)

RGB channels and saturation

R 119 of 255 = 47%
G 171 of 255 = 67%
B 167 of 255 = 65%

119
171
167

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

Portions of RGB colors in percentages

R + G + B = 119 + 171 + 167 = 457 (100%)
R 119 of 457 ~ 26.04%
G 171 of 457 ~ 37.42%
B 167 of 457 ~ 36.54'%

%26.04
%37.42
%36.54

CMYK color model

#77ABA7 color CMYK value is (30,0,2,33).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 32.94%

CMYK: (30,0,2,33)
C30M0Y2K33 (30%, 0%, 2%, 33%)
(0.30 / 0.00 / 0.02 / 0.33)

CMYK percentages

%30.41
%0
%2.34
%32.94

Codes

Color #77ABA7 in popluar color models

77 AB A7
RGB 119 171 167
HSL 175° 23.64% 56.86%
HSB/HSV 175° 30.41% 67.06%
CMYK 30.41% 0.00% 2.34%
32.94%

Color #77ABA7 in popluar number systems.

HEX 77 AB A7
Decimal 119 171 167
Binary 1110111 10101011 10100111
Octal 167 253 247

Shades and tints

Shades of #77ABA7

#77ABA7
(119,171,167)
#6D9C98
(109,156,152)
#638D89
(99,141,137)
#597E7A
(89,126,122)
#4F6F6B
(79,111,107)
#45605C
(69,96,92)
#3B514D
(59,81,77)
#31423E
(49,66,62)
#27332F
(39,51,47)
#1D2420
(29,36,32)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #77ABA7

#77ABA7
(119,171,167)
#83B2AF
(131,178,175)
#8FB9B7
(143,185,183)
#9BC0BF
(155,192,191)
#A7C7C7
(167,199,199)
#B3CECF
(179,206,207)
#BFD5D7
(191,213,215)
#CBDCDF
(203,220,223)
#D7E3E7
(215,227,231)
#E3EAEF
(227,234,239)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ABA7 color. Also use rgb(119,171,167) instead hex code.

Text Font Color

.myTextColor { color: #77ABA7; }

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

This text font color is #77ABA7.

Background Color

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

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

This div background color is #77ABA7.

Border color

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

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

This div border color is #77ABA7.

Opacity

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

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

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

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

This text has shadow with #77ABA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77ABA7.

Preview

Color preview on black background

This text has color #77ABA7 on black background.


Color preview on white background

This text has color #77ABA7 on white background.


Black color preview on #77ABA7 background

This text has black color on #77ABA7 background.


White color preview on #77ABA7 background

This text has white color on #77ABA7 background.


Related colors

Complementary color

Complementary color for #hex is #885458.


I love getcolorcode.com

Triadic colors

1 #A777AB and #ABA777 with #77ABA7 are triadic colors.

2 #A7AB77 and #AB77A7 with #77ABA7 are triadic colors.