COLOR #769BA1

HEX: #769BA1 RGB: (118,155,161)

Color info

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

RGB color model

#769BA1 color RGB value is (118,155,161).

RGB: (118,155,161) (46%, 61%, 63%)

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 161 of 255 = 63%

118
155
161

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

Portions of RGB colors in percentages

R + G + B = 118 + 155 + 161 = 434 (100%)
R 118 of 434 ~ 27.19%
G 155 of 434 ~ 35.71%
B 161 of 434 ~ 37.1'%

%27.19
%35.71
%37.1

CMYK color model

#769BA1 color CMYK value is (27,4,0,37).

  • cyan value is 26.71%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (27,4,0,37)
C27M4Y0K37 (27%, 4%, 0%, 37%)
(0.27 / 0.04 / 0.00 / 0.37)

CMYK percentages

%26.71
%3.73
%0
%36.86

Codes

Color #769BA1 in popluar color models

76 9B A1
RGB 118 155 161
HSL 188° 18.61% 54.71%
HSB/HSV 188° 26.71% 63.14%
CMYK 26.71% 3.73% 0.00%
36.86%

Color #769BA1 in popluar number systems.

HEX 76 9B A1
Decimal 118 155 161
Binary 1110110 10011011 10100001
Octal 166 233 241

Shades and tints

Shades of #769BA1

#769BA1
(118,155,161)
#6C8D93
(108,141,147)
#627F85
(98,127,133)
#587177
(88,113,119)
#4E6369
(78,99,105)
#44555B
(68,85,91)
#3A474D
(58,71,77)
#30393F
(48,57,63)
#262B31
(38,43,49)
#1C1D23
(28,29,35)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #769BA1

#769BA1
(118,155,161)
#82A4A9
(130,164,169)
#8EADB1
(142,173,177)
#9AB6B9
(154,182,185)
#A6BFC1
(166,191,193)
#B2C8C9
(178,200,201)
#BED1D1
(190,209,209)
#CADAD9
(202,218,217)
#D6E3E1
(214,227,225)
#E2ECE9
(226,236,233)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769BA1; }

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

This text font color is #769BA1.

Background Color

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

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

This div background color is #769BA1.

Border color

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

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

This div border color is #769BA1.

Opacity

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

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

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

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

This text has shadow with #769BA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769BA1.

Preview

Color preview on black background

This text has color #769BA1 on black background.


Color preview on white background

This text has color #769BA1 on white background.


Black color preview on #769BA1 background

This text has black color on #769BA1 background.


White color preview on #769BA1 background

This text has white color on #769BA1 background.


Related colors

Complementary color

Complementary color for #hex is #89645E.


I love getcolorcode.com

Triadic colors

1 #A1769B and #9BA176 with #769BA1 are triadic colors.

2 #A19B76 and #9B76A1 with #769BA1 are triadic colors.