COLOR #76856D

HEX: #76856D RGB: (118,133,109)

Color info

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

RGB color model

#76856D color RGB value is (118,133,109).

RGB: (118,133,109) (46%, 52%, 43%)

RGB channels and saturation

R 118 of 255 = 46%
G 133 of 255 = 52%
B 109 of 255 = 43%

118
133
109

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

Portions of RGB colors in percentages

R + G + B = 118 + 133 + 109 = 360 (100%)
R 118 of 360 ~ 32.78%
G 133 of 360 ~ 36.94%
B 109 of 360 ~ 30.28'%

%32.78
%36.94
%30.28

CMYK color model

#76856D color CMYK value is (11,0,18,48).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 47.84%

CMYK: (11,0,18,48)
C11M0Y18K48 (11%, 0%, 18%, 48%)
(0.11 / 0.00 / 0.18 / 0.48)

CMYK percentages

%11.28
%0
%18.05
%47.84

Codes

Color #76856D in popluar color models

76 85 6D
RGB 118 133 109
HSL 98° 9.92% 47.45%
HSB/HSV 98° 18.05% 52.16%
CMYK 11.28% 0.00% 18.05%
47.84%

Color #76856D in popluar number systems.

HEX 76 85 6D
Decimal 118 133 109
Binary 1110110 10000101 1101101
Octal 166 205 155

Shades and tints

Shades of #76856D

#76856D
(118,133,109)
#6C7964
(108,121,100)
#626D5B
(98,109,91)
#586152
(88,97,82)
#4E5549
(78,85,73)
#444940
(68,73,64)
#3A3D37
(58,61,55)
#30312E
(48,49,46)
#262525
(38,37,37)
#1C191C
(28,25,28)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #76856D

#76856D
(118,133,109)
#82907A
(130,144,122)
#8E9B87
(142,155,135)
#9AA694
(154,166,148)
#A6B1A1
(166,177,161)
#B2BCAE
(178,188,174)
#BEC7BB
(190,199,187)
#CAD2C8
(202,210,200)
#D6DDD5
(214,221,213)
#E2E8E2
(226,232,226)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76856D color. Also use rgb(118,133,109) instead hex code.

Text Font Color

.myTextColor { color: #76856D; }

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

This text font color is #76856D.

Background Color

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

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

This div background color is #76856D.

Border color

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

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

This div border color is #76856D.

Opacity

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

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

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

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

This text has shadow with #76856D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76856D.

Preview

Color preview on black background

This text has color #76856D on black background.


Color preview on white background

This text has color #76856D on white background.


Black color preview on #76856D background

This text has black color on #76856D background.


White color preview on #76856D background

This text has white color on #76856D background.


Related colors

Complementary color

Complementary color for #hex is #897A92.


I love getcolorcode.com

Triadic colors

1 #6D7685 and #856D76 with #76856D are triadic colors.

2 #6D8576 and #85766D with #76856D are triadic colors.