COLOR #756564

HEX: #756564
RGB: (117,101,100)

Color info

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

RGB color model

#756564 color RGB value is (117,101,100).

  • red value is 117;
  • green value is 101;
  • blue value is 100.
RGB:
(117,101,100)
(46%,40%,39%)

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 100 of 255 = 39%

117
101
100

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 100 = 318 (100%)
R 117 of 318 ~ 36.79%
G 101 of 318 ~ 31.76%
B 100 of 318 ~ 31.45%

%36.79
%31.76
%31.45

CMYK color model

#756564 color CMYK value is (0,14,15,54).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(0,14,15,54)
C0M14Y15K54 
(0%,14%,15%,54%)
(0.00/0.14/0.15/0.54)	

CMYK percentages

%0
%13.68
%14.53
%54.12

Codes

Color #756564 in popluar color models

756564
RGB117101100
HSL7.83%42.55%
HSB/HSV14.53%45.88%
CMYK0.00%13.68%14.53%
54.12%

Color #756564 in popluar number systems.

HEX756564
Decimal117101100
Binary111010111001011100100
Octal165145144

Shades and tints

Shades of #756564

#756564
(117,101,100)
#6B5C5B
(107,92,91)
#615352
(97,83,82)
#574A49
(87,74,73)
#4D4140
(77,65,64)
#433837
(67,56,55)
#392F2E
(57,47,46)
#2F2625
(47,38,37)
#251D1C
(37,29,28)
#1B1413
(27,20,19)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #756564

#756564
(117,101,100)
#817372
(129,115,114)
#8D8180
(141,129,128)
#998F8E
(153,143,142)
#A59D9C
(165,157,156)
#B1ABAA
(177,171,170)
#BDB9B8
(189,185,184)
#C9C7C6
(201,199,198)
#D5D5D4
(213,213,212)
#E1E3E2
(225,227,226)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756564; }

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

This text font color is #756564.


Background Color

.myBgColor { background-color: #756564; }

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

This div background color is #756564.


Border color

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

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

This div border color is #756564.


Opacity

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

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

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

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

This text has shadow with #756564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756564 on black background.


Color preview on white background

This text has color #756564 on white background.



Black color preview on #756564 background

This text has black color on #756564 background.


White color preview on #756564 background

This text has white color on #756564 background.