COLOR #77AAAA

HEX: #77AAAA
RGB: (119,170,170)

Color info

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

RGB color model

#77AAAA color RGB value is (119,170,170).

  • red value is 119;
  • green value is 170;
  • blue value is 170.
RGB:
(119,170,170)
(47%,67%,67%)

RGB channels and saturation

R 119 of 255 = 47%
G 170 of 255 = 67%
B 170 of 255 = 67%

119
170
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 170 + 170 = 459 (100%)
R 119 of 459 ~ 25.93%
G 170 of 459 ~ 37.04%
B 170 of 459 ~ 37.04%

%25.93
%37.04
%37.04

CMYK color model

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

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(30,0,0,33)
C30M0Y0K33 
(30%,0%,0%,33%)
(0.30/0.00/0.00/0.33)	

CMYK percentages

%30
%0
%0
%33.33

Codes

Color #77AAAA in popluar color models

77AAAA
RGB119170170
HSL180°23.08%56.67%
HSB/HSV180°30.00%66.67%
CMYK30.00%0.00%0.00%
33.33%

Color #77AAAA in popluar number systems.

HEX77AAAA
Decimal119170170
Binary11101111010101010101010
Octal167252252

Shades and tints

Shades of #77AAAA

#77AAAA
(119,170,170)
#6D9B9B
(109,155,155)
#638C8C
(99,140,140)
#597D7D
(89,125,125)
#4F6E6E
(79,110,110)
#455F5F
(69,95,95)
#3B5050
(59,80,80)
#314141
(49,65,65)
#273232
(39,50,50)
#1D2323
(29,35,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #77AAAA

#77AAAA
(119,170,170)
#83B1B1
(131,177,177)
#8FB8B8
(143,184,184)
#9BBFBF
(155,191,191)
#A7C6C6
(167,198,198)
#B3CDCD
(179,205,205)
#BFD4D4
(191,212,212)
#CBDBDB
(203,219,219)
#D7E2E2
(215,226,226)
#E3E9E9
(227,233,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AAAA; }

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

This text font color is #77AAAA.


Background Color

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

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

This div background color is #77AAAA.


Border color

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

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

This div border color is #77AAAA.


Opacity

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

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

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

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

This text has shadow with #77AAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AAAA on black background.


Color preview on white background

This text has color #77AAAA on white background.



Black color preview on #77AAAA background

This text has black color on #77AAAA background.


White color preview on #77AAAA background

This text has white color on #77AAAA background.