COLOR #756255

HEX: #756255
RGB: (117,98,85)

Color info

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

RGB color model

#756255 color RGB value is (117,98,85).

  • red value is 117;
  • green value is 98;
  • blue value is 85.
RGB:
(117,98,85)
(46%,38%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 85 of 255 = 33%

117
98
85

R + G + B ~ 39%. #756255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 85 = 300 (100%)
R 117 of 300 ~ 39%
G 98 of 300 ~ 32.67%
B 85 of 300 ~ 28.33%

%39
%32.67
%28.33

CMYK color model

#756255 color CMYK value is (0,16,27,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,16,27,54)
C0M16Y27K54 
(0%,16%,27%,54%)
(0.00/0.16/0.27/0.54)	

CMYK percentages

%0
%16.24
%27.35
%54.12

Codes

Color #756255 in popluar color models

756255
RGB1179885
HSL24°15.84%39.61%
HSB/HSV24°27.35%45.88%
CMYK0.00%16.24%27.35%
54.12%

Color #756255 in popluar number systems.

HEX756255
Decimal1179885
Binary111010111000101010101
Octal165142125

Shades and tints

Shades of #756255

#756255
(117,98,85)
#6B5A4E
(107,90,78)
#615247
(97,82,71)
#574A40
(87,74,64)
#4D4239
(77,66,57)
#433A32
(67,58,50)
#39322B
(57,50,43)
#2F2A24
(47,42,36)
#25221D
(37,34,29)
#1B1A16
(27,26,22)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #756255

#756255
(117,98,85)
#817064
(129,112,100)
#8D7E73
(141,126,115)
#998C82
(153,140,130)
#A59A91
(165,154,145)
#B1A8A0
(177,168,160)
#BDB6AF
(189,182,175)
#C9C4BE
(201,196,190)
#D5D2CD
(213,210,205)
#E1E0DC
(225,224,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756255 color. Also use rgb(117,98,85) instead hex code.

Text Font Color

.myTextColor { color: #756255; }

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

This text font color is #756255.


Background Color

.myBgColor { background-color: #756255; }

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

This div background color is #756255.


Border color

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

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

This div border color is #756255.


Opacity

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

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

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

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

This text has shadow with #756255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756255 on black background.


Color preview on white background

This text has color #756255 on white background.



Black color preview on #756255 background

This text has black color on #756255 background.


White color preview on #756255 background

This text has white color on #756255 background.