COLOR #76A79D

HEX: #76A79D RGB: (118,167,157)

Color info

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

RGB color model

#76A79D color RGB value is (118,167,157).

RGB: (118,167,157) (46%, 65%, 62%)

RGB channels and saturation

R 118 of 255 = 46%
G 167 of 255 = 65%
B 157 of 255 = 62%

118
167
157

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

Portions of RGB colors in percentages

R + G + B = 118 + 167 + 157 = 442 (100%)
R 118 of 442 ~ 26.7%
G 167 of 442 ~ 37.78%
B 157 of 442 ~ 35.52'%

%26.7
%37.78
%35.52

CMYK color model

#76A79D color CMYK value is (29,0,6,35).

  • cyan value is 29.34%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 34.51%

CMYK: (29,0,6,35)
C29M0Y6K35 (29%, 0%, 6%, 35%)
(0.29 / 0.00 / 0.06 / 0.35)

CMYK percentages

%29.34
%0
%5.99
%34.51

Codes

Color #76A79D in popluar color models

76 A7 9D
RGB 118 167 157
HSL 168° 21.78% 55.88%
HSB/HSV 168° 29.34% 65.49%
CMYK 29.34% 0.00% 5.99%
34.51%

Color #76A79D in popluar number systems.

HEX 76 A7 9D
Decimal 118 167 157
Binary 1110110 10100111 10011101
Octal 166 247 235

Shades and tints

Shades of #76A79D

#76A79D
(118,167,157)
#6C988F
(108,152,143)
#628981
(98,137,129)
#587A73
(88,122,115)
#4E6B65
(78,107,101)
#445C57
(68,92,87)
#3A4D49
(58,77,73)
#303E3B
(48,62,59)
#262F2D
(38,47,45)
#1C201F
(28,32,31)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #76A79D

#76A79D
(118,167,157)
#82AFA5
(130,175,165)
#8EB7AD
(142,183,173)
#9ABFB5
(154,191,181)
#A6C7BD
(166,199,189)
#B2CFC5
(178,207,197)
#BED7CD
(190,215,205)
#CADFD5
(202,223,213)
#D6E7DD
(214,231,221)
#E2EFE5
(226,239,229)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A79D; }

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

This text font color is #76A79D.

Background Color

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

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

This div background color is #76A79D.

Border color

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

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

This div border color is #76A79D.

Opacity

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

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

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

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

This text has shadow with #76A79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A79D.

Preview

Color preview on black background

This text has color #76A79D on black background.


Color preview on white background

This text has color #76A79D on white background.


Black color preview on #76A79D background

This text has black color on #76A79D background.


White color preview on #76A79D background

This text has white color on #76A79D background.


Related colors

Complementary color

Complementary color for #hex is #895862.


I love getcolorcode.com

Triadic colors

1 #9D76A7 and #A79D76 with #76A79D are triadic colors.

2 #9DA776 and #A7769D with #76A79D are triadic colors.