COLOR #76A899

HEX: #76A899
RGB: (118,168,153)

Color info

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

RGB color model

#76A899 color RGB value is (118,168,153).

  • red value is 118;
  • green value is 168;
  • blue value is 153.
RGB:
(118,168,153)
(46%,66%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 153 of 255 = 60%

118
168
153

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

Portions of RGB colors in percentages

R + G + B =
118 + 168 + 153 = 439 (100%)
R 118 of 439 ~ 26.88%
G 168 of 439 ~ 38.27%
B 153 of 439 ~ 34.85%

%26.88
%38.27
%34.85

CMYK color model

#76A899 color CMYK value is (30,0,9,34).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 34.12%
CMYK:
(30,0,9,34)
C30M0Y9K34 
(30%,0%,9%,34%)
(0.30/0.00/0.09/0.34)	

CMYK percentages

%29.76
%0
%8.93
%34.12

Codes

Color #76A899 in popluar color models

76A899
RGB118168153
HSL162°22.32%56.08%
HSB/HSV162°29.76%65.88%
CMYK29.76%0.00%8.93%
34.12%

Color #76A899 in popluar number systems.

HEX76A899
Decimal118168153
Binary11101101010100010011001
Octal166250231

Shades and tints

Shades of #76A899

#76A899
(118,168,153)
#6C998C
(108,153,140)
#628A7F
(98,138,127)
#587B72
(88,123,114)
#4E6C65
(78,108,101)
#445D58
(68,93,88)
#3A4E4B
(58,78,75)
#303F3E
(48,63,62)
#263031
(38,48,49)
#1C2124
(28,33,36)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #76A899

#76A899
(118,168,153)
#82AFA2
(130,175,162)
#8EB6AB
(142,182,171)
#9ABDB4
(154,189,180)
#A6C4BD
(166,196,189)
#B2CBC6
(178,203,198)
#BED2CF
(190,210,207)
#CAD9D8
(202,217,216)
#D6E0E1
(214,224,225)
#E2E7EA
(226,231,234)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A899 color. Also use rgb(118,168,153) instead hex code.

Text Font Color

.myTextColor { color: #76A899; }

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

This text font color is #76A899.


Background Color

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

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

This div background color is #76A899.


Border color

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

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

This div border color is #76A899.


Opacity

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

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

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

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

This text has shadow with #76A899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A899 on black background.


Color preview on white background

This text has color #76A899 on white background.



Black color preview on #76A899 background

This text has black color on #76A899 background.


White color preview on #76A899 background

This text has white color on #76A899 background.