COLOR #769798

HEX: #769798
RGB: (118,151,152)

Color info

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

RGB color model

#769798 color RGB value is (118,151,152).

  • red value is 118;
  • green value is 151;
  • blue value is 152.
RGB:
(118,151,152)
(46%,59%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 152 of 255 = 60%

118
151
152

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

Portions of RGB colors in percentages

R + G + B =
118 + 151 + 152 = 421 (100%)
R 118 of 421 ~ 28.03%
G 151 of 421 ~ 35.87%
B 152 of 421 ~ 36.1%

%28.03
%35.87
%36.1

CMYK color model

#769798 color CMYK value is (22,1,0,40).

  • cyan value is 22.37%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(22,1,0,40)
C22M1Y0K40 
(22%,1%,0%,40%)
(0.22/0.01/0.00/0.40)	

CMYK percentages

%22.37
%0.66
%0
%40.39

Codes

Color #769798 in popluar color models

769798
RGB118151152
HSL182°14.17%52.94%
HSB/HSV182°22.37%59.61%
CMYK22.37%0.66%0.00%
40.39%

Color #769798 in popluar number systems.

HEX769798
Decimal118151152
Binary11101101001011110011000
Octal166227230

Shades and tints

Shades of #769798

#769798
(118,151,152)
#6C8A8B
(108,138,139)
#627D7E
(98,125,126)
#587071
(88,112,113)
#4E6364
(78,99,100)
#445657
(68,86,87)
#3A494A
(58,73,74)
#303C3D
(48,60,61)
#262F30
(38,47,48)
#1C2223
(28,34,35)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #769798

#769798
(118,151,152)
#82A0A1
(130,160,161)
#8EA9AA
(142,169,170)
#9AB2B3
(154,178,179)
#A6BBBC
(166,187,188)
#B2C4C5
(178,196,197)
#BECDCE
(190,205,206)
#CAD6D7
(202,214,215)
#D6DFE0
(214,223,224)
#E2E8E9
(226,232,233)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769798 color. Also use rgb(118,151,152) instead hex code.

Text Font Color

.myTextColor { color: #769798; }

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

This text font color is #769798.


Background Color

.myBgColor { background-color: #769798; }

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

This div background color is #769798.


Border color

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

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

This div border color is #769798.


Opacity

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

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

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

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

This text has shadow with #769798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769798 on black background.


Color preview on white background

This text has color #769798 on white background.



Black color preview on #769798 background

This text has black color on #769798 background.


White color preview on #769798 background

This text has white color on #769798 background.