COLOR #77ABBF

HEX: #77ABBF RGB: (119,171,191)

Color info

#77ABBF contains mainly green and blue colors. Web safe color of #77ABBF is #6699CC (or #69C).

RGB color model

#77ABBF color RGB value is (119,171,191).

RGB: (119,171,191) (47%, 67%, 75%)

RGB channels and saturation

R 119 of 255 = 47%
G 171 of 255 = 67%
B 191 of 255 = 75%

119
171
191

R + G + B ~ 63%. #77ABBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 171 + 191 = 481 (100%)
R 119 of 481 ~ 24.74%
G 171 of 481 ~ 35.55%
B 191 of 481 ~ 39.71'%

%24.74
%35.55
%39.71

CMYK color model

#77ABBF color CMYK value is (38,10,0,25).

  • cyan value is 37.70%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (38,10,0,25) C38M10Y0K25 (38%,10%,0%,25%) (0.38/0.10/0.00/0.25) 

CMYK percentages

%37.7
%10.47
%0
%25.1

Codes

Color #77ABBF in popluar color models

77 AB BF
RGB 119 171 191
HSL 197° 36.00% 60.78%
HSB/HSV 197° 37.70% 74.90%
CMYK 37.70% 10.47% 0.00%
25.10%

Color #77ABBF in popluar number systems.

HEX 77 AB BF
Decimal 119 171 191
Binary 1110111 10101011 10111111
Octal 167 253 277

Shades and tints

Shades of #77ABBF

#77ABBF
(119,171,191)
#6D9CAE
(109,156,174)
#638D9D
(99,141,157)
#597E8C
(89,126,140)
#4F6F7B
(79,111,123)
#45606A
(69,96,106)
#3B5159
(59,81,89)
#314248
(49,66,72)
#273337
(39,51,55)
#1D2426
(29,36,38)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #77ABBF

#77ABBF
(119,171,191)
#83B2C4
(131,178,196)
#8FB9C9
(143,185,201)
#9BC0CE
(155,192,206)
#A7C7D3
(167,199,211)
#B3CED8
(179,206,216)
#BFD5DD
(191,213,221)
#CBDCE2
(203,220,226)
#D7E3E7
(215,227,231)
#E3EAEC
(227,234,236)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77ABBF; }

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

This text font color is #77ABBF.

Background Color

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

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

This div background color is #77ABBF.

Border color

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

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

This div border color is #77ABBF.

Opacity

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

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

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

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

This text has shadow with #77ABBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77ABBF.

Preview

Color preview on black background

This text has color #77ABBF on black background.


Color preview on white background

This text has color #77ABBF on white background.


Black color preview on #77ABBF background

This text has black color on #77ABBF background.


White color preview on #77ABBF background

This text has white color on #77ABBF background.


Related colors

Complementary color

Complementary color for #hex is #885440.


I love getcolorcode.com

Triadic colors

1 #BF77AB and #ABBF77 with #77ABBF are triadic colors.

2 #BFAB77 and #AB77BF with #77ABBF are triadic colors.