COLOR #769496

HEX: #769496
RGB: (118,148,150)

Color info

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

RGB color model

#769496 color RGB value is (118,148,150).

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

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 150 of 255 = 59%

118
148
150

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 150 = 416 (100%)
R 118 of 416 ~ 28.37%
G 148 of 416 ~ 35.58%
B 150 of 416 ~ 36.06%

%28.37
%35.58
%36.06

CMYK color model

#769496 color CMYK value is (21,1,0,41).

  • cyan value is 21.33%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,1,0,41)
C21M1Y0K41 
(21%,1%,0%,41%)
(0.21/0.01/0.00/0.41)	

CMYK percentages

%21.33
%1.33
%0
%41.18

Codes

Color #769496 in popluar color models

769496
RGB118148150
HSL184°13.22%52.55%
HSB/HSV184°21.33%58.82%
CMYK21.33%1.33%0.00%
41.18%

Color #769496 in popluar number systems.

HEX769496
Decimal118148150
Binary11101101001010010010110
Octal166224226

Shades and tints

Shades of #769496

#769496
(118,148,150)
#6C8789
(108,135,137)
#627A7C
(98,122,124)
#586D6F
(88,109,111)
#4E6062
(78,96,98)
#445355
(68,83,85)
#3A4648
(58,70,72)
#30393B
(48,57,59)
#262C2E
(38,44,46)
#1C1F21
(28,31,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #769496

#769496
(118,148,150)
#829D9F
(130,157,159)
#8EA6A8
(142,166,168)
#9AAFB1
(154,175,177)
#A6B8BA
(166,184,186)
#B2C1C3
(178,193,195)
#BECACC
(190,202,204)
#CAD3D5
(202,211,213)
#D6DCDE
(214,220,222)
#E2E5E7
(226,229,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769496; }

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

This text font color is #769496.


Background Color

.myBgColor { background-color: #769496; }

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

This div background color is #769496.


Border color

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

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

This div border color is #769496.


Opacity

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

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

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

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

This text has shadow with #769496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769496 on black background.


Color preview on white background

This text has color #769496 on white background.



Black color preview on #769496 background

This text has black color on #769496 background.


White color preview on #769496 background

This text has white color on #769496 background.