COLOR #756C56

HEX: #756C56 RGB: (117,108,86)

Color info

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

RGB color model

#756C56 color RGB value is (117,108,86).

RGB: (117,108,86) (46%, 42%, 34%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 86 of 255 = 34%

117
108
86

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

Portions of RGB colors in percentages

R + G + B = 117 + 108 + 86 = 311 (100%)
R 117 of 311 ~ 37.62%
G 108 of 311 ~ 34.73%
B 86 of 311 ~ 27.65'%

%37.62
%34.73
%27.65

CMYK color model

#756C56 color CMYK value is (0,8,26,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 26.50%
  • key color value is 54.12%

CMYK: (0,8,26,54)
C0M8Y26K54 (0%, 8%, 26%, 54%)
(0.00 / 0.08 / 0.26 / 0.54)

CMYK percentages

%0
%7.69
%26.5
%54.12

Codes

Color #756C56 in popluar color models

75 6C 56
RGB 117 108 86
HSL 43° 15.27% 39.80%
HSB/HSV 43° 26.50% 45.88%
CMYK 0.00% 7.69% 26.50%
54.12%

Color #756C56 in popluar number systems.

HEX 75 6C 56
Decimal 117 108 86
Binary 1110101 1101100 1010110
Octal 165 154 126

Shades and tints

Shades of #756C56

#756C56
(117,108,86)
#6B634F
(107,99,79)
#615A48
(97,90,72)
#575141
(87,81,65)
#4D483A
(77,72,58)
#433F33
(67,63,51)
#39362C
(57,54,44)
#2F2D25
(47,45,37)
#25241E
(37,36,30)
#1B1B17
(27,27,23)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #756C56

#756C56
(117,108,86)
#817965
(129,121,101)
#8D8674
(141,134,116)
#999383
(153,147,131)
#A5A092
(165,160,146)
#B1ADA1
(177,173,161)
#BDBAB0
(189,186,176)
#C9C7BF
(201,199,191)
#D5D4CE
(213,212,206)
#E1E1DD
(225,225,221)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756C56; }

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

This text font color is #756C56.

Background Color

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

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

This div background color is #756C56.

Border color

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

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

This div border color is #756C56.

Opacity

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

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

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

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

This text has shadow with #756C56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756C56.

Preview

Color preview on black background

This text has color #756C56 on black background.


Color preview on white background

This text has color #756C56 on white background.


Black color preview on #756C56 background

This text has black color on #756C56 background.


White color preview on #756C56 background

This text has white color on #756C56 background.


Related colors

Complementary color

Complementary color for #hex is #8A93A9.


I love getcolorcode.com

Triadic colors

1 #56756C and #6C5675 with #756C56 are triadic colors.

2 #566C75 and #6C7556 with #756C56 are triadic colors.