COLOR #76A0AF

HEX: #76A0AF RGB: (118,160,175)

Color info

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

RGB color model

#76A0AF color RGB value is (118,160,175).

RGB: (118,160,175) (46%, 63%, 69%)

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 175 of 255 = 69%

118
160
175

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

Portions of RGB colors in percentages

R + G + B = 118 + 160 + 175 = 453 (100%)
R 118 of 453 ~ 26.05%
G 160 of 453 ~ 35.32%
B 175 of 453 ~ 38.63'%

%26.05
%35.32
%38.63

CMYK color model

#76A0AF color CMYK value is (33,9,0,31).

  • cyan value is 32.57%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (33,9,0,31) C33M9Y0K31 (33%,9%,0%,31%) (0.33/0.09/0.00/0.31) 

CMYK percentages

%32.57
%8.57
%0
%31.37

Codes

Color #76A0AF in popluar color models

76 A0 AF
RGB 118 160 175
HSL 196° 26.27% 57.45%
HSB/HSV 196° 32.57% 68.63%
CMYK 32.57% 8.57% 0.00%
31.37%

Color #76A0AF in popluar number systems.

HEX 76 A0 AF
Decimal 118 160 175
Binary 1110110 10100000 10101111
Octal 166 240 257

Shades and tints

Shades of #76A0AF

#76A0AF
(118,160,175)
#6C92A0
(108,146,160)
#628491
(98,132,145)
#587682
(88,118,130)
#4E6873
(78,104,115)
#445A64
(68,90,100)
#3A4C55
(58,76,85)
#303E46
(48,62,70)
#263037
(38,48,55)
#1C2228
(28,34,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #76A0AF

#76A0AF
(118,160,175)
#82A8B6
(130,168,182)
#8EB0BD
(142,176,189)
#9AB8C4
(154,184,196)
#A6C0CB
(166,192,203)
#B2C8D2
(178,200,210)
#BED0D9
(190,208,217)
#CAD8E0
(202,216,224)
#D6E0E7
(214,224,231)
#E2E8EE
(226,232,238)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A0AF color. Also use rgb(118,160,175) instead hex code.

Text Font Color

.myTextColor { color: #76A0AF; }

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

This text font color is #76A0AF.

Background Color

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

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

This div background color is #76A0AF.

Border color

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

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

This div border color is #76A0AF.

Opacity

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

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

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

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

This text has shadow with #76A0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A0AF.

Preview

Color preview on black background

This text has color #76A0AF on black background.


Color preview on white background

This text has color #76A0AF on white background.


Black color preview on #76A0AF background

This text has black color on #76A0AF background.


White color preview on #76A0AF background

This text has white color on #76A0AF background.


Related colors

Complementary color

Complementary color for #hex is #895F50.


I love getcolorcode.com

Triadic colors

1 #AF76A0 and #A0AF76 with #76A0AF are triadic colors.

2 #AFA076 and #A076AF with #76A0AF are triadic colors.