COLOR #76826C

HEX: #76826C RGB: (118,130,108)

Color info

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

RGB color model

#76826C color RGB value is (118,130,108).

RGB: (118,130,108) (46%, 51%, 42%)

RGB channels and saturation

R 118 of 255 = 46%
G 130 of 255 = 51%
B 108 of 255 = 42%

118
130
108

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

Portions of RGB colors in percentages

R + G + B = 118 + 130 + 108 = 356 (100%)
R 118 of 356 ~ 33.15%
G 130 of 356 ~ 36.52%
B 108 of 356 ~ 30.34'%

%33.15
%36.52
%30.34

CMYK color model

#76826C color CMYK value is (9,0,17,49).

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

CMYK: (9,0,17,49)
C9M0Y17K49 (9%, 0%, 17%, 49%)
(0.09 / 0.00 / 0.17 / 0.49)

CMYK percentages

%9.23
%0
%16.92
%49.02

Codes

Color #76826C in popluar color models

76 82 6C
RGB 118 130 108
HSL 93° 9.24% 46.67%
HSB/HSV 93° 16.92% 50.98%
CMYK 9.23% 0.00% 16.92%
49.02%

Color #76826C in popluar number systems.

HEX 76 82 6C
Decimal 118 130 108
Binary 1110110 10000010 1101100
Octal 166 202 154

Shades and tints

Shades of #76826C

#76826C
(118,130,108)
#6C7763
(108,119,99)
#626C5A
(98,108,90)
#586151
(88,97,81)
#4E5648
(78,86,72)
#444B3F
(68,75,63)
#3A4036
(58,64,54)
#30352D
(48,53,45)
#262A24
(38,42,36)
#1C1F1B
(28,31,27)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #76826C

#76826C
(118,130,108)
#828D79
(130,141,121)
#8E9886
(142,152,134)
#9AA393
(154,163,147)
#A6AEA0
(166,174,160)
#B2B9AD
(178,185,173)
#BEC4BA
(190,196,186)
#CACFC7
(202,207,199)
#D6DAD4
(214,218,212)
#E2E5E1
(226,229,225)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76826C; }

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

This text font color is #76826C.

Background Color

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

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

This div background color is #76826C.

Border color

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

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

This div border color is #76826C.

Opacity

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

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

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

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

This text has shadow with #76826C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76826C.

Preview

Color preview on black background

This text has color #76826C on black background.


Color preview on white background

This text has color #76826C on white background.


Black color preview on #76826C background

This text has black color on #76826C background.


White color preview on #76826C background

This text has white color on #76826C background.


Related colors

Complementary color

Complementary color for #hex is #897D93.


I love getcolorcode.com

Triadic colors

1 #6C7682 and #826C76 with #76826C are triadic colors.

2 #6C8276 and #82766C with #76826C are triadic colors.