COLOR #756A5C

HEX: #756A5C
RGB: (117,106,92)

Color info

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

RGB color model

#756A5C color RGB value is (117,106,92).

  • red value is 117;
  • green value is 106;
  • blue value is 92.
RGB:
(117,106,92)
(46%,42%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 106 of 255 = 42%
B 92 of 255 = 36%

117
106
92

R + G + B ~ 41%. #756A5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 106 + 92 = 315 (100%)
R 117 of 315 ~ 37.14%
G 106 of 315 ~ 33.65%
B 92 of 315 ~ 29.21%

%37.14
%33.65
%29.21

CMYK color model

#756A5C color CMYK value is (0,9,21,54).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 21.37%
  • key color value is 54.12%
CMYK:
(0,9,21,54)
C0M9Y21K54 
(0%,9%,21%,54%)
(0.00/0.09/0.21/0.54)	

CMYK percentages

%0
%9.4
%21.37
%54.12

Codes

Color #756A5C in popluar color models

756A5C
RGB11710692
HSL34°11.96%40.98%
HSB/HSV34°21.37%45.88%
CMYK0.00%9.40%21.37%
54.12%

Color #756A5C in popluar number systems.

HEX756A5C
Decimal11710692
Binary111010111010101011100
Octal165152134

Shades and tints

Shades of #756A5C

#756A5C
(117,106,92)
#6B6154
(107,97,84)
#61584C
(97,88,76)
#574F44
(87,79,68)
#4D463C
(77,70,60)
#433D34
(67,61,52)
#39342C
(57,52,44)
#2F2B24
(47,43,36)
#25221C
(37,34,28)
#1B1914
(27,25,20)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #756A5C

#756A5C
(117,106,92)
#81776A
(129,119,106)
#8D8478
(141,132,120)
#999186
(153,145,134)
#A59E94
(165,158,148)
#B1ABA2
(177,171,162)
#BDB8B0
(189,184,176)
#C9C5BE
(201,197,190)
#D5D2CC
(213,210,204)
#E1DFDA
(225,223,218)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756A5C color. Also use rgb(117,106,92) instead hex code.

Text Font Color

.myTextColor { color: #756A5C; }

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

This text font color is #756A5C.


Background Color

.myBgColor { background-color: #756A5C; }

<div style="background-color:#756A5C">Inner text</div>

This div background color is #756A5C.


Border color

.myBorderColor { border: 1px solid #756A5C; }

<div style="border:3px solid #756A5C">Div</div>

This div border color is #756A5C.


Opacity

.myOpacity80 { color: #756A5C; opacity: 0.8; }

<p style="color:#756A5C;opacity:0.8;">80%</p>

Text with #756A5C 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 #756A5C;}

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

This text has shadow with #756A5C color.

.textShadow {text-shadow: 3px 3px 1px #756A5C, 3px 3px 1px red;}

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

This text has shadow with #756A5C primary color and red secondary color.


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

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

This text has shadow with #756A5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756A5C on black background.


Color preview on white background

This text has color #756A5C on white background.



Black color preview on #756A5C background

This text has black color on #756A5C background.


White color preview on #756A5C background

This text has white color on #756A5C background.