COLOR #76829F

HEX: #76829F
RGB: (118,130,159)

Color info

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

RGB color model

#76829F color RGB value is (118,130,159).

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

RGB channels and saturation

R 118 of 255 = 46%
G 130 of 255 = 51%
B 159 of 255 = 62%

118
130
159

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

Portions of RGB colors in percentages

R + G + B =
118 + 130 + 159 = 407 (100%)
R 118 of 407 ~ 28.99%
G 130 of 407 ~ 31.94%
B 159 of 407 ~ 39.07%

%28.99
%31.94
%39.07

CMYK color model

#76829F color CMYK value is (26,18,0,38).

  • cyan value is 25.79%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(26,18,0,38)
C26M18Y0K38 
(26%,18%,0%,38%)
(0.26/0.18/0.00/0.38)	

CMYK percentages

%25.79
%18.24
%0
%37.65

Codes

Color #76829F in popluar color models

76829F
RGB118130159
HSL222°17.60%54.31%
HSB/HSV222°25.79%62.35%
CMYK25.79%18.24%0.00%
37.65%

Color #76829F in popluar number systems.

HEX76829F
Decimal118130159
Binary11101101000001010011111
Octal166202237

Shades and tints

Shades of #76829F

#76829F
(118,130,159)
#6C7791
(108,119,145)
#626C83
(98,108,131)
#586175
(88,97,117)
#4E5667
(78,86,103)
#444B59
(68,75,89)
#3A404B
(58,64,75)
#30353D
(48,53,61)
#262A2F
(38,42,47)
#1C1F21
(28,31,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #76829F

#76829F
(118,130,159)
#828DA7
(130,141,167)
#8E98AF
(142,152,175)
#9AA3B7
(154,163,183)
#A6AEBF
(166,174,191)
#B2B9C7
(178,185,199)
#BEC4CF
(190,196,207)
#CACFD7
(202,207,215)
#D6DADF
(214,218,223)
#E2E5E7
(226,229,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76829F color. Also use rgb(118,130,159) instead hex code.

Text Font Color

.myTextColor { color: #76829F; }

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

This text font color is #76829F.


Background Color

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

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

This div background color is #76829F.


Border color

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

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

This div border color is #76829F.


Opacity

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

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

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

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

This text has shadow with #76829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76829F on black background.


Color preview on white background

This text has color #76829F on white background.



Black color preview on #76829F background

This text has black color on #76829F background.


White color preview on #76829F background

This text has white color on #76829F background.