COLOR #756E5E

HEX: #756E5E
RGB: (117,110,94)

Color info

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

RGB color model

#756E5E color RGB value is (117,110,94).

  • red value is 117;
  • green value is 110;
  • blue value is 94.
RGB:
(117,110,94)
(46%,43%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 94 of 255 = 37%

117
110
94

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

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 94 = 321 (100%)
R 117 of 321 ~ 36.45%
G 110 of 321 ~ 34.27%
B 94 of 321 ~ 29.28%

%36.45
%34.27
%29.28

CMYK color model

#756E5E color CMYK value is (0,6,20,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 19.66%
  • key color value is 54.12%
CMYK:
(0,6,20,54)
C0M6Y20K54 
(0%,6%,20%,54%)
(0.00/0.06/0.20/0.54)	

CMYK percentages

%0
%5.98
%19.66
%54.12

Codes

Color #756E5E in popluar color models

756E5E
RGB11711094
HSL42°10.90%41.37%
HSB/HSV42°19.66%45.88%
CMYK0.00%5.98%19.66%
54.12%

Color #756E5E in popluar number systems.

HEX756E5E
Decimal11711094
Binary111010111011101011110
Octal165156136

Shades and tints

Shades of #756E5E

#756E5E
(117,110,94)
#6B6456
(107,100,86)
#615A4E
(97,90,78)
#575046
(87,80,70)
#4D463E
(77,70,62)
#433C36
(67,60,54)
#39322E
(57,50,46)
#2F2826
(47,40,38)
#251E1E
(37,30,30)
#1B1416
(27,20,22)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #756E5E

#756E5E
(117,110,94)
#817B6C
(129,123,108)
#8D887A
(141,136,122)
#999588
(153,149,136)
#A5A296
(165,162,150)
#B1AFA4
(177,175,164)
#BDBCB2
(189,188,178)
#C9C9C0
(201,201,192)
#D5D6CE
(213,214,206)
#E1E3DC
(225,227,220)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756E5E color. Also use rgb(117,110,94) instead hex code.

Text Font Color

.myTextColor { color: #756E5E; }

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

This text font color is #756E5E.


Background Color

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

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

This div background color is #756E5E.


Border color

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

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

This div border color is #756E5E.


Opacity

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

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

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

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

This text has shadow with #756E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E5E on black background.


Color preview on white background

This text has color #756E5E on white background.



Black color preview on #756E5E background

This text has black color on #756E5E background.


White color preview on #756E5E background

This text has white color on #756E5E background.