COLOR #76855F

HEX: #76855F RGB: (118,133,95)

Color info

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

RGB color model

#76855F color RGB value is (118,133,95).

RGB: (118,133,95) (46%, 52%, 37%)

RGB channels and saturation

R 118 of 255 = 46%
G 133 of 255 = 52%
B 95 of 255 = 37%

118
133
95

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

Portions of RGB colors in percentages

R + G + B = 118 + 133 + 95 = 346 (100%)
R 118 of 346 ~ 34.1%
G 133 of 346 ~ 38.44%
B 95 of 346 ~ 27.46'%

%34.1
%38.44
%27.46

CMYK color model

#76855F color CMYK value is (11,0,29,48).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 47.84%
CMYK: (11,0,29,48) C11M0Y29K48 (11%,0%,29%,48%) (0.11/0.00/0.29/0.48) 

CMYK percentages

%11.28
%0
%28.57
%47.84

Codes

Color #76855F in popluar color models

76 85 5F
RGB 118 133 95
HSL 84° 16.67% 44.71%
HSB/HSV 84° 28.57% 52.16%
CMYK 11.28% 0.00% 28.57%
47.84%

Color #76855F in popluar number systems.

HEX 76 85 5F
Decimal 118 133 95
Binary 1110110 10000101 1011111
Octal 166 205 137

Shades and tints

Shades of #76855F

#76855F
(118,133,95)
#6C7957
(108,121,87)
#626D4F
(98,109,79)
#586147
(88,97,71)
#4E553F
(78,85,63)
#444937
(68,73,55)
#3A3D2F
(58,61,47)
#303127
(48,49,39)
#26251F
(38,37,31)
#1C1917
(28,25,23)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #76855F

#76855F
(118,133,95)
#82906D
(130,144,109)
#8E9B7B
(142,155,123)
#9AA689
(154,166,137)
#A6B197
(166,177,151)
#B2BCA5
(178,188,165)
#BEC7B3
(190,199,179)
#CAD2C1
(202,210,193)
#D6DDCF
(214,221,207)
#E2E8DD
(226,232,221)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76855F color. Also use rgb(118,133,95) instead hex code.

Text Font Color

.myTextColor { color: #76855F; }

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

This text font color is #76855F.

Background Color

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

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

This div background color is #76855F.

Border color

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

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

This div border color is #76855F.

Opacity

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

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

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

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

This text has shadow with #76855F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76855F.

Preview

Color preview on black background

This text has color #76855F on black background.


Color preview on white background

This text has color #76855F on white background.


Black color preview on #76855F background

This text has black color on #76855F background.


White color preview on #76855F background

This text has white color on #76855F background.


Related colors

Complementary color

Complementary color for #hex is #897AA0.


I love getcolorcode.com

Triadic colors

1 #5F7685 and #855F76 with #76855F are triadic colors.

2 #5F8576 and #85765F with #76855F are triadic colors.