COLOR #76827C

HEX: #76827C RGB: (118,130,124)

Color info

#76827C contains red, green and blue colors in about the same proportion. Web safe color of #76827C is #669966 (or #696).

RGB color model

#76827C color RGB value is (118,130,124).

RGB: (118,130,124) (46%, 51%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 130 of 255 = 51%
B 124 of 255 = 49%

118
130
124

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

Portions of RGB colors in percentages

R + G + B = 118 + 130 + 124 = 372 (100%)
R 118 of 372 ~ 31.72%
G 130 of 372 ~ 34.95%
B 124 of 372 ~ 33.33'%

%31.72
%34.95
%33.33

CMYK color model

#76827C color CMYK value is (9,0,5,49).

  • cyan value is 9.23%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 49.02%

CMYK: (9,0,5,49)
C9M0Y5K49 (9%, 0%, 5%, 49%)
(0.09 / 0.00 / 0.05 / 0.49)

CMYK percentages

%9.23
%0
%4.62
%49.02

Codes

Color #76827C in popluar color models

76 82 7C
RGB 118 130 124
HSL 150° 4.84% 48.63%
HSB/HSV 150° 9.23% 50.98%
CMYK 9.23% 0.00% 4.62%
49.02%

Color #76827C in popluar number systems.

HEX 76 82 7C
Decimal 118 130 124
Binary 1110110 10000010 1111100
Octal 166 202 174

Shades and tints

Shades of #76827C

#76827C
(118,130,124)
#6C7771
(108,119,113)
#626C66
(98,108,102)
#58615B
(88,97,91)
#4E5650
(78,86,80)
#444B45
(68,75,69)
#3A403A
(58,64,58)
#30352F
(48,53,47)
#262A24
(38,42,36)
#1C1F19
(28,31,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #76827C

#76827C
(118,130,124)
#828D87
(130,141,135)
#8E9892
(142,152,146)
#9AA39D
(154,163,157)
#A6AEA8
(166,174,168)
#B2B9B3
(178,185,179)
#BEC4BE
(190,196,190)
#CACFC9
(202,207,201)
#D6DAD4
(214,218,212)
#E2E5DF
(226,229,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76827C color. Also use rgb(118,130,124) instead hex code.

Text Font Color

.myTextColor { color: #76827C; }

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

This text font color is #76827C.

Background Color

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

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

This div background color is #76827C.

Border color

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

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

This div border color is #76827C.

Opacity

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

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

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

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

This text has shadow with #76827C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76827C.

Preview

Color preview on black background

This text has color #76827C on black background.


Color preview on white background

This text has color #76827C on white background.


Black color preview on #76827C background

This text has black color on #76827C background.


White color preview on #76827C background

This text has white color on #76827C background.


Related colors

Complementary color

Complementary color for #hex is #897D83.


I love getcolorcode.com

Triadic colors

1 #7C7682 and #827C76 with #76827C are triadic colors.

2 #7C8276 and #82767C with #76827C are triadic colors.