COLOR #756163

HEX: #756163
RGB: (117,97,99)

Color info

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

RGB color model

#756163 color RGB value is (117,97,99).

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

RGB channels and saturation

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

117
97
99

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

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 99 = 313 (100%)
R 117 of 313 ~ 37.38%
G 97 of 313 ~ 30.99%
B 99 of 313 ~ 31.63%

%37.38
%30.99
%31.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 15.38%
  • 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
%15.38
%54.12

Codes

Color #756163 in popluar color models

756163
RGB1179799
HSL354°9.35%41.96%
HSB/HSV354°17.09%45.88%
CMYK0.00%17.09%15.38%
54.12%

Color #756163 in popluar number systems.

HEX756163
Decimal1179799
Binary111010111000011100011
Octal165141143

Shades and tints

Shades of #756163

#756163
(117,97,99)
#6B595A
(107,89,90)
#615151
(97,81,81)
#574948
(87,73,72)
#4D413F
(77,65,63)
#433936
(67,57,54)
#39312D
(57,49,45)
#2F2924
(47,41,36)
#25211B
(37,33,27)
#1B1912
(27,25,18)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #756163

#756163
(117,97,99)
#816F71
(129,111,113)
#8D7D7F
(141,125,127)
#998B8D
(153,139,141)
#A5999B
(165,153,155)
#B1A7A9
(177,167,169)
#BDB5B7
(189,181,183)
#C9C3C5
(201,195,197)
#D5D1D3
(213,209,211)
#E1DFE1
(225,223,225)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756163; }

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

This text font color is #756163.


Background Color

.myBgColor { background-color: #756163; }

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

This div background color is #756163.


Border color

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

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

This div border color is #756163.


Opacity

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

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

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

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

This text has shadow with #756163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756163 on black background.


Color preview on white background

This text has color #756163 on white background.



Black color preview on #756163 background

This text has black color on #756163 background.


White color preview on #756163 background

This text has white color on #756163 background.