COLOR #76878C

HEX: #76878C
RGB: (118,135,140)

Color info

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

RGB color model

#76878C color RGB value is (118,135,140).

  • red value is 118;
  • green value is 135;
  • blue value is 140.
RGB:
(118,135,140)
(46%,53%,55%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 140 of 255 = 55%

118
135
140

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

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 140 = 393 (100%)
R 118 of 393 ~ 30.03%
G 135 of 393 ~ 34.35%
B 140 of 393 ~ 35.62%

%30.03
%34.35
%35.62

CMYK color model

#76878C color CMYK value is (16,4,0,45).

  • cyan value is 15.71%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,4,0,45)
C16M4Y0K45 
(16%,4%,0%,45%)
(0.16/0.04/0.00/0.45)	

CMYK percentages

%15.71
%3.57
%0
%45.1

Codes

Color #76878C in popluar color models

76878C
RGB118135140
HSL194°8.73%50.59%
HSB/HSV194°15.71%54.90%
CMYK15.71%3.57%0.00%
45.10%

Color #76878C in popluar number systems.

HEX76878C
Decimal118135140
Binary11101101000011110001100
Octal166207214

Shades and tints

Shades of #76878C

#76878C
(118,135,140)
#6C7B80
(108,123,128)
#626F74
(98,111,116)
#586368
(88,99,104)
#4E575C
(78,87,92)
#444B50
(68,75,80)
#3A3F44
(58,63,68)
#303338
(48,51,56)
#26272C
(38,39,44)
#1C1B20
(28,27,32)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #76878C

#76878C
(118,135,140)
#829196
(130,145,150)
#8E9BA0
(142,155,160)
#9AA5AA
(154,165,170)
#A6AFB4
(166,175,180)
#B2B9BE
(178,185,190)
#BEC3C8
(190,195,200)
#CACDD2
(202,205,210)
#D6D7DC
(214,215,220)
#E2E1E6
(226,225,230)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76878C; }

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

This text font color is #76878C.


Background Color

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

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

This div background color is #76878C.


Border color

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

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

This div border color is #76878C.


Opacity

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

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

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

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

This text has shadow with #76878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76878C on black background.


Color preview on white background

This text has color #76878C on white background.



Black color preview on #76878C background

This text has black color on #76878C background.


White color preview on #76878C background

This text has white color on #76878C background.