COLOR #76A79A

HEX: #76A79A
RGB: (118,167,154)

Color info

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

RGB color model

#76A79A color RGB value is (118,167,154).

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

RGB channels and saturation

R 118 of 255 = 46%
G 167 of 255 = 65%
B 154 of 255 = 60%

118
167
154

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

Portions of RGB colors in percentages

R + G + B =
118 + 167 + 154 = 439 (100%)
R 118 of 439 ~ 26.88%
G 167 of 439 ~ 38.04%
B 154 of 439 ~ 35.08%

%26.88
%38.04
%35.08

CMYK color model

#76A79A color CMYK value is (29,0,8,35).

  • cyan value is 29.34%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 34.51%
CMYK:
(29,0,8,35)
C29M0Y8K35 
(29%,0%,8%,35%)
(0.29/0.00/0.08/0.35)	

CMYK percentages

%29.34
%0
%7.78
%34.51

Codes

Color #76A79A in popluar color models

76A79A
RGB118167154
HSL164°21.78%55.88%
HSB/HSV164°29.34%65.49%
CMYK29.34%0.00%7.78%
34.51%

Color #76A79A in popluar number systems.

HEX76A79A
Decimal118167154
Binary11101101010011110011010
Octal166247232

Shades and tints

Shades of #76A79A

#76A79A
(118,167,154)
#6C988C
(108,152,140)
#62897E
(98,137,126)
#587A70
(88,122,112)
#4E6B62
(78,107,98)
#445C54
(68,92,84)
#3A4D46
(58,77,70)
#303E38
(48,62,56)
#262F2A
(38,47,42)
#1C201C
(28,32,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76A79A

#76A79A
(118,167,154)
#82AFA3
(130,175,163)
#8EB7AC
(142,183,172)
#9ABFB5
(154,191,181)
#A6C7BE
(166,199,190)
#B2CFC7
(178,207,199)
#BED7D0
(190,215,208)
#CADFD9
(202,223,217)
#D6E7E2
(214,231,226)
#E2EFEB
(226,239,235)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A79A; }

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

This text font color is #76A79A.


Background Color

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

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

This div background color is #76A79A.


Border color

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

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

This div border color is #76A79A.


Opacity

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

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

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

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

This text has shadow with #76A79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A79A on black background.


Color preview on white background

This text has color #76A79A on white background.



Black color preview on #76A79A background

This text has black color on #76A79A background.


White color preview on #76A79A background

This text has white color on #76A79A background.