COLOR #76909F

HEX: #76909F
RGB: (118,144,159)

Color info

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

RGB color model

#76909F color RGB value is (118,144,159).

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

RGB channels and saturation

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

118
144
159

R + G + B ~ 55%. #76909F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 144 + 159 = 421 (100%)
R 118 of 421 ~ 28.03%
G 144 of 421 ~ 34.2%
B 159 of 421 ~ 37.77%

%28.03
%34.2
%37.77

CMYK color model

#76909F color CMYK value is (26,9,0,38).

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

CMYK percentages

%25.79
%9.43
%0
%37.65

Codes

Color #76909F in popluar color models

76909F
RGB118144159
HSL202°17.60%54.31%
HSB/HSV202°25.79%62.35%
CMYK25.79%9.43%0.00%
37.65%

Color #76909F in popluar number systems.

HEX76909F
Decimal118144159
Binary11101101001000010011111
Octal166220237

Shades and tints

Shades of #76909F

#76909F
(118,144,159)
#6C8391
(108,131,145)
#627683
(98,118,131)
#586975
(88,105,117)
#4E5C67
(78,92,103)
#444F59
(68,79,89)
#3A424B
(58,66,75)
#30353D
(48,53,61)
#26282F
(38,40,47)
#1C1B21
(28,27,33)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #76909F

#76909F
(118,144,159)
#829AA7
(130,154,167)
#8EA4AF
(142,164,175)
#9AAEB7
(154,174,183)
#A6B8BF
(166,184,191)
#B2C2C7
(178,194,199)
#BECCCF
(190,204,207)
#CAD6D7
(202,214,215)
#D6E0DF
(214,224,223)
#E2EAE7
(226,234,231)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76909F; }

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

This text font color is #76909F.


Background Color

.myBgColor { background-color: #76909F; }

<div style="background-color:#76909F">Inner text</div>

This div background color is #76909F.


Border color

.myBorderColor { border: 1px solid #76909F; }

<div style="border:3px solid #76909F">Div</div>

This div border color is #76909F.


Opacity

.myOpacity80 { color: #76909F; opacity: 0.8; }

<p style="color:#76909F;opacity:0.8;">80%</p>

Text with #76909F 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 #76909F;}

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

This text has shadow with #76909F color.

.textShadow {text-shadow: 3px 3px 1px #76909F, 3px 3px 1px red;}

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

This text has shadow with #76909F primary color and red secondary color.


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

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

This text has shadow with #76909F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76909F on black background.


Color preview on white background

This text has color #76909F on white background.



Black color preview on #76909F background

This text has black color on #76909F background.


White color preview on #76909F background

This text has white color on #76909F background.