COLOR #769BA4

HEX: #769BA4
RGB: (118,155,164)

Color info

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

RGB color model

#769BA4 color RGB value is (118,155,164).

  • red value is 118;
  • green value is 155;
  • blue value is 164.
RGB:
(118,155,164)
(46%,61%,64%)

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 164 of 255 = 64%

118
155
164

R + G + B ~ 57%. #769BA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 155 + 164 = 437 (100%)
R 118 of 437 ~ 27%
G 155 of 437 ~ 35.47%
B 164 of 437 ~ 37.53%

%27
%35.47
%37.53

CMYK color model

#769BA4 color CMYK value is (28,5,0,36).

  • cyan value is 28.05%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(28,5,0,36)
C28M5Y0K36 
(28%,5%,0%,36%)
(0.28/0.05/0.00/0.36)	

CMYK percentages

%28.05
%5.49
%0
%35.69

Codes

Color #769BA4 in popluar color models

769BA4
RGB118155164
HSL192°20.18%55.29%
HSB/HSV192°28.05%64.31%
CMYK28.05%5.49%0.00%
35.69%

Color #769BA4 in popluar number systems.

HEX769BA4
Decimal118155164
Binary11101101001101110100100
Octal166233244

Shades and tints

Shades of #769BA4

#769BA4
(118,155,164)
#6C8D96
(108,141,150)
#627F88
(98,127,136)
#58717A
(88,113,122)
#4E636C
(78,99,108)
#44555E
(68,85,94)
#3A4750
(58,71,80)
#303942
(48,57,66)
#262B34
(38,43,52)
#1C1D26
(28,29,38)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #769BA4

#769BA4
(118,155,164)
#82A4AC
(130,164,172)
#8EADB4
(142,173,180)
#9AB6BC
(154,182,188)
#A6BFC4
(166,191,196)
#B2C8CC
(178,200,204)
#BED1D4
(190,209,212)
#CADADC
(202,218,220)
#D6E3E4
(214,227,228)
#E2ECEC
(226,236,236)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769BA4 color. Also use rgb(118,155,164) instead hex code.

Text Font Color

.myTextColor { color: #769BA4; }

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

This text font color is #769BA4.


Background Color

.myBgColor { background-color: #769BA4; }

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

This div background color is #769BA4.


Border color

.myBorderColor { border: 1px solid #769BA4; }

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

This div border color is #769BA4.


Opacity

.myOpacity80 { color: #769BA4; opacity: 0.8; }

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

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

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

This text has shadow with #769BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769BA4 on black background.


Color preview on white background

This text has color #769BA4 on white background.



Black color preview on #769BA4 background

This text has black color on #769BA4 background.


White color preview on #769BA4 background

This text has white color on #769BA4 background.