COLOR #769196

HEX: #769196
RGB: (118,145,150)

Color info

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

RGB color model

#769196 color RGB value is (118,145,150).

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

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 150 of 255 = 59%

118
145
150

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

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 150 = 413 (100%)
R 118 of 413 ~ 28.57%
G 145 of 413 ~ 35.11%
B 150 of 413 ~ 36.32%

%28.57
%35.11
%36.32

CMYK color model

#769196 color CMYK value is (21,3,0,41).

  • cyan value is 21.33%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,3,0,41)
C21M3Y0K41 
(21%,3%,0%,41%)
(0.21/0.03/0.00/0.41)	

CMYK percentages

%21.33
%3.33
%0
%41.18

Codes

Color #769196 in popluar color models

769196
RGB118145150
HSL189°13.22%52.55%
HSB/HSV189°21.33%58.82%
CMYK21.33%3.33%0.00%
41.18%

Color #769196 in popluar number systems.

HEX769196
Decimal118145150
Binary11101101001000110010110
Octal166221226

Shades and tints

Shades of #769196

#769196
(118,145,150)
#6C8489
(108,132,137)
#62777C
(98,119,124)
#586A6F
(88,106,111)
#4E5D62
(78,93,98)
#445055
(68,80,85)
#3A4348
(58,67,72)
#30363B
(48,54,59)
#26292E
(38,41,46)
#1C1C21
(28,28,33)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #769196

#769196
(118,145,150)
#829B9F
(130,155,159)
#8EA5A8
(142,165,168)
#9AAFB1
(154,175,177)
#A6B9BA
(166,185,186)
#B2C3C3
(178,195,195)
#BECDCC
(190,205,204)
#CAD7D5
(202,215,213)
#D6E1DE
(214,225,222)
#E2EBE7
(226,235,231)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769196; }

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

This text font color is #769196.


Background Color

.myBgColor { background-color: #769196; }

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

This div background color is #769196.


Border color

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

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

This div border color is #769196.


Opacity

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

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

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

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

This text has shadow with #769196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769196 on black background.


Color preview on white background

This text has color #769196 on white background.



Black color preview on #769196 background

This text has black color on #769196 background.


White color preview on #769196 background

This text has white color on #769196 background.