COLOR #76878F

HEX: #76878F RGB: (118,135,143)

Color info

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

RGB color model

#76878F color RGB value is (118,135,143).

RGB: (118,135,143) (46%, 53%, 56%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 143 of 255 = 56%

118
135
143

R + G + B ~ 52%. #76878F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 135 + 143 = 396 (100%)
R 118 of 396 ~ 29.8%
G 135 of 396 ~ 34.09%
B 143 of 396 ~ 36.11'%

%29.8
%34.09
%36.11

CMYK color model

#76878F color CMYK value is (17,6,0,44).

  • cyan value is 17.48%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (17,6,0,44)
C17M6Y0K44 (17%, 6%, 0%, 44%)
(0.17 / 0.06 / 0.00 / 0.44)

CMYK percentages

%17.48
%5.59
%0
%43.92

Codes

Color #76878F in popluar color models

76 87 8F
RGB 118 135 143
HSL 199° 10.04% 51.18%
HSB/HSV 199° 17.48% 56.08%
CMYK 17.48% 5.59% 0.00%
43.92%

Color #76878F in popluar number systems.

HEX 76 87 8F
Decimal 118 135 143
Binary 1110110 10000111 10001111
Octal 166 207 217

Shades and tints

Shades of #76878F

#76878F
(118,135,143)
#6C7B82
(108,123,130)
#626F75
(98,111,117)
#586368
(88,99,104)
#4E575B
(78,87,91)
#444B4E
(68,75,78)
#3A3F41
(58,63,65)
#303334
(48,51,52)
#262727
(38,39,39)
#1C1B1A
(28,27,26)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #76878F

#76878F
(118,135,143)
#829199
(130,145,153)
#8E9BA3
(142,155,163)
#9AA5AD
(154,165,173)
#A6AFB7
(166,175,183)
#B2B9C1
(178,185,193)
#BEC3CB
(190,195,203)
#CACDD5
(202,205,213)
#D6D7DF
(214,215,223)
#E2E1E9
(226,225,233)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76878F color. Also use rgb(118,135,143) instead hex code.

Text Font Color

.myTextColor { color: #76878F; }

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

This text font color is #76878F.

Background Color

.myBgColor { background-color: #76878F; }

<div style="background-color:#76878F">Inner text</div>

This div background color is #76878F.

Border color

.myBorderColor { border: 1px solid #76878F; }

<div style="border:3px solid #76878F">Div</div>

This div border color is #76878F.

Opacity

.myOpacity80 { color: #76878F; opacity: 0.8; }

<p style="color:#76878F;opacity:0.8;">80%</p>

Text with #76878F 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 #76878F;}

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

This text has shadow with #76878F color.


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

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

This text has shadow with #76878F primary color and red secondary color.


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

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

This text has shadow with #76878F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76878F.

Preview

Color preview on black background

This text has color #76878F on black background.


Color preview on white background

This text has color #76878F on white background.


Black color preview on #76878F background

This text has black color on #76878F background.


White color preview on #76878F background

This text has white color on #76878F background.


Related colors

Complementary color

Complementary color for #hex is #897870.


I love getcolorcode.com

Triadic colors

1 #8F7687 and #878F76 with #76878F are triadic colors.

2 #8F8776 and #87768F with #76878F are triadic colors.