COLOR #756859

HEX: #756859
RGB: (117,104,89)

Color info

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

RGB color model

#756859 color RGB value is (117,104,89).

  • red value is 117;
  • green value is 104;
  • blue value is 89.
RGB:
(117,104,89)
(46%,41%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 89 of 255 = 35%

117
104
89

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 89 = 310 (100%)
R 117 of 310 ~ 37.74%
G 104 of 310 ~ 33.55%
B 89 of 310 ~ 28.71%

%37.74
%33.55
%28.71

CMYK color model

#756859 color CMYK value is (0,11,24,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 23.93%
  • key color value is 54.12%
CMYK:
(0,11,24,54)
C0M11Y24K54 
(0%,11%,24%,54%)
(0.00/0.11/0.24/0.54)	

CMYK percentages

%0
%11.11
%23.93
%54.12

Codes

Color #756859 in popluar color models

756859
RGB11710489
HSL32°13.59%40.39%
HSB/HSV32°23.93%45.88%
CMYK0.00%11.11%23.93%
54.12%

Color #756859 in popluar number systems.

HEX756859
Decimal11710489
Binary111010111010001011001
Octal165150131

Shades and tints

Shades of #756859

#756859
(117,104,89)
#6B5F51
(107,95,81)
#615649
(97,86,73)
#574D41
(87,77,65)
#4D4439
(77,68,57)
#433B31
(67,59,49)
#393229
(57,50,41)
#2F2921
(47,41,33)
#252019
(37,32,25)
#1B1711
(27,23,17)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #756859

#756859
(117,104,89)
#817568
(129,117,104)
#8D8277
(141,130,119)
#998F86
(153,143,134)
#A59C95
(165,156,149)
#B1A9A4
(177,169,164)
#BDB6B3
(189,182,179)
#C9C3C2
(201,195,194)
#D5D0D1
(213,208,209)
#E1DDE0
(225,221,224)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756859 color. Also use rgb(117,104,89) instead hex code.

Text Font Color

.myTextColor { color: #756859; }

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

This text font color is #756859.


Background Color

.myBgColor { background-color: #756859; }

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

This div background color is #756859.


Border color

.myBorderColor { border: 1px solid #756859; }

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

This div border color is #756859.


Opacity

.myOpacity80 { color: #756859; opacity: 0.8; }

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

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

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

This text has shadow with #756859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756859 on black background.


Color preview on white background

This text has color #756859 on white background.



Black color preview on #756859 background

This text has black color on #756859 background.


White color preview on #756859 background

This text has white color on #756859 background.