COLOR #76A096

HEX: #76A096
RGB: (118,160,150)

Color info

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

RGB color model

#76A096 color RGB value is (118,160,150).

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

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 150 of 255 = 59%

118
160
150

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

Portions of RGB colors in percentages

R + G + B =
118 + 160 + 150 = 428 (100%)
R 118 of 428 ~ 27.57%
G 160 of 428 ~ 37.38%
B 150 of 428 ~ 35.05%

%27.57
%37.38
%35.05

CMYK color model

#76A096 color CMYK value is (26,0,6,37).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 37.25%
CMYK:
(26,0,6,37)
C26M0Y6K37 
(26%,0%,6%,37%)
(0.26/0.00/0.06/0.37)	

CMYK percentages

%26.25
%0
%6.25
%37.25

Codes

Color #76A096 in popluar color models

76A096
RGB118160150
HSL166°18.10%54.51%
HSB/HSV166°26.25%62.75%
CMYK26.25%0.00%6.25%
37.25%

Color #76A096 in popluar number systems.

HEX76A096
Decimal118160150
Binary11101101010000010010110
Octal166240226

Shades and tints

Shades of #76A096

#76A096
(118,160,150)
#6C9289
(108,146,137)
#62847C
(98,132,124)
#58766F
(88,118,111)
#4E6862
(78,104,98)
#445A55
(68,90,85)
#3A4C48
(58,76,72)
#303E3B
(48,62,59)
#26302E
(38,48,46)
#1C2221
(28,34,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #76A096

#76A096
(118,160,150)
#82A89F
(130,168,159)
#8EB0A8
(142,176,168)
#9AB8B1
(154,184,177)
#A6C0BA
(166,192,186)
#B2C8C3
(178,200,195)
#BED0CC
(190,208,204)
#CAD8D5
(202,216,213)
#D6E0DE
(214,224,222)
#E2E8E7
(226,232,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A096; }

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

This text font color is #76A096.


Background Color

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

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

This div background color is #76A096.


Border color

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

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

This div border color is #76A096.


Opacity

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

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

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

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

This text has shadow with #76A096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A096 on black background.


Color preview on white background

This text has color #76A096 on white background.



Black color preview on #76A096 background

This text has black color on #76A096 background.


White color preview on #76A096 background

This text has white color on #76A096 background.