COLOR #76745E

HEX: #76745E RGB: (118,116,94)

Color info

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

RGB color model

#76745E color RGB value is (118,116,94).

RGB: (118,116,94) (46%, 45%, 37%)

RGB channels and saturation

R 118 of 255 = 46%
G 116 of 255 = 45%
B 94 of 255 = 37%

118
116
94

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

Portions of RGB colors in percentages

R + G + B = 118 + 116 + 94 = 328 (100%)
R 118 of 328 ~ 35.98%
G 116 of 328 ~ 35.37%
B 94 of 328 ~ 28.66'%

%35.98
%35.37
%28.66

CMYK color model

#76745E color CMYK value is (0,2,20,54).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 20.34%
  • key color value is 53.73%

CMYK: (0,2,20,54)
C0M2Y20K54 (0%, 2%, 20%, 54%)
(0.00 / 0.02 / 0.20 / 0.54)

CMYK percentages

%0
%1.69
%20.34
%53.73

Codes

Color #76745E in popluar color models

76 74 5E
RGB 118 116 94
HSL 55° 11.32% 41.57%
HSB/HSV 55° 20.34% 46.27%
CMYK 0.00% 1.69% 20.34%
53.73%

Color #76745E in popluar number systems.

HEX 76 74 5E
Decimal 118 116 94
Binary 1110110 1110100 1011110
Octal 166 164 136

Shades and tints

Shades of #76745E

#76745E
(118,116,94)
#6C6A56
(108,106,86)
#62604E
(98,96,78)
#585646
(88,86,70)
#4E4C3E
(78,76,62)
#444236
(68,66,54)
#3A382E
(58,56,46)
#302E26
(48,46,38)
#26241E
(38,36,30)
#1C1A16
(28,26,22)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #76745E

#76745E
(118,116,94)
#82806C
(130,128,108)
#8E8C7A
(142,140,122)
#9A9888
(154,152,136)
#A6A496
(166,164,150)
#B2B0A4
(178,176,164)
#BEBCB2
(190,188,178)
#CAC8C0
(202,200,192)
#D6D4CE
(214,212,206)
#E2E0DC
(226,224,220)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76745E color. Also use rgb(118,116,94) instead hex code.

Text Font Color

.myTextColor { color: #76745E; }

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

This text font color is #76745E.

Background Color

.myBgColor { background-color: #76745E; }

<div style="background-color:#76745E">Inner text</div>

This div background color is #76745E.

Border color

.myBorderColor { border: 1px solid #76745E; }

<div style="border:3px solid #76745E">Div</div>

This div border color is #76745E.

Opacity

.myOpacity80 { color: #76745E; opacity: 0.8; }

<p style="color:#76745E;opacity:0.8;">80%</p>

Text with #76745E 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 #76745E;}

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

This text has shadow with #76745E color.


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

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

This text has shadow with #76745E primary color and red secondary color.


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

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

This text has shadow with #76745E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76745E.

Preview

Color preview on black background

This text has color #76745E on black background.


Color preview on white background

This text has color #76745E on white background.


Black color preview on #76745E background

This text has black color on #76745E background.


White color preview on #76745E background

This text has white color on #76745E background.


Related colors

Complementary color

Complementary color for #hex is #898BA1.


I love getcolorcode.com

Triadic colors

1 #5E7674 and #745E76 with #76745E are triadic colors.

2 #5E7476 and #74765E with #76745E are triadic colors.