COLOR #756164

HEX: #756164
RGB: (117,97,100)

Color info

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

RGB color model

#756164 color RGB value is (117,97,100).

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

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 100 of 255 = 39%

117
97
100

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

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 100 = 314 (100%)
R 117 of 314 ~ 37.26%
G 97 of 314 ~ 30.89%
B 100 of 314 ~ 31.85%

%37.26
%30.89
%31.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(0,17,15,54)
C0M17Y15K54 
(0%,17%,15%,54%)
(0.00/0.17/0.15/0.54)	

CMYK percentages

%0
%17.09
%14.53
%54.12

Codes

Color #756164 in popluar color models

756164
RGB11797100
HSL351°9.35%41.96%
HSB/HSV351°17.09%45.88%
CMYK0.00%17.09%14.53%
54.12%

Color #756164 in popluar number systems.

HEX756164
Decimal11797100
Binary111010111000011100100
Octal165141144

Shades and tints

Shades of #756164

#756164
(117,97,100)
#6B595B
(107,89,91)
#615152
(97,81,82)
#574949
(87,73,73)
#4D4140
(77,65,64)
#433937
(67,57,55)
#39312E
(57,49,46)
#2F2925
(47,41,37)
#25211C
(37,33,28)
#1B1913
(27,25,19)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #756164

#756164
(117,97,100)
#816F72
(129,111,114)
#8D7D80
(141,125,128)
#998B8E
(153,139,142)
#A5999C
(165,153,156)
#B1A7AA
(177,167,170)
#BDB5B8
(189,181,184)
#C9C3C6
(201,195,198)
#D5D1D4
(213,209,212)
#E1DFE2
(225,223,226)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756164; }

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

This text font color is #756164.


Background Color

.myBgColor { background-color: #756164; }

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

This div background color is #756164.


Border color

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

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

This div border color is #756164.


Opacity

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

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

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

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

This text has shadow with #756164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756164 on black background.


Color preview on white background

This text has color #756164 on white background.



Black color preview on #756164 background

This text has black color on #756164 background.


White color preview on #756164 background

This text has white color on #756164 background.