COLOR #76A09A

HEX: #76A09A
RGB: (118,160,154)

Color info

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

RGB color model

#76A09A color RGB value is (118,160,154).

  • red value is 118;
  • green value is 160;
  • blue value is 154.
RGB:
(118,160,154)
(46%,63%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 154 of 255 = 60%

118
160
154

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

Portions of RGB colors in percentages

R + G + B =
118 + 160 + 154 = 432 (100%)
R 118 of 432 ~ 27.31%
G 160 of 432 ~ 37.04%
B 154 of 432 ~ 35.65%

%27.31
%37.04
%35.65

CMYK color model

#76A09A color CMYK value is (26,0,4,37).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 37.25%
CMYK:
(26,0,4,37)
C26M0Y4K37 
(26%,0%,4%,37%)
(0.26/0.00/0.04/0.37)	

CMYK percentages

%26.25
%0
%3.75
%37.25

Codes

Color #76A09A in popluar color models

76A09A
RGB118160154
HSL171°18.10%54.51%
HSB/HSV171°26.25%62.75%
CMYK26.25%0.00%3.75%
37.25%

Color #76A09A in popluar number systems.

HEX76A09A
Decimal118160154
Binary11101101010000010011010
Octal166240232

Shades and tints

Shades of #76A09A

#76A09A
(118,160,154)
#6C928C
(108,146,140)
#62847E
(98,132,126)
#587670
(88,118,112)
#4E6862
(78,104,98)
#445A54
(68,90,84)
#3A4C46
(58,76,70)
#303E38
(48,62,56)
#26302A
(38,48,42)
#1C221C
(28,34,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #76A09A

#76A09A
(118,160,154)
#82A8A3
(130,168,163)
#8EB0AC
(142,176,172)
#9AB8B5
(154,184,181)
#A6C0BE
(166,192,190)
#B2C8C7
(178,200,199)
#BED0D0
(190,208,208)
#CAD8D9
(202,216,217)
#D6E0E2
(214,224,226)
#E2E8EB
(226,232,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A09A; }

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

This text font color is #76A09A.


Background Color

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

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

This div background color is #76A09A.


Border color

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

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

This div border color is #76A09A.


Opacity

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

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

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

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

This text has shadow with #76A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A09A on black background.


Color preview on white background

This text has color #76A09A on white background.



Black color preview on #76A09A background

This text has black color on #76A09A background.


White color preview on #76A09A background

This text has white color on #76A09A background.