COLOR #76949C

HEX: #76949C
RGB: (118,148,156)

Color info

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

RGB color model

#76949C color RGB value is (118,148,156).

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

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 156 of 255 = 61%

118
148
156

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 156 = 422 (100%)
R 118 of 422 ~ 27.96%
G 148 of 422 ~ 35.07%
B 156 of 422 ~ 36.97%

%27.96
%35.07
%36.97

CMYK color model

#76949C color CMYK value is (24,5,0,39).

  • cyan value is 24.36%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (24,5,0,39) C24M5Y0K39 (24%,5%,0%,39%) (0.24/0.05/0.00/0.39)

CMYK percentages

%24.36
%5.13
%0
%38.82

Codes

Color #76949C in popluar color models

76949C
RGB118148156
HSL193°16.10%53.73%
HSB/HSV193°24.36%61.18%
CMYK24.36%5.13%0.00%
38.82%

Color #76949C in popluar number systems.

HEX76949C
Decimal118148156
Binary11101101001010010011100
Octal166224234

Shades and tints

Shades of #76949C

#76949C
(118,148,156)
#6C878E
(108,135,142)
#627A80
(98,122,128)
#586D72
(88,109,114)
#4E6064
(78,96,100)
#445356
(68,83,86)
#3A4648
(58,70,72)
#30393A
(48,57,58)
#262C2C
(38,44,44)
#1C1F1E
(28,31,30)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #76949C

#76949C
(118,148,156)
#829DA5
(130,157,165)
#8EA6AE
(142,166,174)
#9AAFB7
(154,175,183)
#A6B8C0
(166,184,192)
#B2C1C9
(178,193,201)
#BECAD2
(190,202,210)
#CAD3DB
(202,211,219)
#D6DCE4
(214,220,228)
#E2E5ED
(226,229,237)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76949C; }

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

This text font color is #76949C.


Background Color

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

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

This div background color is #76949C.


Border color

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

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

This div border color is #76949C.


Opacity

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

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

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

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

This text has shadow with #76949C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #76949C on black background.


Color preview on white background

This text has color #76949C on white background.



Black color preview on #76949C background

This text has black color on #76949C background.


White color preview on #76949C background

This text has white color on #76949C background.