COLOR #76A599

HEX: #76A599
RGB: (118,165,153)

Color info

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

RGB color model

#76A599 color RGB value is (118,165,153).

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

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 153 of 255 = 60%

118
165
153

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

Portions of RGB colors in percentages

R + G + B =
118 + 165 + 153 = 436 (100%)
R 118 of 436 ~ 27.06%
G 165 of 436 ~ 37.84%
B 153 of 436 ~ 35.09%

%27.06
%37.84
%35.09

CMYK color model

#76A599 color CMYK value is (28,0,7,35).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(28,0,7,35)
C28M0Y7K35 
(28%,0%,7%,35%)
(0.28/0.00/0.07/0.35)	

CMYK percentages

%28.48
%0
%7.27
%35.29

Codes

Color #76A599 in popluar color models

76A599
RGB118165153
HSL165°20.70%55.49%
HSB/HSV165°28.48%64.71%
CMYK28.48%0.00%7.27%
35.29%

Color #76A599 in popluar number systems.

HEX76A599
Decimal118165153
Binary11101101010010110011001
Octal166245231

Shades and tints

Shades of #76A599

#76A599
(118,165,153)
#6C968C
(108,150,140)
#62877F
(98,135,127)
#587872
(88,120,114)
#4E6965
(78,105,101)
#445A58
(68,90,88)
#3A4B4B
(58,75,75)
#303C3E
(48,60,62)
#262D31
(38,45,49)
#1C1E24
(28,30,36)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #76A599

#76A599
(118,165,153)
#82ADA2
(130,173,162)
#8EB5AB
(142,181,171)
#9ABDB4
(154,189,180)
#A6C5BD
(166,197,189)
#B2CDC6
(178,205,198)
#BED5CF
(190,213,207)
#CADDD8
(202,221,216)
#D6E5E1
(214,229,225)
#E2EDEA
(226,237,234)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A599 color. Also use rgb(118,165,153) instead hex code.

Text Font Color

.myTextColor { color: #76A599; }

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

This text font color is #76A599.


Background Color

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

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

This div background color is #76A599.


Border color

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

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

This div border color is #76A599.


Opacity

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

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

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

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

This text has shadow with #76A599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A599 on black background.


Color preview on white background

This text has color #76A599 on white background.



Black color preview on #76A599 background

This text has black color on #76A599 background.


White color preview on #76A599 background

This text has white color on #76A599 background.