COLOR #756F5C

HEX: #756F5C RGB: (117,111,92)

Color info

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

RGB color model

#756F5C color RGB value is (117,111,92).

RGB: (117,111,92) (46%, 44%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 92 of 255 = 36%

117
111
92

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

Portions of RGB colors in percentages

R + G + B = 117 + 111 + 92 = 320 (100%)
R 117 of 320 ~ 36.56%
G 111 of 320 ~ 34.69%
B 92 of 320 ~ 28.75'%

%36.56
%34.69
%28.75

CMYK color model

#756F5C color CMYK value is (0,5,21,54).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 21.37%
  • key color value is 54.12%

CMYK: (0,5,21,54)
C0M5Y21K54 (0%, 5%, 21%, 54%)
(0.00 / 0.05 / 0.21 / 0.54)

CMYK percentages

%0
%5.13
%21.37
%54.12

Codes

Color #756F5C in popluar color models

75 6F 5C
RGB 117 111 92
HSL 46° 11.96% 40.98%
HSB/HSV 46° 21.37% 45.88%
CMYK 0.00% 5.13% 21.37%
54.12%

Color #756F5C in popluar number systems.

HEX 75 6F 5C
Decimal 117 111 92
Binary 1110101 1101111 1011100
Octal 165 157 134

Shades and tints

Shades of #756F5C

#756F5C
(117,111,92)
#6B6554
(107,101,84)
#615B4C
(97,91,76)
#575144
(87,81,68)
#4D473C
(77,71,60)
#433D34
(67,61,52)
#39332C
(57,51,44)
#2F2924
(47,41,36)
#251F1C
(37,31,28)
#1B1514
(27,21,20)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #756F5C

#756F5C
(117,111,92)
#817C6A
(129,124,106)
#8D8978
(141,137,120)
#999686
(153,150,134)
#A5A394
(165,163,148)
#B1B0A2
(177,176,162)
#BDBDB0
(189,189,176)
#C9CABE
(201,202,190)
#D5D7CC
(213,215,204)
#E1E4DA
(225,228,218)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756F5C; }

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

This text font color is #756F5C.

Background Color

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

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

This div background color is #756F5C.

Border color

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

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

This div border color is #756F5C.

Opacity

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

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

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

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

This text has shadow with #756F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756F5C.

Preview

Color preview on black background

This text has color #756F5C on black background.


Color preview on white background

This text has color #756F5C on white background.


Black color preview on #756F5C background

This text has black color on #756F5C background.


White color preview on #756F5C background

This text has white color on #756F5C background.


Related colors

Complementary color

Complementary color for #hex is #8A90A3.


I love getcolorcode.com

Triadic colors

1 #5C756F and #6F5C75 with #756F5C are triadic colors.

2 #5C6F75 and #6F755C with #756F5C are triadic colors.