COLOR #76868D

HEX: #76868D
RGB: (118,134,141)

Color info

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

RGB color model

#76868D color RGB value is (118,134,141).

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

RGB channels and saturation

R 118 of 255 = 46%
G 134 of 255 = 53%
B 141 of 255 = 55%

118
134
141

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

Portions of RGB colors in percentages

R + G + B =
118 + 134 + 141 = 393 (100%)
R 118 of 393 ~ 30.03%
G 134 of 393 ~ 34.1%
B 141 of 393 ~ 35.88%

%30.03
%34.1
%35.88

CMYK color model

#76868D color CMYK value is (16,5,0,45).

  • cyan value is 16.31%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(16,5,0,45)
C16M5Y0K45 
(16%,5%,0%,45%)
(0.16/0.05/0.00/0.45)	

CMYK percentages

%16.31
%4.96
%0
%44.71

Codes

Color #76868D in popluar color models

76868D
RGB118134141
HSL198°9.16%50.78%
HSB/HSV198°16.31%55.29%
CMYK16.31%4.96%0.00%
44.71%

Color #76868D in popluar number systems.

HEX76868D
Decimal118134141
Binary11101101000011010001101
Octal166206215

Shades and tints

Shades of #76868D

#76868D
(118,134,141)
#6C7A81
(108,122,129)
#626E75
(98,110,117)
#586269
(88,98,105)
#4E565D
(78,86,93)
#444A51
(68,74,81)
#3A3E45
(58,62,69)
#303239
(48,50,57)
#26262D
(38,38,45)
#1C1A21
(28,26,33)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #76868D

#76868D
(118,134,141)
#829197
(130,145,151)
#8E9CA1
(142,156,161)
#9AA7AB
(154,167,171)
#A6B2B5
(166,178,181)
#B2BDBF
(178,189,191)
#BEC8C9
(190,200,201)
#CAD3D3
(202,211,211)
#D6DEDD
(214,222,221)
#E2E9E7
(226,233,231)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76868D color. Also use rgb(118,134,141) instead hex code.

Text Font Color

.myTextColor { color: #76868D; }

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

This text font color is #76868D.


Background Color

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

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

This div background color is #76868D.


Border color

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

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

This div border color is #76868D.


Opacity

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

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

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

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

This text has shadow with #76868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76868D on black background.


Color preview on white background

This text has color #76868D on white background.



Black color preview on #76868D background

This text has black color on #76868D background.


White color preview on #76868D background

This text has white color on #76868D background.