COLOR #756C53

HEX: #756C53 RGB: (117,108,83)

Color info

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

RGB color model

#756C53 color RGB value is (117,108,83).

RGB: (117,108,83) (46%, 42%, 33%)

RGB channels and saturation

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

117
108
83

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

Portions of RGB colors in percentages

R + G + B = 117 + 108 + 83 = 308 (100%)
R 117 of 308 ~ 37.99%
G 108 of 308 ~ 35.06%
B 83 of 308 ~ 26.95'%

%37.99
%35.06
%26.95

CMYK color model

#756C53 color CMYK value is (0,8,29,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 29.06%
  • key color value is 54.12%
CMYK: (0,8,29,54) C0M8Y29K54 (0%,8%,29%,54%) (0.00/0.08/0.29/0.54) 

CMYK percentages

%0
%7.69
%29.06
%54.12

Codes

Color #756C53 in popluar color models

75 6C 53
RGB 117 108 83
HSL 44° 17.00% 39.22%
HSB/HSV 44° 29.06% 45.88%
CMYK 0.00% 7.69% 29.06%
54.12%

Color #756C53 in popluar number systems.

HEX 75 6C 53
Decimal 117 108 83
Binary 1110101 1101100 1010011
Octal 165 154 123

Shades and tints

Shades of #756C53

#756C53
(117,108,83)
#6B634C
(107,99,76)
#615A45
(97,90,69)
#57513E
(87,81,62)
#4D4837
(77,72,55)
#433F30
(67,63,48)
#393629
(57,54,41)
#2F2D22
(47,45,34)
#25241B
(37,36,27)
#1B1B14
(27,27,20)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #756C53

#756C53
(117,108,83)
#817962
(129,121,98)
#8D8671
(141,134,113)
#999380
(153,147,128)
#A5A08F
(165,160,143)
#B1AD9E
(177,173,158)
#BDBAAD
(189,186,173)
#C9C7BC
(201,199,188)
#D5D4CB
(213,212,203)
#E1E1DA
(225,225,218)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756C53; }

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

This text font color is #756C53.

Background Color

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

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

This div background color is #756C53.

Border color

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

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

This div border color is #756C53.

Opacity

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

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

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

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

This text has shadow with #756C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756C53.

Preview

Color preview on black background

This text has color #756C53 on black background.


Color preview on white background

This text has color #756C53 on white background.


Black color preview on #756C53 background

This text has black color on #756C53 background.


White color preview on #756C53 background

This text has white color on #756C53 background.


Related colors

Complementary color

Complementary color for #hex is #8A93AC.


I love getcolorcode.com

Triadic colors

1 #53756C and #6C5375 with #756C53 are triadic colors.

2 #536C75 and #6C7553 with #756C53 are triadic colors.