COLOR #76A7AA

HEX: #76A7AA RGB: (118,167,170)

Color info

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

RGB color model

#76A7AA color RGB value is (118,167,170).

RGB: (118,167,170) (46%, 65%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 167 of 255 = 65%
B 170 of 255 = 67%

118
167
170

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

Portions of RGB colors in percentages

R + G + B = 118 + 167 + 170 = 455 (100%)
R 118 of 455 ~ 25.93%
G 167 of 455 ~ 36.7%
B 170 of 455 ~ 37.36'%

%25.93
%36.7
%37.36

CMYK color model

#76A7AA color CMYK value is (31,2,0,33).

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

CMYK: (31,2,0,33)
C31M2Y0K33 (31%, 2%, 0%, 33%)
(0.31 / 0.02 / 0.00 / 0.33)

CMYK percentages

%30.59
%1.76
%0
%33.33

Codes

Color #76A7AA in popluar color models

76 A7 AA
RGB 118 167 170
HSL 183° 23.42% 56.47%
HSB/HSV 183° 30.59% 66.67%
CMYK 30.59% 1.76% 0.00%
33.33%

Color #76A7AA in popluar number systems.

HEX 76 A7 AA
Decimal 118 167 170
Binary 1110110 10100111 10101010
Octal 166 247 252

Shades and tints

Shades of #76A7AA

#76A7AA
(118,167,170)
#6C989B
(108,152,155)
#62898C
(98,137,140)
#587A7D
(88,122,125)
#4E6B6E
(78,107,110)
#445C5F
(68,92,95)
#3A4D50
(58,77,80)
#303E41
(48,62,65)
#262F32
(38,47,50)
#1C2023
(28,32,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #76A7AA

#76A7AA
(118,167,170)
#82AFB1
(130,175,177)
#8EB7B8
(142,183,184)
#9ABFBF
(154,191,191)
#A6C7C6
(166,199,198)
#B2CFCD
(178,207,205)
#BED7D4
(190,215,212)
#CADFDB
(202,223,219)
#D6E7E2
(214,231,226)
#E2EFE9
(226,239,233)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A7AA; }

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

This text font color is #76A7AA.

Background Color

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

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

This div background color is #76A7AA.

Border color

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

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

This div border color is #76A7AA.

Opacity

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

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

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

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

This text has shadow with #76A7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A7AA.

Preview

Color preview on black background

This text has color #76A7AA on black background.


Color preview on white background

This text has color #76A7AA on white background.


Black color preview on #76A7AA background

This text has black color on #76A7AA background.


White color preview on #76A7AA background

This text has white color on #76A7AA background.


Related colors

Complementary color

Complementary color for #hex is #895855.


I love getcolorcode.com

Triadic colors

1 #AA76A7 and #A7AA76 with #76A7AA are triadic colors.

2 #AAA776 and #A776AA with #76A7AA are triadic colors.