COLOR #769689

HEX: #769689
RGB: (118,150,137)

Color info

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

RGB color model

#769689 color RGB value is (118,150,137).

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

RGB channels and saturation

R 118 of 255 = 46%
G 150 of 255 = 59%
B 137 of 255 = 54%

118
150
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 150 + 137 = 405 (100%)
R 118 of 405 ~ 29.14%
G 150 of 405 ~ 37.04%
B 137 of 405 ~ 33.83%

%29.14
%37.04
%33.83

CMYK color model

#769689 color CMYK value is (21,0,9,41).

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(21,0,9,41)
C21M0Y9K41 
(21%,0%,9%,41%)
(0.21/0.00/0.09/0.41)	

CMYK percentages

%21.33
%0
%8.67
%41.18

Codes

Color #769689 in popluar color models

769689
RGB118150137
HSL156°13.22%52.55%
HSB/HSV156°21.33%58.82%
CMYK21.33%0.00%8.67%
41.18%

Color #769689 in popluar number systems.

HEX769689
Decimal118150137
Binary11101101001011010001001
Octal166226211

Shades and tints

Shades of #769689

#769689
(118,150,137)
#6C897D
(108,137,125)
#627C71
(98,124,113)
#586F65
(88,111,101)
#4E6259
(78,98,89)
#44554D
(68,85,77)
#3A4841
(58,72,65)
#303B35
(48,59,53)
#262E29
(38,46,41)
#1C211D
(28,33,29)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #769689

#769689
(118,150,137)
#829F93
(130,159,147)
#8EA89D
(142,168,157)
#9AB1A7
(154,177,167)
#A6BAB1
(166,186,177)
#B2C3BB
(178,195,187)
#BECCC5
(190,204,197)
#CAD5CF
(202,213,207)
#D6DED9
(214,222,217)
#E2E7E3
(226,231,227)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769689; }

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

This text font color is #769689.


Background Color

.myBgColor { background-color: #769689; }

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

This div background color is #769689.


Border color

.myBorderColor { border: 1px solid #769689; }

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

This div border color is #769689.


Opacity

.myOpacity80 { color: #769689; opacity: 0.8; }

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

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

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

This text has shadow with #769689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769689 on black background.


Color preview on white background

This text has color #769689 on white background.



Black color preview on #769689 background

This text has black color on #769689 background.


White color preview on #769689 background

This text has white color on #769689 background.