COLOR #76828E

HEX: #76828E
RGB: (118,130,142)

Color info

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

RGB color model

#76828E color RGB value is (118,130,142).

  • red value is 118;
  • green value is 130;
  • blue value is 142.
RGB:
(118,130,142)
(46%,51%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 130 of 255 = 51%
B 142 of 255 = 56%

118
130
142

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

Portions of RGB colors in percentages

R + G + B =
118 + 130 + 142 = 390 (100%)
R 118 of 390 ~ 30.26%
G 130 of 390 ~ 33.33%
B 142 of 390 ~ 36.41%

%30.26
%33.33
%36.41

CMYK color model

#76828E color CMYK value is (17,8,0,44).

  • cyan value is 16.90%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(17,8,0,44)
C17M8Y0K44 
(17%,8%,0%,44%)
(0.17/0.08/0.00/0.44)	

CMYK percentages

%16.9
%8.45
%0
%44.31

Codes

Color #76828E in popluar color models

76828E
RGB118130142
HSL210°9.60%50.98%
HSB/HSV210°16.90%55.69%
CMYK16.90%8.45%0.00%
44.31%

Color #76828E in popluar number systems.

HEX76828E
Decimal118130142
Binary11101101000001010001110
Octal166202216

Shades and tints

Shades of #76828E

#76828E
(118,130,142)
#6C7782
(108,119,130)
#626C76
(98,108,118)
#58616A
(88,97,106)
#4E565E
(78,86,94)
#444B52
(68,75,82)
#3A4046
(58,64,70)
#30353A
(48,53,58)
#262A2E
(38,42,46)
#1C1F22
(28,31,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #76828E

#76828E
(118,130,142)
#828D98
(130,141,152)
#8E98A2
(142,152,162)
#9AA3AC
(154,163,172)
#A6AEB6
(166,174,182)
#B2B9C0
(178,185,192)
#BEC4CA
(190,196,202)
#CACFD4
(202,207,212)
#D6DADE
(214,218,222)
#E2E5E8
(226,229,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76828E color. Also use rgb(118,130,142) instead hex code.

Text Font Color

.myTextColor { color: #76828E; }

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

This text font color is #76828E.


Background Color

.myBgColor { background-color: #76828E; }

<div style="background-color:#76828E">Inner text</div>

This div background color is #76828E.


Border color

.myBorderColor { border: 1px solid #76828E; }

<div style="border:3px solid #76828E">Div</div>

This div border color is #76828E.


Opacity

.myOpacity80 { color: #76828E; opacity: 0.8; }

<p style="color:#76828E;opacity:0.8;">80%</p>

Text with #76828E 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 #76828E;}

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

This text has shadow with #76828E color.

.textShadow {text-shadow: 3px 3px 1px #76828E, 3px 3px 1px red;}

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

This text has shadow with #76828E primary color and red secondary color.


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

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

This text has shadow with #76828E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76828E on black background.


Color preview on white background

This text has color #76828E on white background.



Black color preview on #76828E background

This text has black color on #76828E background.


White color preview on #76828E background

This text has white color on #76828E background.