COLOR #76829D

HEX: #76829D RGB: (118,130,157)

Color info

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

RGB color model

#76829D color RGB value is (118,130,157).

RGB: (118,130,157) (46%, 51%, 62%)

RGB channels and saturation

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

118
130
157

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

Portions of RGB colors in percentages

R + G + B = 118 + 130 + 157 = 405 (100%)
R 118 of 405 ~ 29.14%
G 130 of 405 ~ 32.1%
B 157 of 405 ~ 38.77'%

%29.14
%32.1
%38.77

CMYK color model

#76829D color CMYK value is (25,17,0,38).

  • cyan value is 24.84%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (25,17,0,38)
C25M17Y0K38 (25%, 17%, 0%, 38%)
(0.25 / 0.17 / 0.00 / 0.38)

CMYK percentages

%24.84
%17.2
%0
%38.43

Codes

Color #76829D in popluar color models

76 82 9D
RGB 118 130 157
HSL 222° 16.60% 53.92%
HSB/HSV 222° 24.84% 61.57%
CMYK 24.84% 17.20% 0.00%
38.43%

Color #76829D in popluar number systems.

HEX 76 82 9D
Decimal 118 130 157
Binary 1110110 10000010 10011101
Octal 166 202 235

Shades and tints

Shades of #76829D

#76829D
(118,130,157)
#6C778F
(108,119,143)
#626C81
(98,108,129)
#586173
(88,97,115)
#4E5665
(78,86,101)
#444B57
(68,75,87)
#3A4049
(58,64,73)
#30353B
(48,53,59)
#262A2D
(38,42,45)
#1C1F1F
(28,31,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #76829D

#76829D
(118,130,157)
#828DA5
(130,141,165)
#8E98AD
(142,152,173)
#9AA3B5
(154,163,181)
#A6AEBD
(166,174,189)
#B2B9C5
(178,185,197)
#BEC4CD
(190,196,205)
#CACFD5
(202,207,213)
#D6DADD
(214,218,221)
#E2E5E5
(226,229,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76829D; }

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

This text font color is #76829D.

Background Color

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

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

This div background color is #76829D.

Border color

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

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

This div border color is #76829D.

Opacity

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

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

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

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

This text has shadow with #76829D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76829D.

Preview

Color preview on black background

This text has color #76829D on black background.


Color preview on white background

This text has color #76829D on white background.


Black color preview on #76829D background

This text has black color on #76829D background.


White color preview on #76829D background

This text has white color on #76829D background.


Related colors

Complementary color

Complementary color for #hex is #897D62.


I love getcolorcode.com

Triadic colors

1 #9D7682 and #829D76 with #76829D are triadic colors.

2 #9D8276 and #82769D with #76829D are triadic colors.