COLOR #76545C

HEX: #76545C RGB: (118,84,92)

Color info

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

RGB color model

#76545C color RGB value is (118,84,92).

RGB: (118,84,92) (46%, 33%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 92 of 255 = 36%

118
84
92

R + G + B ~ 38%. #76545C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 84 + 92 = 294 (100%)
R 118 of 294 ~ 40.14%
G 84 of 294 ~ 28.57%
B 92 of 294 ~ 31.29'%

%40.14
%28.57
%31.29

CMYK color model

#76545C color CMYK value is (0,29,22,54).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 22.03%
  • key color value is 53.73%

CMYK: (0,29,22,54)
C0M29Y22K54 (0%, 29%, 22%, 54%)
(0.00 / 0.29 / 0.22 / 0.54)

CMYK percentages

%0
%28.81
%22.03
%53.73

Codes

Color #76545C in popluar color models

76 54 5C
RGB 118 84 92
HSL 346° 16.83% 39.61%
HSB/HSV 346° 28.81% 46.27%
CMYK 0.00% 28.81% 22.03%
53.73%

Color #76545C in popluar number systems.

HEX 76 54 5C
Decimal 118 84 92
Binary 1110110 1010100 1011100
Octal 166 124 134

Shades and tints

Shades of #76545C

#76545C
(118,84,92)
#6C4D54
(108,77,84)
#62464C
(98,70,76)
#583F44
(88,63,68)
#4E383C
(78,56,60)
#443134
(68,49,52)
#3A2A2C
(58,42,44)
#302324
(48,35,36)
#261C1C
(38,28,28)
#1C1514
(28,21,20)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #76545C

#76545C
(118,84,92)
#82636A
(130,99,106)
#8E7278
(142,114,120)
#9A8186
(154,129,134)
#A69094
(166,144,148)
#B29FA2
(178,159,162)
#BEAEB0
(190,174,176)
#CABDBE
(202,189,190)
#D6CCCC
(214,204,204)
#E2DBDA
(226,219,218)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76545C; }

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

This text font color is #76545C.

Background Color

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

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

This div background color is #76545C.

Border color

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

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

This div border color is #76545C.

Opacity

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

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

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

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

This text has shadow with #76545C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76545C.

Preview

Color preview on black background

This text has color #76545C on black background.


Color preview on white background

This text has color #76545C on white background.


Black color preview on #76545C background

This text has black color on #76545C background.


White color preview on #76545C background

This text has white color on #76545C background.


Related colors

Complementary color

Complementary color for #hex is #89ABA3.


I love getcolorcode.com

Triadic colors

1 #5C7654 and #545C76 with #76545C are triadic colors.

2 #5C5476 and #54765C with #76545C are triadic colors.