COLOR #76A591

HEX: #76A591
RGB: (118,165,145)

Color info

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

RGB color model

#76A591 color RGB value is (118,165,145).

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

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 145 of 255 = 57%

118
165
145

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

Portions of RGB colors in percentages

R + G + B =
118 + 165 + 145 = 428 (100%)
R 118 of 428 ~ 27.57%
G 165 of 428 ~ 38.55%
B 145 of 428 ~ 33.88%

%27.57
%38.55
%33.88

CMYK color model

#76A591 color CMYK value is (28,0,12,35).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(28,0,12,35)
C28M0Y12K35 
(28%,0%,12%,35%)
(0.28/0.00/0.12/0.35)	

CMYK percentages

%28.48
%0
%12.12
%35.29

Codes

Color #76A591 in popluar color models

76A591
RGB118165145
HSL154°20.70%55.49%
HSB/HSV154°28.48%64.71%
CMYK28.48%0.00%12.12%
35.29%

Color #76A591 in popluar number systems.

HEX76A591
Decimal118165145
Binary11101101010010110010001
Octal166245221

Shades and tints

Shades of #76A591

#76A591
(118,165,145)
#6C9684
(108,150,132)
#628777
(98,135,119)
#58786A
(88,120,106)
#4E695D
(78,105,93)
#445A50
(68,90,80)
#3A4B43
(58,75,67)
#303C36
(48,60,54)
#262D29
(38,45,41)
#1C1E1C
(28,30,28)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #76A591

#76A591
(118,165,145)
#82AD9B
(130,173,155)
#8EB5A5
(142,181,165)
#9ABDAF
(154,189,175)
#A6C5B9
(166,197,185)
#B2CDC3
(178,205,195)
#BED5CD
(190,213,205)
#CADDD7
(202,221,215)
#D6E5E1
(214,229,225)
#E2EDEB
(226,237,235)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A591; }

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

This text font color is #76A591.


Background Color

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

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

This div background color is #76A591.


Border color

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

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

This div border color is #76A591.


Opacity

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

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

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

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

This text has shadow with #76A591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A591 on black background.


Color preview on white background

This text has color #76A591 on white background.



Black color preview on #76A591 background

This text has black color on #76A591 background.


White color preview on #76A591 background

This text has white color on #76A591 background.