COLOR #76879D

HEX: #76879D RGB: (118,135,157)

Color info

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

RGB color model

#76879D color RGB value is (118,135,157).

RGB: (118,135,157) (46%, 53%, 62%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 157 of 255 = 62%

118
135
157

R + G + B ~ 54%. #76879D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 135 + 157 = 410 (100%)
R 118 of 410 ~ 28.78%
G 135 of 410 ~ 32.93%
B 157 of 410 ~ 38.29'%

%28.78
%32.93
%38.29

CMYK color model

#76879D color CMYK value is (25,14,0,38).

  • cyan value is 24.84%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (25,14,0,38)
C25M14Y0K38 (25%, 14%, 0%, 38%)
(0.25 / 0.14 / 0.00 / 0.38)

CMYK percentages

%24.84
%14.01
%0
%38.43

Codes

Color #76879D in popluar color models

76 87 9D
RGB 118 135 157
HSL 214° 16.60% 53.92%
HSB/HSV 214° 24.84% 61.57%
CMYK 24.84% 14.01% 0.00%
38.43%

Color #76879D in popluar number systems.

HEX 76 87 9D
Decimal 118 135 157
Binary 1110110 10000111 10011101
Octal 166 207 235

Shades and tints

Shades of #76879D

#76879D
(118,135,157)
#6C7B8F
(108,123,143)
#626F81
(98,111,129)
#586373
(88,99,115)
#4E5765
(78,87,101)
#444B57
(68,75,87)
#3A3F49
(58,63,73)
#30333B
(48,51,59)
#26272D
(38,39,45)
#1C1B1F
(28,27,31)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #76879D

#76879D
(118,135,157)
#8291A5
(130,145,165)
#8E9BAD
(142,155,173)
#9AA5B5
(154,165,181)
#A6AFBD
(166,175,189)
#B2B9C5
(178,185,197)
#BEC3CD
(190,195,205)
#CACDD5
(202,205,213)
#D6D7DD
(214,215,221)
#E2E1E5
(226,225,229)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76879D color. Also use rgb(118,135,157) instead hex code.

Text Font Color

.myTextColor { color: #76879D; }

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

This text font color is #76879D.

Background Color

.myBgColor { background-color: #76879D; }

<div style="background-color:#76879D">Inner text</div>

This div background color is #76879D.

Border color

.myBorderColor { border: 1px solid #76879D; }

<div style="border:3px solid #76879D">Div</div>

This div border color is #76879D.

Opacity

.myOpacity80 { color: #76879D; opacity: 0.8; }

<p style="color:#76879D;opacity:0.8;">80%</p>

Text with #76879D 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 #76879D;}

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

This text has shadow with #76879D color.


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

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

This text has shadow with #76879D primary color and red secondary color.


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

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

This text has shadow with #76879D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76879D.

Preview

Color preview on black background

This text has color #76879D on black background.


Color preview on white background

This text has color #76879D on white background.


Black color preview on #76879D background

This text has black color on #76879D background.


White color preview on #76879D background

This text has white color on #76879D background.


Related colors

Complementary color

Complementary color for #hex is #897862.


I love getcolorcode.com

Triadic colors

1 #9D7687 and #879D76 with #76879D are triadic colors.

2 #9D8776 and #87769D with #76879D are triadic colors.