COLOR #76897E

HEX: #76897E
RGB: (118,137,126)

Color info

#76897E contains red, green and blue colors in about the same proportion. Web safe color of #76897E is #669966 (or #696).

RGB color model

#76897E color RGB value is (118,137,126).

  • red value is 118;
  • green value is 137;
  • blue value is 126.
RGB:
(118,137,126)
(46%,54%,49%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 126 of 255 = 49%

118
137
126

R + G + B ~ 50%. #76897E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 126 = 381 (100%)
R 118 of 381 ~ 30.97%
G 137 of 381 ~ 35.96%
B 126 of 381 ~ 33.07%

%30.97
%35.96
%33.07

CMYK color model

#76897E color CMYK value is (14,0,8,46).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(14,0,8,46)
C14M0Y8K46 
(14%,0%,8%,46%)
(0.14/0.00/0.08/0.46)	

CMYK percentages

%13.87
%0
%8.03
%46.27

Codes

Color #76897E in popluar color models

76897E
RGB118137126
HSL145°7.45%50.00%
HSB/HSV145°13.87%53.73%
CMYK13.87%0.00%8.03%
46.27%

Color #76897E in popluar number systems.

HEX76897E
Decimal118137126
Binary1110110100010011111110
Octal166211176

Shades and tints

Shades of #76897E

#76897E
(118,137,126)
#6C7D73
(108,125,115)
#627168
(98,113,104)
#58655D
(88,101,93)
#4E5952
(78,89,82)
#444D47
(68,77,71)
#3A413C
(58,65,60)
#303531
(48,53,49)
#262926
(38,41,38)
#1C1D1B
(28,29,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #76897E

#76897E
(118,137,126)
#829389
(130,147,137)
#8E9D94
(142,157,148)
#9AA79F
(154,167,159)
#A6B1AA
(166,177,170)
#B2BBB5
(178,187,181)
#BEC5C0
(190,197,192)
#CACFCB
(202,207,203)
#D6D9D6
(214,217,214)
#E2E3E1
(226,227,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76897E color. Also use rgb(118,137,126) instead hex code.

Text Font Color

.myTextColor { color: #76897E; }

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

This text font color is #76897E.


Background Color

.myBgColor { background-color: #76897E; }

<div style="background-color:#76897E">Inner text</div>

This div background color is #76897E.


Border color

.myBorderColor { border: 1px solid #76897E; }

<div style="border:3px solid #76897E">Div</div>

This div border color is #76897E.


Opacity

.myOpacity80 { color: #76897E; opacity: 0.8; }

<p style="color:#76897E;opacity:0.8;">80%</p>

Text with #76897E 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 #76897E;}

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

This text has shadow with #76897E color.

.textShadow {text-shadow: 3px 3px 1px #76897E, 3px 3px 1px red;}

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

This text has shadow with #76897E primary color and red secondary color.


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

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

This text has shadow with #76897E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76897E on black background.


Color preview on white background

This text has color #76897E on white background.



Black color preview on #76897E background

This text has black color on #76897E background.


White color preview on #76897E background

This text has white color on #76897E background.