COLOR #76A893

HEX: #76A893 RGB: (118,168,147)

Color info

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

RGB color model

#76A893 color RGB value is (118,168,147).

RGB: (118,168,147) (46%, 66%, 58%)

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 147 of 255 = 58%

118
168
147

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

Portions of RGB colors in percentages

R + G + B = 118 + 168 + 147 = 433 (100%)
R 118 of 433 ~ 27.25%
G 168 of 433 ~ 38.8%
B 147 of 433 ~ 33.95'%

%27.25
%38.8
%33.95

CMYK color model

#76A893 color CMYK value is (30,0,13,34).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 34.12%

CMYK: (30,0,13,34)
C30M0Y13K34 (30%, 0%, 13%, 34%)
(0.30 / 0.00 / 0.13 / 0.34)

CMYK percentages

%29.76
%0
%12.5
%34.12

Codes

Color #76A893 in popluar color models

76 A8 93
RGB 118 168 147
HSL 155° 22.32% 56.08%
HSB/HSV 155° 29.76% 65.88%
CMYK 29.76% 0.00% 12.50%
34.12%

Color #76A893 in popluar number systems.

HEX 76 A8 93
Decimal 118 168 147
Binary 1110110 10101000 10010011
Octal 166 250 223

Shades and tints

Shades of #76A893

#76A893
(118,168,147)
#6C9986
(108,153,134)
#628A79
(98,138,121)
#587B6C
(88,123,108)
#4E6C5F
(78,108,95)
#445D52
(68,93,82)
#3A4E45
(58,78,69)
#303F38
(48,63,56)
#26302B
(38,48,43)
#1C211E
(28,33,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #76A893

#76A893
(118,168,147)
#82AF9C
(130,175,156)
#8EB6A5
(142,182,165)
#9ABDAE
(154,189,174)
#A6C4B7
(166,196,183)
#B2CBC0
(178,203,192)
#BED2C9
(190,210,201)
#CAD9D2
(202,217,210)
#D6E0DB
(214,224,219)
#E2E7E4
(226,231,228)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A893 color. Also use rgb(118,168,147) instead hex code.

Text Font Color

.myTextColor { color: #76A893; }

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

This text font color is #76A893.

Background Color

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

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

This div background color is #76A893.

Border color

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

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

This div border color is #76A893.

Opacity

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

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

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

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

This text has shadow with #76A893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A893.

Preview

Color preview on black background

This text has color #76A893 on black background.


Color preview on white background

This text has color #76A893 on white background.


Black color preview on #76A893 background

This text has black color on #76A893 background.


White color preview on #76A893 background

This text has white color on #76A893 background.


Related colors

Complementary color

Complementary color for #hex is #89576C.


I love getcolorcode.com

Triadic colors

1 #9376A8 and #A89376 with #76A893 are triadic colors.

2 #93A876 and #A87693 with #76A893 are triadic colors.