COLOR #76949E

HEX: #76949E
RGB: (118,148,158)

Color info

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

RGB color model

#76949E color RGB value is (118,148,158).

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

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 158 of 255 = 62%

118
148
158

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 158 = 424 (100%)
R 118 of 424 ~ 27.83%
G 148 of 424 ~ 34.91%
B 158 of 424 ~ 37.26%

%27.83
%34.91
%37.26

CMYK color model

#76949E color CMYK value is (25,6,0,38).

  • cyan value is 25.32%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(25,6,0,38)
C25M6Y0K38 
(25%,6%,0%,38%)
(0.25/0.06/0.00/0.38)	

CMYK percentages

%25.32
%6.33
%0
%38.04

Codes

Color #76949E in popluar color models

76949E
RGB118148158
HSL195°17.09%54.12%
HSB/HSV195°25.32%61.96%
CMYK25.32%6.33%0.00%
38.04%

Color #76949E in popluar number systems.

HEX76949E
Decimal118148158
Binary11101101001010010011110
Octal166224236

Shades and tints

Shades of #76949E

#76949E
(118,148,158)
#6C8790
(108,135,144)
#627A82
(98,122,130)
#586D74
(88,109,116)
#4E6066
(78,96,102)
#445358
(68,83,88)
#3A464A
(58,70,74)
#30393C
(48,57,60)
#262C2E
(38,44,46)
#1C1F20
(28,31,32)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #76949E

#76949E
(118,148,158)
#829DA6
(130,157,166)
#8EA6AE
(142,166,174)
#9AAFB6
(154,175,182)
#A6B8BE
(166,184,190)
#B2C1C6
(178,193,198)
#BECACE
(190,202,206)
#CAD3D6
(202,211,214)
#D6DCDE
(214,220,222)
#E2E5E6
(226,229,230)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76949E color. Also use rgb(118,148,158) instead hex code.

Text Font Color

.myTextColor { color: #76949E; }

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

This text font color is #76949E.


Background Color

.myBgColor { background-color: #76949E; }

<div style="background-color:#76949E">Inner text</div>

This div background color is #76949E.


Border color

.myBorderColor { border: 1px solid #76949E; }

<div style="border:3px solid #76949E">Div</div>

This div border color is #76949E.


Opacity

.myOpacity80 { color: #76949E; opacity: 0.8; }

<p style="color:#76949E;opacity:0.8;">80%</p>

Text with #76949E 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 #76949E;}

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

This text has shadow with #76949E color.

.textShadow {text-shadow: 3px 3px 1px #76949E, 3px 3px 1px red;}

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

This text has shadow with #76949E primary color and red secondary color.


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

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

This text has shadow with #76949E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76949E on black background.


Color preview on white background

This text has color #76949E on white background.



Black color preview on #76949E background

This text has black color on #76949E background.


White color preview on #76949E background

This text has white color on #76949E background.