COLOR #76A1AA

HEX: #76A1AA RGB: (118,161,170)

Color info

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

RGB color model

#76A1AA color RGB value is (118,161,170).

RGB: (118,161,170) (46%, 63%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 161 of 255 = 63%
B 170 of 255 = 67%

118
161
170

R + G + B ~ 59%. #76A1AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 161 + 170 = 449 (100%)
R 118 of 449 ~ 26.28%
G 161 of 449 ~ 35.86%
B 170 of 449 ~ 37.86'%

%26.28
%35.86
%37.86

CMYK color model

#76A1AA color CMYK value is (31,5,0,33).

  • cyan value is 30.59%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (31,5,0,33)
C31M5Y0K33 (31%, 5%, 0%, 33%)
(0.31 / 0.05 / 0.00 / 0.33)

CMYK percentages

%30.59
%5.29
%0
%33.33

Codes

Color #76A1AA in popluar color models

76 A1 AA
RGB 118 161 170
HSL 190° 23.42% 56.47%
HSB/HSV 190° 30.59% 66.67%
CMYK 30.59% 5.29% 0.00%
33.33%

Color #76A1AA in popluar number systems.

HEX 76 A1 AA
Decimal 118 161 170
Binary 1110110 10100001 10101010
Octal 166 241 252

Shades and tints

Shades of #76A1AA

#76A1AA
(118,161,170)
#6C939B
(108,147,155)
#62858C
(98,133,140)
#58777D
(88,119,125)
#4E696E
(78,105,110)
#445B5F
(68,91,95)
#3A4D50
(58,77,80)
#303F41
(48,63,65)
#263132
(38,49,50)
#1C2323
(28,35,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #76A1AA

#76A1AA
(118,161,170)
#82A9B1
(130,169,177)
#8EB1B8
(142,177,184)
#9AB9BF
(154,185,191)
#A6C1C6
(166,193,198)
#B2C9CD
(178,201,205)
#BED1D4
(190,209,212)
#CAD9DB
(202,217,219)
#D6E1E2
(214,225,226)
#E2E9E9
(226,233,233)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A1AA color. Also use rgb(118,161,170) instead hex code.

Text Font Color

.myTextColor { color: #76A1AA; }

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

This text font color is #76A1AA.

Background Color

.myBgColor { background-color: #76A1AA; }

<div style="background-color:#76A1AA">Inner text</div>

This div background color is #76A1AA.

Border color

.myBorderColor { border: 1px solid #76A1AA; }

<div style="border:3px solid #76A1AA">Div</div>

This div border color is #76A1AA.

Opacity

.myOpacity80 { color: #76A1AA; opacity: 0.8; }

<p style="color:#76A1AA;opacity:0.8;">80%</p>

Text with #76A1AA 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 #76A1AA;}

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

This text has shadow with #76A1AA color.


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

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

This text has shadow with #76A1AA primary color and red secondary color.


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

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

This text has shadow with #76A1AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76A1AA.

Preview

Color preview on black background

This text has color #76A1AA on black background.


Color preview on white background

This text has color #76A1AA on white background.


Black color preview on #76A1AA background

This text has black color on #76A1AA background.


White color preview on #76A1AA background

This text has white color on #76A1AA background.


Related colors

Complementary color

Complementary color for #hex is #895E55.


I love getcolorcode.com

Triadic colors

1 #AA76A1 and #A1AA76 with #76A1AA are triadic colors.

2 #AAA176 and #A176AA with #76A1AA are triadic colors.