COLOR #756C5C

HEX: #756C5C RGB: (117,108,92)

Color info

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

RGB color model

#756C5C color RGB value is (117,108,92).

RGB: (117,108,92) (46%, 42%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 92 of 255 = 36%

117
108
92

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

Portions of RGB colors in percentages

R + G + B = 117 + 108 + 92 = 317 (100%)
R 117 of 317 ~ 36.91%
G 108 of 317 ~ 34.07%
B 92 of 317 ~ 29.02'%

%36.91
%34.07
%29.02

CMYK color model

#756C5C color CMYK value is (0,8,21,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 21.37%
  • key color value is 54.12%
CMYK: (0,8,21,54) C0M8Y21K54 (0%,8%,21%,54%) (0.00/0.08/0.21/0.54) 

CMYK percentages

%0
%7.69
%21.37
%54.12

Codes

Color #756C5C in popluar color models

75 6C 5C
RGB 117 108 92
HSL 38° 11.96% 40.98%
HSB/HSV 38° 21.37% 45.88%
CMYK 0.00% 7.69% 21.37%
54.12%

Color #756C5C in popluar number systems.

HEX 75 6C 5C
Decimal 117 108 92
Binary 1110101 1101100 1011100
Octal 165 154 134

Shades and tints

Shades of #756C5C

#756C5C
(117,108,92)
#6B6354
(107,99,84)
#615A4C
(97,90,76)
#575144
(87,81,68)
#4D483C
(77,72,60)
#433F34
(67,63,52)
#39362C
(57,54,44)
#2F2D24
(47,45,36)
#25241C
(37,36,28)
#1B1B14
(27,27,20)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #756C5C

#756C5C
(117,108,92)
#81796A
(129,121,106)
#8D8678
(141,134,120)
#999386
(153,147,134)
#A5A094
(165,160,148)
#B1ADA2
(177,173,162)
#BDBAB0
(189,186,176)
#C9C7BE
(201,199,190)
#D5D4CC
(213,212,204)
#E1E1DA
(225,225,218)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756C5C; }

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

This text font color is #756C5C.

Background Color

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

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

This div background color is #756C5C.

Border color

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

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

This div border color is #756C5C.

Opacity

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

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

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

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

This text has shadow with #756C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756C5C.

Preview

Color preview on black background

This text has color #756C5C on black background.


Color preview on white background

This text has color #756C5C on white background.


Black color preview on #756C5C background

This text has black color on #756C5C background.


White color preview on #756C5C background

This text has white color on #756C5C background.


Related colors

Complementary color

Complementary color for #hex is #8A93A3.


I love getcolorcode.com

Triadic colors

1 #5C756C and #6C5C75 with #756C5C are triadic colors.

2 #5C6C75 and #6C755C with #756C5C are triadic colors.