COLOR #76785C

HEX: #76785C RGB: (118,120,92)

Color info

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

RGB color model

#76785C color RGB value is (118,120,92).

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

RGB channels and saturation

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

118
120
92

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

Portions of RGB colors in percentages

R + G + B = 118 + 120 + 92 = 330 (100%)
R 118 of 330 ~ 35.76%
G 120 of 330 ~ 36.36%
B 92 of 330 ~ 27.88'%

%35.76
%36.36
%27.88

CMYK color model

#76785C color CMYK value is (2,0,23,53).

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

CMYK: (2,0,23,53)
C2M0Y23K53 (2%, 0%, 23%, 53%)
(0.02 / 0.00 / 0.23 / 0.53)

CMYK percentages

%1.67
%0
%23.33
%52.94

Codes

Color #76785C in popluar color models

76 78 5C
RGB 118 120 92
HSL 64° 13.21% 41.57%
HSB/HSV 64° 23.33% 47.06%
CMYK 1.67% 0.00% 23.33%
52.94%

Color #76785C in popluar number systems.

HEX 76 78 5C
Decimal 118 120 92
Binary 1110110 1111000 1011100
Octal 166 170 134

Shades and tints

Shades of #76785C

#76785C
(118,120,92)
#6C6E54
(108,110,84)
#62644C
(98,100,76)
#585A44
(88,90,68)
#4E503C
(78,80,60)
#444634
(68,70,52)
#3A3C2C
(58,60,44)
#303224
(48,50,36)
#26281C
(38,40,28)
#1C1E14
(28,30,20)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #76785C

#76785C
(118,120,92)
#82846A
(130,132,106)
#8E9078
(142,144,120)
#9A9C86
(154,156,134)
#A6A894
(166,168,148)
#B2B4A2
(178,180,162)
#BEC0B0
(190,192,176)
#CACCBE
(202,204,190)
#D6D8CC
(214,216,204)
#E2E4DA
(226,228,218)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76785C; }

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

This text font color is #76785C.

Background Color

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

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

This div background color is #76785C.

Border color

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

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

This div border color is #76785C.

Opacity

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

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

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

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

This text has shadow with #76785C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76785C.

Preview

Color preview on black background

This text has color #76785C on black background.


Color preview on white background

This text has color #76785C on white background.


Black color preview on #76785C background

This text has black color on #76785C background.


White color preview on #76785C background

This text has white color on #76785C background.


Related colors

Complementary color

Complementary color for #hex is #8987A3.


I love getcolorcode.com

Triadic colors

1 #5C7678 and #785C76 with #76785C are triadic colors.

2 #5C7876 and #78765C with #76785C are triadic colors.