COLOR #76899A

HEX: #76899A RGB: (118,137,154)

Color info

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

RGB color model

#76899A color RGB value is (118,137,154).

RGB: (118,137,154) (46%, 54%, 60%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 154 of 255 = 60%

118
137
154

R + G + B ~ 53%. #76899A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 137 + 154 = 409 (100%)
R 118 of 409 ~ 28.85%
G 137 of 409 ~ 33.5%
B 154 of 409 ~ 37.65'%

%28.85
%33.5
%37.65

CMYK color model

#76899A color CMYK value is (23,11,0,40).

  • cyan value is 23.38%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (23,11,0,40) C23M11Y0K40 (23%,11%,0%,40%) (0.23/0.11/0.00/0.40) 

CMYK percentages

%23.38
%11.04
%0
%39.61

Codes

Color #76899A in popluar color models

76 89 9A
RGB 118 137 154
HSL 208° 15.13% 53.33%
HSB/HSV 208° 23.38% 60.39%
CMYK 23.38% 11.04% 0.00%
39.61%

Color #76899A in popluar number systems.

HEX 76 89 9A
Decimal 118 137 154
Binary 1110110 10001001 10011010
Octal 166 211 232

Shades and tints

Shades of #76899A

#76899A
(118,137,154)
#6C7D8C
(108,125,140)
#62717E
(98,113,126)
#586570
(88,101,112)
#4E5962
(78,89,98)
#444D54
(68,77,84)
#3A4146
(58,65,70)
#303538
(48,53,56)
#26292A
(38,41,42)
#1C1D1C
(28,29,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76899A

#76899A
(118,137,154)
#8293A3
(130,147,163)
#8E9DAC
(142,157,172)
#9AA7B5
(154,167,181)
#A6B1BE
(166,177,190)
#B2BBC7
(178,187,199)
#BEC5D0
(190,197,208)
#CACFD9
(202,207,217)
#D6D9E2
(214,217,226)
#E2E3EB
(226,227,235)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76899A color. Also use rgb(118,137,154) instead hex code.

Text Font Color

.myTextColor { color: #76899A; }

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

This text font color is #76899A.

Background Color

.myBgColor { background-color: #76899A; }

<div style="background-color:#76899A">Inner text</div>

This div background color is #76899A.

Border color

.myBorderColor { border: 1px solid #76899A; }

<div style="border:3px solid #76899A">Div</div>

This div border color is #76899A.

Opacity

.myOpacity80 { color: #76899A; opacity: 0.8; }

<p style="color:#76899A;opacity:0.8;">80%</p>

Text with #76899A 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 #76899A;}

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

This text has shadow with #76899A color.


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

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

This text has shadow with #76899A primary color and red secondary color.


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

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

This text has shadow with #76899A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76899A.

Preview

Color preview on black background

This text has color #76899A on black background.


Color preview on white background

This text has color #76899A on white background.


Black color preview on #76899A background

This text has black color on #76899A background.


White color preview on #76899A background

This text has white color on #76899A background.


Related colors

Complementary color

Complementary color for #hex is #897665.


I love getcolorcode.com

Triadic colors

1 #9A7689 and #899A76 with #76899A are triadic colors.

2 #9A8976 and #89769A with #76899A are triadic colors.