COLOR #76969A

HEX: #76969A RGB: (118,150,154)

Color info

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

RGB color model

#76969A color RGB value is (118,150,154).

RGB: (118,150,154) (46%, 59%, 60%)

RGB channels and saturation

R 118 of 255 = 46%
G 150 of 255 = 59%
B 154 of 255 = 60%

118
150
154

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

Portions of RGB colors in percentages

R + G + B = 118 + 150 + 154 = 422 (100%)
R 118 of 422 ~ 27.96%
G 150 of 422 ~ 35.55%
B 154 of 422 ~ 36.49'%

%27.96
%35.55
%36.49

CMYK color model

#76969A color CMYK value is (23,3,0,40).

  • cyan value is 23.38%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (23,3,0,40)
C23M3Y0K40 (23%, 3%, 0%, 40%)
(0.23 / 0.03 / 0.00 / 0.40)

CMYK percentages

%23.38
%2.6
%0
%39.61

Codes

Color #76969A in popluar color models

76 96 9A
RGB 118 150 154
HSL 187° 15.13% 53.33%
HSB/HSV 187° 23.38% 60.39%
CMYK 23.38% 2.60% 0.00%
39.61%

Color #76969A in popluar number systems.

HEX 76 96 9A
Decimal 118 150 154
Binary 1110110 10010110 10011010
Octal 166 226 232

Shades and tints

Shades of #76969A

#76969A
(118,150,154)
#6C898C
(108,137,140)
#627C7E
(98,124,126)
#586F70
(88,111,112)
#4E6262
(78,98,98)
#445554
(68,85,84)
#3A4846
(58,72,70)
#303B38
(48,59,56)
#262E2A
(38,46,42)
#1C211C
(28,33,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #76969A

#76969A
(118,150,154)
#829FA3
(130,159,163)
#8EA8AC
(142,168,172)
#9AB1B5
(154,177,181)
#A6BABE
(166,186,190)
#B2C3C7
(178,195,199)
#BECCD0
(190,204,208)
#CAD5D9
(202,213,217)
#D6DEE2
(214,222,226)
#E2E7EB
(226,231,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76969A; }

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

This text font color is #76969A.

Background Color

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

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

This div background color is #76969A.

Border color

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

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

This div border color is #76969A.

Opacity

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

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

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

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

This text has shadow with #76969A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76969A.

Preview

Color preview on black background

This text has color #76969A on black background.


Color preview on white background

This text has color #76969A on white background.


Black color preview on #76969A background

This text has black color on #76969A background.


White color preview on #76969A background

This text has white color on #76969A background.


Related colors

Complementary color

Complementary color for #hex is #896965.


I love getcolorcode.com

Triadic colors

1 #9A7696 and #969A76 with #76969A are triadic colors.

2 #9A9676 and #96769A with #76969A are triadic colors.