COLOR #769FAC

HEX: #769FAC RGB: (118,159,172)

Color info

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

RGB color model

#769FAC color RGB value is (118,159,172).

RGB: (118,159,172) (46%, 62%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 172 of 255 = 67%

118
159
172

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

Portions of RGB colors in percentages

R + G + B = 118 + 159 + 172 = 449 (100%)
R 118 of 449 ~ 26.28%
G 159 of 449 ~ 35.41%
B 172 of 449 ~ 38.31'%

%26.28
%35.41
%38.31

CMYK color model

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

  • cyan value is 31.40%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%

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

CMYK percentages

%31.4
%7.56
%0
%32.55

Codes

Color #769FAC in popluar color models

76 9F AC
RGB 118 159 172
HSL 194° 24.55% 56.86%
HSB/HSV 194° 31.40% 67.45%
CMYK 31.40% 7.56% 0.00%
32.55%

Color #769FAC in popluar number systems.

HEX 76 9F AC
Decimal 118 159 172
Binary 1110110 10011111 10101100
Octal 166 237 254

Shades and tints

Shades of #769FAC

#769FAC
(118,159,172)
#6C919D
(108,145,157)
#62838E
(98,131,142)
#58757F
(88,117,127)
#4E6770
(78,103,112)
#445961
(68,89,97)
#3A4B52
(58,75,82)
#303D43
(48,61,67)
#262F34
(38,47,52)
#1C2125
(28,33,37)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #769FAC

#769FAC
(118,159,172)
#82A7B3
(130,167,179)
#8EAFBA
(142,175,186)
#9AB7C1
(154,183,193)
#A6BFC8
(166,191,200)
#B2C7CF
(178,199,207)
#BECFD6
(190,207,214)
#CAD7DD
(202,215,221)
#D6DFE4
(214,223,228)
#E2E7EB
(226,231,235)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769FAC color. Also use rgb(118,159,172) instead hex code.

Text Font Color

.myTextColor { color: #769FAC; }

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

This text font color is #769FAC.

Background Color

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

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

This div background color is #769FAC.

Border color

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

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

This div border color is #769FAC.

Opacity

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

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

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

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

This text has shadow with #769FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769FAC.

Preview

Color preview on black background

This text has color #769FAC on black background.


Color preview on white background

This text has color #769FAC on white background.


Black color preview on #769FAC background

This text has black color on #769FAC background.


White color preview on #769FAC background

This text has white color on #769FAC background.


Related colors

Complementary color

Complementary color for #hex is #896053.


I love getcolorcode.com

Triadic colors

1 #AC769F and #9FAC76 with #769FAC are triadic colors.

2 #AC9F76 and #9F76AC with #769FAC are triadic colors.