COLOR #756C55

HEX: #756C55
RGB: (117,108,85)

Color info

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

RGB color model

#756C55 color RGB value is (117,108,85).

  • red value is 117;
  • green value is 108;
  • blue value is 85.
RGB:
(117,108,85)
(46%,42%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 85 of 255 = 33%

117
108
85

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 85 = 310 (100%)
R 117 of 310 ~ 37.74%
G 108 of 310 ~ 34.84%
B 85 of 310 ~ 27.42%

%37.74
%34.84
%27.42

CMYK color model

#756C55 color CMYK value is (0,8,27,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,8,27,54)
C0M8Y27K54 
(0%,8%,27%,54%)
(0.00/0.08/0.27/0.54)	

CMYK percentages

%0
%7.69
%27.35
%54.12

Codes

Color #756C55 in popluar color models

756C55
RGB11710885
HSL43°15.84%39.61%
HSB/HSV43°27.35%45.88%
CMYK0.00%7.69%27.35%
54.12%

Color #756C55 in popluar number systems.

HEX756C55
Decimal11710885
Binary111010111011001010101
Octal165154125

Shades and tints

Shades of #756C55

#756C55
(117,108,85)
#6B634E
(107,99,78)
#615A47
(97,90,71)
#575140
(87,81,64)
#4D4839
(77,72,57)
#433F32
(67,63,50)
#39362B
(57,54,43)
#2F2D24
(47,45,36)
#25241D
(37,36,29)
#1B1B16
(27,27,22)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #756C55

#756C55
(117,108,85)
#817964
(129,121,100)
#8D8673
(141,134,115)
#999382
(153,147,130)
#A5A091
(165,160,145)
#B1ADA0
(177,173,160)
#BDBAAF
(189,186,175)
#C9C7BE
(201,199,190)
#D5D4CD
(213,212,205)
#E1E1DC
(225,225,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756C55 color. Also use rgb(117,108,85) instead hex code.

Text Font Color

.myTextColor { color: #756C55; }

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

This text font color is #756C55.


Background Color

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

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

This div background color is #756C55.


Border color

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

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

This div border color is #756C55.


Opacity

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

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

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

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

This text has shadow with #756C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756C55 on black background.


Color preview on white background

This text has color #756C55 on white background.



Black color preview on #756C55 background

This text has black color on #756C55 background.


White color preview on #756C55 background

This text has white color on #756C55 background.