COLOR #756C5A

HEX: #756C5A
RGB: (117,108,90)

Color info

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

RGB color model

#756C5A color RGB value is (117,108,90).

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

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 90 of 255 = 35%

117
108
90

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 90 = 315 (100%)
R 117 of 315 ~ 37.14%
G 108 of 315 ~ 34.29%
B 90 of 315 ~ 28.57%

%37.14
%34.29
%28.57

CMYK color model

#756C5A color CMYK value is (0,8,23,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(0,8,23,54)
C0M8Y23K54 
(0%,8%,23%,54%)
(0.00/0.08/0.23/0.54)	

CMYK percentages

%0
%7.69
%23.08
%54.12

Codes

Color #756C5A in popluar color models

756C5A
RGB11710890
HSL40°13.04%40.59%
HSB/HSV40°23.08%45.88%
CMYK0.00%7.69%23.08%
54.12%

Color #756C5A in popluar number systems.

HEX756C5A
Decimal11710890
Binary111010111011001011010
Octal165154132

Shades and tints

Shades of #756C5A

#756C5A
(117,108,90)
#6B6352
(107,99,82)
#615A4A
(97,90,74)
#575142
(87,81,66)
#4D483A
(77,72,58)
#433F32
(67,63,50)
#39362A
(57,54,42)
#2F2D22
(47,45,34)
#25241A
(37,36,26)
#1B1B12
(27,27,18)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #756C5A

#756C5A
(117,108,90)
#817969
(129,121,105)
#8D8678
(141,134,120)
#999387
(153,147,135)
#A5A096
(165,160,150)
#B1ADA5
(177,173,165)
#BDBAB4
(189,186,180)
#C9C7C3
(201,199,195)
#D5D4D2
(213,212,210)
#E1E1E1
(225,225,225)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756C5A; }

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

This text font color is #756C5A.


Background Color

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

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

This div background color is #756C5A.


Border color

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

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

This div border color is #756C5A.


Opacity

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

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

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

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

This text has shadow with #756C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756C5A on black background.


Color preview on white background

This text has color #756C5A on white background.



Black color preview on #756C5A background

This text has black color on #756C5A background.


White color preview on #756C5A background

This text has white color on #756C5A background.