COLOR #769CAA

HEX: #769CAA RGB: (118,156,170)

Color info

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

RGB color model

#769CAA color RGB value is (118,156,170).

RGB: (118,156,170) (46%, 61%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 156 of 255 = 61%
B 170 of 255 = 67%

118
156
170

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

Portions of RGB colors in percentages

R + G + B = 118 + 156 + 170 = 444 (100%)
R 118 of 444 ~ 26.58%
G 156 of 444 ~ 35.14%
B 170 of 444 ~ 38.29'%

%26.58
%35.14
%38.29

CMYK color model

#769CAA color CMYK value is (31,8,0,33).

  • cyan value is 30.59%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (31,8,0,33)
C31M8Y0K33 (31%, 8%, 0%, 33%)
(0.31 / 0.08 / 0.00 / 0.33)

CMYK percentages

%30.59
%8.24
%0
%33.33

Codes

Color #769CAA in popluar color models

76 9C AA
RGB 118 156 170
HSL 196° 23.42% 56.47%
HSB/HSV 196° 30.59% 66.67%
CMYK 30.59% 8.24% 0.00%
33.33%

Color #769CAA in popluar number systems.

HEX 76 9C AA
Decimal 118 156 170
Binary 1110110 10011100 10101010
Octal 166 234 252

Shades and tints

Shades of #769CAA

#769CAA
(118,156,170)
#6C8E9B
(108,142,155)
#62808C
(98,128,140)
#58727D
(88,114,125)
#4E646E
(78,100,110)
#44565F
(68,86,95)
#3A4850
(58,72,80)
#303A41
(48,58,65)
#262C32
(38,44,50)
#1C1E23
(28,30,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #769CAA

#769CAA
(118,156,170)
#82A5B1
(130,165,177)
#8EAEB8
(142,174,184)
#9AB7BF
(154,183,191)
#A6C0C6
(166,192,198)
#B2C9CD
(178,201,205)
#BED2D4
(190,210,212)
#CADBDB
(202,219,219)
#D6E4E2
(214,228,226)
#E2EDE9
(226,237,233)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769CAA color. Also use rgb(118,156,170) instead hex code.

Text Font Color

.myTextColor { color: #769CAA; }

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

This text font color is #769CAA.

Background Color

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

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

This div background color is #769CAA.

Border color

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

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

This div border color is #769CAA.

Opacity

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

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

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

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

This text has shadow with #769CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769CAA.

Preview

Color preview on black background

This text has color #769CAA on black background.


Color preview on white background

This text has color #769CAA on white background.


Black color preview on #769CAA background

This text has black color on #769CAA background.


White color preview on #769CAA background

This text has white color on #769CAA background.


Related colors

Complementary color

Complementary color for #hex is #896355.


I love getcolorcode.com

Triadic colors

1 #AA769C and #9CAA76 with #769CAA are triadic colors.

2 #AA9C76 and #9C76AA with #769CAA are triadic colors.