COLOR #756F5D

HEX: #756F5D
RGB: (117,111,93)

Color info

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

RGB color model

#756F5D color RGB value is (117,111,93).

  • red value is 117;
  • green value is 111;
  • blue value is 93.
RGB:
(117,111,93)
(46%,44%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 93 of 255 = 36%

117
111
93

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 93 = 321 (100%)
R 117 of 321 ~ 36.45%
G 111 of 321 ~ 34.58%
B 93 of 321 ~ 28.97%

%36.45
%34.58
%28.97

CMYK color model

#756F5D color CMYK value is (0,5,21,54).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK:
(0,5,21,54)
C0M5Y21K54 
(0%,5%,21%,54%)
(0.00/0.05/0.21/0.54)	

CMYK percentages

%0
%5.13
%20.51
%54.12

Codes

Color #756F5D in popluar color models

756F5D
RGB11711193
HSL45°11.43%41.18%
HSB/HSV45°20.51%45.88%
CMYK0.00%5.13%20.51%
54.12%

Color #756F5D in popluar number systems.

HEX756F5D
Decimal11711193
Binary111010111011111011101
Octal165157135

Shades and tints

Shades of #756F5D

#756F5D
(117,111,93)
#6B6555
(107,101,85)
#615B4D
(97,91,77)
#575145
(87,81,69)
#4D473D
(77,71,61)
#433D35
(67,61,53)
#39332D
(57,51,45)
#2F2925
(47,41,37)
#251F1D
(37,31,29)
#1B1515
(27,21,21)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #756F5D

#756F5D
(117,111,93)
#817C6B
(129,124,107)
#8D8979
(141,137,121)
#999687
(153,150,135)
#A5A395
(165,163,149)
#B1B0A3
(177,176,163)
#BDBDB1
(189,189,177)
#C9CABF
(201,202,191)
#D5D7CD
(213,215,205)
#E1E4DB
(225,228,219)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756F5D color. Also use rgb(117,111,93) instead hex code.

Text Font Color

.myTextColor { color: #756F5D; }

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

This text font color is #756F5D.


Background Color

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

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

This div background color is #756F5D.


Border color

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

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

This div border color is #756F5D.


Opacity

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

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

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

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

This text has shadow with #756F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F5D on black background.


Color preview on white background

This text has color #756F5D on white background.



Black color preview on #756F5D background

This text has black color on #756F5D background.


White color preview on #756F5D background

This text has white color on #756F5D background.