COLOR #76A3AF

HEX: #76A3AF RGB: (118,163,175)

Color info

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

RGB color model

#76A3AF color RGB value is (118,163,175).

RGB: (118,163,175) (46%, 64%, 69%)

RGB channels and saturation

R 118 of 255 = 46%
G 163 of 255 = 64%
B 175 of 255 = 69%

118
163
175

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

Portions of RGB colors in percentages

R + G + B = 118 + 163 + 175 = 456 (100%)
R 118 of 456 ~ 25.88%
G 163 of 456 ~ 35.75%
B 175 of 456 ~ 38.38'%

%25.88
%35.75
%38.38

CMYK color model

#76A3AF color CMYK value is (33,7,0,31).

  • cyan value is 32.57%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (33,7,0,31)
C33M7Y0K31 (33%, 7%, 0%, 31%)
(0.33 / 0.07 / 0.00 / 0.31)

CMYK percentages

%32.57
%6.86
%0
%31.37

Codes

Color #76A3AF in popluar color models

76 A3 AF
RGB 118 163 175
HSL 193° 26.27% 57.45%
HSB/HSV 193° 32.57% 68.63%
CMYK 32.57% 6.86% 0.00%
31.37%

Color #76A3AF in popluar number systems.

HEX 76 A3 AF
Decimal 118 163 175
Binary 1110110 10100011 10101111
Octal 166 243 257

Shades and tints

Shades of #76A3AF

#76A3AF
(118,163,175)
#6C95A0
(108,149,160)
#628791
(98,135,145)
#587982
(88,121,130)
#4E6B73
(78,107,115)
#445D64
(68,93,100)
#3A4F55
(58,79,85)
#304146
(48,65,70)
#263337
(38,51,55)
#1C2528
(28,37,40)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #76A3AF

#76A3AF
(118,163,175)
#82ABB6
(130,171,182)
#8EB3BD
(142,179,189)
#9ABBC4
(154,187,196)
#A6C3CB
(166,195,203)
#B2CBD2
(178,203,210)
#BED3D9
(190,211,217)
#CADBE0
(202,219,224)
#D6E3E7
(214,227,231)
#E2EBEE
(226,235,238)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A3AF; }

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

This text font color is #76A3AF.

Background Color

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

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

This div background color is #76A3AF.

Border color

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

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

This div border color is #76A3AF.

Opacity

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

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

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

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

This text has shadow with #76A3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A3AF.

Preview

Color preview on black background

This text has color #76A3AF on black background.


Color preview on white background

This text has color #76A3AF on white background.


Black color preview on #76A3AF background

This text has black color on #76A3AF background.


White color preview on #76A3AF background

This text has white color on #76A3AF background.


Related colors

Complementary color

Complementary color for #hex is #895C50.


I love getcolorcode.com

Triadic colors

1 #AF76A3 and #A3AF76 with #76A3AF are triadic colors.

2 #AFA376 and #A376AF with #76A3AF are triadic colors.