COLOR #769E89

HEX: #769E89
RGB: (118,158,137)

Color info

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

RGB color model

#769E89 color RGB value is (118,158,137).

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

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 137 of 255 = 54%

118
158
137

R + G + B ~ 54%. #769E89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 158 + 137 = 413 (100%)
R 118 of 413 ~ 28.57%
G 158 of 413 ~ 38.26%
B 137 of 413 ~ 33.17%

%28.57
%38.26
%33.17

CMYK color model

#769E89 color CMYK value is (25,0,13,38).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 38.04%
CMYK:
(25,0,13,38)
C25M0Y13K38 
(25%,0%,13%,38%)
(0.25/0.00/0.13/0.38)	

CMYK percentages

%25.32
%0
%13.29
%38.04

Codes

Color #769E89 in popluar color models

769E89
RGB118158137
HSL149°17.09%54.12%
HSB/HSV149°25.32%61.96%
CMYK25.32%0.00%13.29%
38.04%

Color #769E89 in popluar number systems.

HEX769E89
Decimal118158137
Binary11101101001111010001001
Octal166236211

Shades and tints

Shades of #769E89

#769E89
(118,158,137)
#6C907D
(108,144,125)
#628271
(98,130,113)
#587465
(88,116,101)
#4E6659
(78,102,89)
#44584D
(68,88,77)
#3A4A41
(58,74,65)
#303C35
(48,60,53)
#262E29
(38,46,41)
#1C201D
(28,32,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #769E89

#769E89
(118,158,137)
#82A693
(130,166,147)
#8EAE9D
(142,174,157)
#9AB6A7
(154,182,167)
#A6BEB1
(166,190,177)
#B2C6BB
(178,198,187)
#BECEC5
(190,206,197)
#CAD6CF
(202,214,207)
#D6DED9
(214,222,217)
#E2E6E3
(226,230,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769E89; }

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

This text font color is #769E89.


Background Color

.myBgColor { background-color: #769E89; }

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

This div background color is #769E89.


Border color

.myBorderColor { border: 1px solid #769E89; }

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

This div border color is #769E89.


Opacity

.myOpacity80 { color: #769E89; opacity: 0.8; }

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

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

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

This text has shadow with #769E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769E89 on black background.


Color preview on white background

This text has color #769E89 on white background.



Black color preview on #769E89 background

This text has black color on #769E89 background.


White color preview on #769E89 background

This text has white color on #769E89 background.