COLOR #769F9F

HEX: #769F9F
RGB: (118,159,159)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
159
159

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

Portions of RGB colors in percentages

R + G + B =
118 + 159 + 159 = 436 (100%)
R 118 of 436 ~ 27.06%
G 159 of 436 ~ 36.47%
B 159 of 436 ~ 36.47%

%27.06
%36.47
%36.47

CMYK color model

#769F9F color CMYK value is (26,0,0,38).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(26,0,0,38)
C26M0Y0K38 
(26%,0%,0%,38%)
(0.26/0.00/0.00/0.38)	

CMYK percentages

%25.79
%0
%0
%37.65

Codes

Color #769F9F in popluar color models

769F9F
RGB118159159
HSL180°17.60%54.31%
HSB/HSV180°25.79%62.35%
CMYK25.79%0.00%0.00%
37.65%

Color #769F9F in popluar number systems.

HEX769F9F
Decimal118159159
Binary11101101001111110011111
Octal166237237

Shades and tints

Shades of #769F9F

#769F9F
(118,159,159)
#6C9191
(108,145,145)
#628383
(98,131,131)
#587575
(88,117,117)
#4E6767
(78,103,103)
#445959
(68,89,89)
#3A4B4B
(58,75,75)
#303D3D
(48,61,61)
#262F2F
(38,47,47)
#1C2121
(28,33,33)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #769F9F

#769F9F
(118,159,159)
#82A7A7
(130,167,167)
#8EAFAF
(142,175,175)
#9AB7B7
(154,183,183)
#A6BFBF
(166,191,191)
#B2C7C7
(178,199,199)
#BECFCF
(190,207,207)
#CAD7D7
(202,215,215)
#D6DFDF
(214,223,223)
#E2E7E7
(226,231,231)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769F9F; }

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

This text font color is #769F9F.


Background Color

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

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

This div background color is #769F9F.


Border color

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

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

This div border color is #769F9F.


Opacity

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

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

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

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

This text has shadow with #769F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769F9F on black background.


Color preview on white background

This text has color #769F9F on white background.



Black color preview on #769F9F background

This text has black color on #769F9F background.


White color preview on #769F9F background

This text has white color on #769F9F background.