COLOR #76A7AF

HEX: #76A7AF
RGB: (118,167,175)

Color info

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

RGB color model

#76A7AF color RGB value is (118,167,175).

  • red value is 118;
  • green value is 167;
  • blue value is 175.
RGB:
(118,167,175)
(46%,65%,69%)

RGB channels and saturation

R 118 of 255 = 46%
G 167 of 255 = 65%
B 175 of 255 = 69%

118
167
175

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

Portions of RGB colors in percentages

R + G + B =
118 + 167 + 175 = 460 (100%)
R 118 of 460 ~ 25.65%
G 167 of 460 ~ 36.3%
B 175 of 460 ~ 38.04%

%25.65
%36.3
%38.04

CMYK color model

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

  • cyan value is 32.57%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,5,0,31)
C33M5Y0K31 
(33%,5%,0%,31%)
(0.33/0.05/0.00/0.31)	

CMYK percentages

%32.57
%4.57
%0
%31.37

Codes

Color #76A7AF in popluar color models

76A7AF
RGB118167175
HSL188°26.27%57.45%
HSB/HSV188°32.57%68.63%
CMYK32.57%4.57%0.00%
31.37%

Color #76A7AF in popluar number systems.

HEX76A7AF
Decimal118167175
Binary11101101010011110101111
Octal166247257

Shades and tints

Shades of #76A7AF

#76A7AF
(118,167,175)
#6C98A0
(108,152,160)
#628991
(98,137,145)
#587A82
(88,122,130)
#4E6B73
(78,107,115)
#445C64
(68,92,100)
#3A4D55
(58,77,85)
#303E46
(48,62,70)
#262F37
(38,47,55)
#1C2028
(28,32,40)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #76A7AF

#76A7AF
(118,167,175)
#82AFB6
(130,175,182)
#8EB7BD
(142,183,189)
#9ABFC4
(154,191,196)
#A6C7CB
(166,199,203)
#B2CFD2
(178,207,210)
#BED7D9
(190,215,217)
#CADFE0
(202,223,224)
#D6E7E7
(214,231,231)
#E2EFEE
(226,239,238)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A7AF; }

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

This text font color is #76A7AF.


Background Color

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

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

This div background color is #76A7AF.


Border color

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

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

This div border color is #76A7AF.


Opacity

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

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

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

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

This text has shadow with #76A7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A7AF on black background.


Color preview on white background

This text has color #76A7AF on white background.



Black color preview on #76A7AF background

This text has black color on #76A7AF background.


White color preview on #76A7AF background

This text has white color on #76A7AF background.