COLOR #755656

HEX: #755656
RGB: (117,86,86)

Color info

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

RGB color model

#755656 color RGB value is (117,86,86).

  • red value is 117;
  • green value is 86;
  • blue value is 86.
RGB:
(117,86,86)
(46%,34%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 86 of 255 = 34%

117
86
86

R + G + B ~ 38%. #755656 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 86 = 289 (100%)
R 117 of 289 ~ 40.48%
G 86 of 289 ~ 29.76%
B 86 of 289 ~ 29.76%

%40.48
%29.76
%29.76

CMYK color model

#755656 color CMYK value is (0,26,26,54).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 26.50%
  • key color value is 54.12%
CMYK:
(0,26,26,54)
C0M26Y26K54 
(0%,26%,26%,54%)
(0.00/0.26/0.26/0.54)	

CMYK percentages

%0
%26.5
%26.5
%54.12

Codes

Color #755656 in popluar color models

755656
RGB1178686
HSL15.27%39.80%
HSB/HSV26.50%45.88%
CMYK0.00%26.50%26.50%
54.12%

Color #755656 in popluar number systems.

HEX755656
Decimal1178686
Binary111010110101101010110
Octal165126126

Shades and tints

Shades of #755656

#755656
(117,86,86)
#6B4F4F
(107,79,79)
#614848
(97,72,72)
#574141
(87,65,65)
#4D3A3A
(77,58,58)
#433333
(67,51,51)
#392C2C
(57,44,44)
#2F2525
(47,37,37)
#251E1E
(37,30,30)
#1B1717
(27,23,23)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #755656

#755656
(117,86,86)
#816565
(129,101,101)
#8D7474
(141,116,116)
#998383
(153,131,131)
#A59292
(165,146,146)
#B1A1A1
(177,161,161)
#BDB0B0
(189,176,176)
#C9BFBF
(201,191,191)
#D5CECE
(213,206,206)
#E1DDDD
(225,221,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755656; }

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

This text font color is #755656.


Background Color

.myBgColor { background-color: #755656; }

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

This div background color is #755656.


Border color

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

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

This div border color is #755656.


Opacity

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

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

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

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

This text has shadow with #755656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755656 on black background.


Color preview on white background

This text has color #755656 on white background.



Black color preview on #755656 background

This text has black color on #755656 background.


White color preview on #755656 background

This text has white color on #755656 background.