COLOR #769DA1

HEX: #769DA1
RGB: (118,157,161)

Color info

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

RGB color model

#769DA1 color RGB value is (118,157,161).

  • red value is 118;
  • green value is 157;
  • blue value is 161.
RGB:
(118,157,161)
(46%,62%,63%)

RGB channels and saturation

R 118 of 255 = 46%
G 157 of 255 = 62%
B 161 of 255 = 63%

118
157
161

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

Portions of RGB colors in percentages

R + G + B =
118 + 157 + 161 = 436 (100%)
R 118 of 436 ~ 27.06%
G 157 of 436 ~ 36.01%
B 161 of 436 ~ 36.93%

%27.06
%36.01
%36.93

CMYK color model

#769DA1 color CMYK value is (27,2,0,37).

  • cyan value is 26.71%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(27,2,0,37)
C27M2Y0K37 
(27%,2%,0%,37%)
(0.27/0.02/0.00/0.37)	

CMYK percentages

%26.71
%2.48
%0
%36.86

Codes

Color #769DA1 in popluar color models

769DA1
RGB118157161
HSL186°18.61%54.71%
HSB/HSV186°26.71%63.14%
CMYK26.71%2.48%0.00%
36.86%

Color #769DA1 in popluar number systems.

HEX769DA1
Decimal118157161
Binary11101101001110110100001
Octal166235241

Shades and tints

Shades of #769DA1

#769DA1
(118,157,161)
#6C8F93
(108,143,147)
#628185
(98,129,133)
#587377
(88,115,119)
#4E6569
(78,101,105)
#44575B
(68,87,91)
#3A494D
(58,73,77)
#303B3F
(48,59,63)
#262D31
(38,45,49)
#1C1F23
(28,31,35)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #769DA1

#769DA1
(118,157,161)
#82A5A9
(130,165,169)
#8EADB1
(142,173,177)
#9AB5B9
(154,181,185)
#A6BDC1
(166,189,193)
#B2C5C9
(178,197,201)
#BECDD1
(190,205,209)
#CAD5D9
(202,213,217)
#D6DDE1
(214,221,225)
#E2E5E9
(226,229,233)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769DA1; }

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

This text font color is #769DA1.


Background Color

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

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

This div background color is #769DA1.


Border color

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

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

This div border color is #769DA1.


Opacity

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

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

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

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

This text has shadow with #769DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769DA1 on black background.


Color preview on white background

This text has color #769DA1 on white background.



Black color preview on #769DA1 background

This text has black color on #769DA1 background.


White color preview on #769DA1 background

This text has white color on #769DA1 background.