COLOR #76575C

HEX: #76575C
RGB: (118,87,92)

Color info

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

RGB color model

#76575C color RGB value is (118,87,92).

  • red value is 118;
  • green value is 87;
  • blue value is 92.
RGB:
(118,87,92)
(46%,34%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 87 of 255 = 34%
B 92 of 255 = 36%

118
87
92

R + G + B ~ 39%. #76575C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 87 + 92 = 297 (100%)
R 118 of 297 ~ 39.73%
G 87 of 297 ~ 29.29%
B 92 of 297 ~ 30.98%

%39.73
%29.29
%30.98

CMYK color model

#76575C color CMYK value is (0,26,22,54).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,26,22,54)
C0M26Y22K54 
(0%,26%,22%,54%)
(0.00/0.26/0.22/0.54)	

CMYK percentages

%0
%26.27
%22.03
%53.73

Codes

Color #76575C in popluar color models

76575C
RGB1188792
HSL350°15.12%40.20%
HSB/HSV350°26.27%46.27%
CMYK0.00%26.27%22.03%
53.73%

Color #76575C in popluar number systems.

HEX76575C
Decimal1188792
Binary111011010101111011100
Octal166127134

Shades and tints

Shades of #76575C

#76575C
(118,87,92)
#6C5054
(108,80,84)
#62494C
(98,73,76)
#584244
(88,66,68)
#4E3B3C
(78,59,60)
#443434
(68,52,52)
#3A2D2C
(58,45,44)
#302624
(48,38,36)
#261F1C
(38,31,28)
#1C1814
(28,24,20)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #76575C

#76575C
(118,87,92)
#82666A
(130,102,106)
#8E7578
(142,117,120)
#9A8486
(154,132,134)
#A69394
(166,147,148)
#B2A2A2
(178,162,162)
#BEB1B0
(190,177,176)
#CAC0BE
(202,192,190)
#D6CFCC
(214,207,204)
#E2DEDA
(226,222,218)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76575C; }

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

This text font color is #76575C.


Background Color

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

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

This div background color is #76575C.


Border color

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

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

This div border color is #76575C.


Opacity

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

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

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

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

This text has shadow with #76575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76575C on black background.


Color preview on white background

This text has color #76575C on white background.



Black color preview on #76575C background

This text has black color on #76575C background.


White color preview on #76575C background

This text has white color on #76575C background.