COLOR #756F56

HEX: #756F56
RGB: (117,111,86)

Color info

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

RGB color model

#756F56 color RGB value is (117,111,86).

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

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 86 of 255 = 34%

117
111
86

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 86 = 314 (100%)
R 117 of 314 ~ 37.26%
G 111 of 314 ~ 35.35%
B 86 of 314 ~ 27.39%

%37.26
%35.35
%27.39

CMYK color model

#756F56 color CMYK value is (0,5,26,54).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 26.50%
  • key color value is 54.12%
CMYK:
(0,5,26,54)
C0M5Y26K54 
(0%,5%,26%,54%)
(0.00/0.05/0.26/0.54)	

CMYK percentages

%0
%5.13
%26.5
%54.12

Codes

Color #756F56 in popluar color models

756F56
RGB11711186
HSL48°15.27%39.80%
HSB/HSV48°26.50%45.88%
CMYK0.00%5.13%26.50%
54.12%

Color #756F56 in popluar number systems.

HEX756F56
Decimal11711186
Binary111010111011111010110
Octal165157126

Shades and tints

Shades of #756F56

#756F56
(117,111,86)
#6B654F
(107,101,79)
#615B48
(97,91,72)
#575141
(87,81,65)
#4D473A
(77,71,58)
#433D33
(67,61,51)
#39332C
(57,51,44)
#2F2925
(47,41,37)
#251F1E
(37,31,30)
#1B1517
(27,21,23)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #756F56

#756F56
(117,111,86)
#817C65
(129,124,101)
#8D8974
(141,137,116)
#999683
(153,150,131)
#A5A392
(165,163,146)
#B1B0A1
(177,176,161)
#BDBDB0
(189,189,176)
#C9CABF
(201,202,191)
#D5D7CE
(213,215,206)
#E1E4DD
(225,228,221)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756F56; }

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

This text font color is #756F56.


Background Color

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

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

This div background color is #756F56.


Border color

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

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

This div border color is #756F56.


Opacity

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

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

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

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

This text has shadow with #756F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F56 on black background.


Color preview on white background

This text has color #756F56 on white background.



Black color preview on #756F56 background

This text has black color on #756F56 background.


White color preview on #756F56 background

This text has white color on #756F56 background.