COLOR #756364

HEX: #756364
RGB: (117,99,100)

Color info

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

RGB color model

#756364 color RGB value is (117,99,100).

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

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 100 of 255 = 39%

117
99
100

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

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 100 = 316 (100%)
R 117 of 316 ~ 37.03%
G 99 of 316 ~ 31.33%
B 100 of 316 ~ 31.65%

%37.03
%31.33
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(0,15,15,54)
C0M15Y15K54 
(0%,15%,15%,54%)
(0.00/0.15/0.15/0.54)	

CMYK percentages

%0
%15.38
%14.53
%54.12

Codes

Color #756364 in popluar color models

756364
RGB11799100
HSL357°8.33%42.35%
HSB/HSV357°15.38%45.88%
CMYK0.00%15.38%14.53%
54.12%

Color #756364 in popluar number systems.

HEX756364
Decimal11799100
Binary111010111000111100100
Octal165143144

Shades and tints

Shades of #756364

#756364
(117,99,100)
#6B5A5B
(107,90,91)
#615152
(97,81,82)
#574849
(87,72,73)
#4D3F40
(77,63,64)
#433637
(67,54,55)
#392D2E
(57,45,46)
#2F2425
(47,36,37)
#251B1C
(37,27,28)
#1B1213
(27,18,19)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #756364

#756364
(117,99,100)
#817172
(129,113,114)
#8D7F80
(141,127,128)
#998D8E
(153,141,142)
#A59B9C
(165,155,156)
#B1A9AA
(177,169,170)
#BDB7B8
(189,183,184)
#C9C5C6
(201,197,198)
#D5D3D4
(213,211,212)
#E1E1E2
(225,225,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756364; }

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

This text font color is #756364.


Background Color

.myBgColor { background-color: #756364; }

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

This div background color is #756364.


Border color

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

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

This div border color is #756364.


Opacity

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

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

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

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

This text has shadow with #756364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756364 on black background.


Color preview on white background

This text has color #756364 on white background.



Black color preview on #756364 background

This text has black color on #756364 background.


White color preview on #756364 background

This text has white color on #756364 background.