COLOR #76785B

HEX: #76785B RGB: (118,120,91)

Color info

#76785B contains red, green and blue colors in about the same proportion. Web safe color of #76785B is #666666 (or #666).

RGB color model

#76785B color RGB value is (118,120,91).

RGB: (118,120,91) (46%, 47%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 91 of 255 = 36%

118
120
91

R + G + B ~ 43%. #76785B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 120 + 91 = 329 (100%)
R 118 of 329 ~ 35.87%
G 120 of 329 ~ 36.47%
B 91 of 329 ~ 27.66'%

%35.87
%36.47
%27.66

CMYK color model

#76785B color CMYK value is (2,0,24,53).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%

CMYK: (2,0,24,53)
C2M0Y24K53 (2%, 0%, 24%, 53%)
(0.02 / 0.00 / 0.24 / 0.53)

CMYK percentages

%1.67
%0
%24.17
%52.94

Codes

Color #76785B in popluar color models

76 78 5B
RGB 118 120 91
HSL 64° 13.74% 41.37%
HSB/HSV 64° 24.17% 47.06%
CMYK 1.67% 0.00% 24.17%
52.94%

Color #76785B in popluar number systems.

HEX 76 78 5B
Decimal 118 120 91
Binary 1110110 1111000 1011011
Octal 166 170 133

Shades and tints

Shades of #76785B

#76785B
(118,120,91)
#6C6E53
(108,110,83)
#62644B
(98,100,75)
#585A43
(88,90,67)
#4E503B
(78,80,59)
#444633
(68,70,51)
#3A3C2B
(58,60,43)
#303223
(48,50,35)
#26281B
(38,40,27)
#1C1E13
(28,30,19)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #76785B

#76785B
(118,120,91)
#828469
(130,132,105)
#8E9077
(142,144,119)
#9A9C85
(154,156,133)
#A6A893
(166,168,147)
#B2B4A1
(178,180,161)
#BEC0AF
(190,192,175)
#CACCBD
(202,204,189)
#D6D8CB
(214,216,203)
#E2E4D9
(226,228,217)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76785B color. Also use rgb(118,120,91) instead hex code.

Text Font Color

.myTextColor { color: #76785B; }

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

This text font color is #76785B.

Background Color

.myBgColor { background-color: #76785B; }

<div style="background-color:#76785B">Inner text</div>

This div background color is #76785B.

Border color

.myBorderColor { border: 1px solid #76785B; }

<div style="border:3px solid #76785B">Div</div>

This div border color is #76785B.

Opacity

.myOpacity80 { color: #76785B; opacity: 0.8; }

<p style="color:#76785B;opacity:0.8;">80%</p>

Text with #76785B 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 #76785B;}

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

This text has shadow with #76785B color.


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

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

This text has shadow with #76785B primary color and red secondary color.


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

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

This text has shadow with #76785B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76785B.

Preview

Color preview on black background

This text has color #76785B on black background.


Color preview on white background

This text has color #76785B on white background.


Black color preview on #76785B background

This text has black color on #76785B background.


White color preview on #76785B background

This text has white color on #76785B background.


Related colors

Complementary color

Complementary color for #hex is #8987A4.


I love getcolorcode.com

Triadic colors

1 #5B7678 and #785B76 with #76785B are triadic colors.

2 #5B7876 and #78765B with #76785B are triadic colors.