COLOR #76A491

HEX: #76A491
RGB: (118,164,145)

Color info

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

RGB color model

#76A491 color RGB value is (118,164,145).

  • red value is 118;
  • green value is 164;
  • blue value is 145.
RGB:
(118,164,145)
(46%,64%,57%)

RGB channels and saturation

R 118 of 255 = 46%
G 164 of 255 = 64%
B 145 of 255 = 57%

118
164
145

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

Portions of RGB colors in percentages

R + G + B =
118 + 164 + 145 = 427 (100%)
R 118 of 427 ~ 27.63%
G 164 of 427 ~ 38.41%
B 145 of 427 ~ 33.96%

%27.63
%38.41
%33.96

CMYK color model

#76A491 color CMYK value is (28,0,12,36).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(28,0,12,36)
C28M0Y12K36 
(28%,0%,12%,36%)
(0.28/0.00/0.12/0.36)	

CMYK percentages

%28.05
%0
%11.59
%35.69

Codes

Color #76A491 in popluar color models

76A491
RGB118164145
HSL155°20.18%55.29%
HSB/HSV155°28.05%64.31%
CMYK28.05%0.00%11.59%
35.69%

Color #76A491 in popluar number systems.

HEX76A491
Decimal118164145
Binary11101101010010010010001
Octal166244221

Shades and tints

Shades of #76A491

#76A491
(118,164,145)
#6C9684
(108,150,132)
#628877
(98,136,119)
#587A6A
(88,122,106)
#4E6C5D
(78,108,93)
#445E50
(68,94,80)
#3A5043
(58,80,67)
#304236
(48,66,54)
#263429
(38,52,41)
#1C261C
(28,38,28)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #76A491

#76A491
(118,164,145)
#82AC9B
(130,172,155)
#8EB4A5
(142,180,165)
#9ABCAF
(154,188,175)
#A6C4B9
(166,196,185)
#B2CCC3
(178,204,195)
#BED4CD
(190,212,205)
#CADCD7
(202,220,215)
#D6E4E1
(214,228,225)
#E2ECEB
(226,236,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A491 color. Also use rgb(118,164,145) instead hex code.

Text Font Color

.myTextColor { color: #76A491; }

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

This text font color is #76A491.


Background Color

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

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

This div background color is #76A491.


Border color

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

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

This div border color is #76A491.


Opacity

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

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

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

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

This text has shadow with #76A491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A491 on black background.


Color preview on white background

This text has color #76A491 on white background.



Black color preview on #76A491 background

This text has black color on #76A491 background.


White color preview on #76A491 background

This text has white color on #76A491 background.