COLOR #76969C

HEX: #76969C
RGB: (118,150,156)

Color info

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

RGB color model

#76969C color RGB value is (118,150,156).

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

RGB channels and saturation

R 118 of 255 = 46%
G 150 of 255 = 59%
B 156 of 255 = 61%

118
150
156

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

Portions of RGB colors in percentages

R + G + B =
118 + 150 + 156 = 424 (100%)
R 118 of 424 ~ 27.83%
G 150 of 424 ~ 35.38%
B 156 of 424 ~ 36.79%

%27.83
%35.38
%36.79

CMYK color model

#76969C color CMYK value is (24,4,0,39).

  • cyan value is 24.36%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,4,0,39)
C24M4Y0K39 
(24%,4%,0%,39%)
(0.24/0.04/0.00/0.39)	

CMYK percentages

%24.36
%3.85
%0
%38.82

Codes

Color #76969C in popluar color models

76969C
RGB118150156
HSL189°16.10%53.73%
HSB/HSV189°24.36%61.18%
CMYK24.36%3.85%0.00%
38.82%

Color #76969C in popluar number systems.

HEX76969C
Decimal118150156
Binary11101101001011010011100
Octal166226234

Shades and tints

Shades of #76969C

#76969C
(118,150,156)
#6C898E
(108,137,142)
#627C80
(98,124,128)
#586F72
(88,111,114)
#4E6264
(78,98,100)
#445556
(68,85,86)
#3A4848
(58,72,72)
#303B3A
(48,59,58)
#262E2C
(38,46,44)
#1C211E
(28,33,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #76969C

#76969C
(118,150,156)
#829FA5
(130,159,165)
#8EA8AE
(142,168,174)
#9AB1B7
(154,177,183)
#A6BAC0
(166,186,192)
#B2C3C9
(178,195,201)
#BECCD2
(190,204,210)
#CAD5DB
(202,213,219)
#D6DEE4
(214,222,228)
#E2E7ED
(226,231,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76969C; }

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

This text font color is #76969C.


Background Color

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

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

This div background color is #76969C.


Border color

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

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

This div border color is #76969C.


Opacity

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

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

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

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

This text has shadow with #76969C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76969C on black background.


Color preview on white background

This text has color #76969C on white background.



Black color preview on #76969C background

This text has black color on #76969C background.


White color preview on #76969C background

This text has white color on #76969C background.