COLOR #756361

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
99
97

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

Portions of RGB colors in percentages

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

%37.38
%31.63
%30.99

CMYK color model

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

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

CMYK percentages

%0
%15.38
%17.09
%54.12

Codes

Color #756361 in popluar color models

756361
RGB1179997
HSL9.35%41.96%
HSB/HSV17.09%45.88%
CMYK0.00%15.38%17.09%
54.12%

Color #756361 in popluar number systems.

HEX756361
Decimal1179997
Binary111010111000111100001
Octal165143141

Shades and tints

Shades of #756361

#756361
(117,99,97)
#6B5A59
(107,90,89)
#615151
(97,81,81)
#574849
(87,72,73)
#4D3F41
(77,63,65)
#433639
(67,54,57)
#392D31
(57,45,49)
#2F2429
(47,36,41)
#251B21
(37,27,33)
#1B1219
(27,18,25)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #756361

#756361
(117,99,97)
#81716F
(129,113,111)
#8D7F7D
(141,127,125)
#998D8B
(153,141,139)
#A59B99
(165,155,153)
#B1A9A7
(177,169,167)
#BDB7B5
(189,183,181)
#C9C5C3
(201,197,195)
#D5D3D1
(213,211,209)
#E1E1DF
(225,225,223)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756361; }

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

This text font color is #756361.


Background Color

.myBgColor { background-color: #756361; }

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

This div background color is #756361.


Border color

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

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

This div border color is #756361.


Opacity

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

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

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

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

This text has shadow with #756361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756361 on black background.


Color preview on white background

This text has color #756361 on white background.



Black color preview on #756361 background

This text has black color on #756361 background.


White color preview on #756361 background

This text has white color on #756361 background.