COLOR #769189

HEX: #769189
RGB: (118,145,137)

Color info

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

RGB color model

#769189 color RGB value is (118,145,137).

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

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 137 of 255 = 54%

118
145
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 137 = 400 (100%)
R 118 of 400 ~ 29.5%
G 145 of 400 ~ 36.25%
B 137 of 400 ~ 34.25%

%29.5
%36.25
%34.25

CMYK color model

#769189 color CMYK value is (19,0,6,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%
CMYK:
(19,0,6,43)
C19M0Y6K43 
(19%,0%,6%,43%)
(0.19/0.00/0.06/0.43)	

CMYK percentages

%18.62
%0
%5.52
%43.14

Codes

Color #769189 in popluar color models

769189
RGB118145137
HSL162°10.93%51.57%
HSB/HSV162°18.62%56.86%
CMYK18.62%0.00%5.52%
43.14%

Color #769189 in popluar number systems.

HEX769189
Decimal118145137
Binary11101101001000110001001
Octal166221211

Shades and tints

Shades of #769189

#769189
(118,145,137)
#6C847D
(108,132,125)
#627771
(98,119,113)
#586A65
(88,106,101)
#4E5D59
(78,93,89)
#44504D
(68,80,77)
#3A4341
(58,67,65)
#303635
(48,54,53)
#262929
(38,41,41)
#1C1C1D
(28,28,29)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #769189

#769189
(118,145,137)
#829B93
(130,155,147)
#8EA59D
(142,165,157)
#9AAFA7
(154,175,167)
#A6B9B1
(166,185,177)
#B2C3BB
(178,195,187)
#BECDC5
(190,205,197)
#CAD7CF
(202,215,207)
#D6E1D9
(214,225,217)
#E2EBE3
(226,235,227)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769189; }

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

This text font color is #769189.


Background Color

.myBgColor { background-color: #769189; }

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

This div background color is #769189.


Border color

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

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

This div border color is #769189.


Opacity

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

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

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

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

This text has shadow with #769189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769189 on black background.


Color preview on white background

This text has color #769189 on white background.



Black color preview on #769189 background

This text has black color on #769189 background.


White color preview on #769189 background

This text has white color on #769189 background.