COLOR #769399

HEX: #769399
RGB: (118,147,153)

Color info

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

RGB color model

#769399 color RGB value is (118,147,153).

  • red value is 118;
  • green value is 147;
  • blue value is 153.
RGB:
(118,147,153)
(46%,58%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 153 of 255 = 60%

118
147
153

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

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 153 = 418 (100%)
R 118 of 418 ~ 28.23%
G 147 of 418 ~ 35.17%
B 153 of 418 ~ 36.6%

%28.23
%35.17
%36.6

CMYK color model

#769399 color CMYK value is (23,4,0,40).

  • cyan value is 22.88%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(23,4,0,40)
C23M4Y0K40 
(23%,4%,0%,40%)
(0.23/0.04/0.00/0.40)	

CMYK percentages

%22.88
%3.92
%0
%40

Codes

Color #769399 in popluar color models

769399
RGB118147153
HSL190°14.64%53.14%
HSB/HSV190°22.88%60.00%
CMYK22.88%3.92%0.00%
40.00%

Color #769399 in popluar number systems.

HEX769399
Decimal118147153
Binary11101101001001110011001
Octal166223231

Shades and tints

Shades of #769399

#769399
(118,147,153)
#6C868C
(108,134,140)
#62797F
(98,121,127)
#586C72
(88,108,114)
#4E5F65
(78,95,101)
#445258
(68,82,88)
#3A454B
(58,69,75)
#30383E
(48,56,62)
#262B31
(38,43,49)
#1C1E24
(28,30,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #769399

#769399
(118,147,153)
#829CA2
(130,156,162)
#8EA5AB
(142,165,171)
#9AAEB4
(154,174,180)
#A6B7BD
(166,183,189)
#B2C0C6
(178,192,198)
#BEC9CF
(190,201,207)
#CAD2D8
(202,210,216)
#D6DBE1
(214,219,225)
#E2E4EA
(226,228,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769399 color. Also use rgb(118,147,153) instead hex code.

Text Font Color

.myTextColor { color: #769399; }

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

This text font color is #769399.


Background Color

.myBgColor { background-color: #769399; }

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

This div background color is #769399.


Border color

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

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

This div border color is #769399.


Opacity

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

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

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

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

This text has shadow with #769399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769399 on black background.


Color preview on white background

This text has color #769399 on white background.



Black color preview on #769399 background

This text has black color on #769399 background.


White color preview on #769399 background

This text has white color on #769399 background.