COLOR #76898A

HEX: #76898A RGB: (118,137,138)

Color info

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

RGB color model

#76898A color RGB value is (118,137,138).

RGB: (118,137,138) (46%, 54%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 138 of 255 = 54%

118
137
138

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

Portions of RGB colors in percentages

R + G + B = 118 + 137 + 138 = 393 (100%)
R 118 of 393 ~ 30.03%
G 137 of 393 ~ 34.86%
B 138 of 393 ~ 35.11'%

%30.03
%34.86
%35.11

CMYK color model

#76898A color CMYK value is (14,1,0,46).

  • cyan value is 14.49%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (14,1,0,46)
C14M1Y0K46 (14%, 1%, 0%, 46%)
(0.14 / 0.01 / 0.00 / 0.46)

CMYK percentages

%14.49
%0.72
%0
%45.88

Codes

Color #76898A in popluar color models

76 89 8A
RGB 118 137 138
HSL 183° 7.87% 50.20%
HSB/HSV 183° 14.49% 54.12%
CMYK 14.49% 0.72% 0.00%
45.88%

Color #76898A in popluar number systems.

HEX 76 89 8A
Decimal 118 137 138
Binary 1110110 10001001 10001010
Octal 166 211 212

Shades and tints

Shades of #76898A

#76898A
(118,137,138)
#6C7D7E
(108,125,126)
#627172
(98,113,114)
#586566
(88,101,102)
#4E595A
(78,89,90)
#444D4E
(68,77,78)
#3A4142
(58,65,66)
#303536
(48,53,54)
#26292A
(38,41,42)
#1C1D1E
(28,29,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #76898A

#76898A
(118,137,138)
#829394
(130,147,148)
#8E9D9E
(142,157,158)
#9AA7A8
(154,167,168)
#A6B1B2
(166,177,178)
#B2BBBC
(178,187,188)
#BEC5C6
(190,197,198)
#CACFD0
(202,207,208)
#D6D9DA
(214,217,218)
#E2E3E4
(226,227,228)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76898A; }

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

This text font color is #76898A.

Background Color

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

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

This div background color is #76898A.

Border color

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

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

This div border color is #76898A.

Opacity

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

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

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

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

This text has shadow with #76898A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76898A.

Preview

Color preview on black background

This text has color #76898A on black background.


Color preview on white background

This text has color #76898A on white background.


Black color preview on #76898A background

This text has black color on #76898A background.


White color preview on #76898A background

This text has white color on #76898A background.


Related colors

Complementary color

Complementary color for #hex is #897675.


I love getcolorcode.com

Triadic colors

1 #8A7689 and #898A76 with #76898A are triadic colors.

2 #8A8976 and #89768A with #76898A are triadic colors.